<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: The Browser DOM and the class Attribute</title>
	<atom:link href="http://www.digitalmediaminute.com/article/1394/the-browser-dom-and-the-class-attribute/feed" rel="self" type="application/rss+xml" />
	<link>http://www.digitalmediaminute.com/article/1394/the-browser-dom-and-the-class-attribute</link>
	<description>News that matters for Web Developers</description>
	<lastBuildDate>Sat, 04 Feb 2012 20:26:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Sudhanshu</title>
		<link>http://www.digitalmediaminute.com/article/1394/the-browser-dom-and-the-class-attribute/comment-page-1#comment-282942</link>
		<dc:creator>Sudhanshu</dc:creator>
		<pubDate>Thu, 20 Sep 2007 05:26:59 +0000</pubDate>
		<guid isPermaLink="false">#comment-282942</guid>
		<description>element.setAttribute((document.all ? ‘className’ : ‘class’), “somename”);
instead of the above use the following by putting &quot; in place of &#039;
element.setAttribute((document.all ? &quot;className&quot; : &quot;class&quot;), “somename”);</description>
		<content:encoded><![CDATA[<p>element.setAttribute((document.all ? ‘className’ : ‘class’), “somename”);<br />
instead of the above use the following by putting &#8221; in place of &#8216;<br />
element.setAttribute((document.all ? &#8220;className&#8221; : &#8220;class&#8221;), “somename”);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Snook</title>
		<link>http://www.digitalmediaminute.com/article/1394/the-browser-dom-and-the-class-attribute/comment-page-1#comment-1699</link>
		<dc:creator>Jonathan Snook</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-1699</guid>
		<description>Have you tested that in Opera? Opera, v7.5 at least, will accept document.all and would therefore use className and not class.</description>
		<content:encoded><![CDATA[<p>Have you tested that in Opera? Opera, v7.5 at least, will accept document.all and would therefore use className and not class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandt Kurowski</title>
		<link>http://www.digitalmediaminute.com/article/1394/the-browser-dom-and-the-class-attribute/comment-page-1#comment-1700</link>
		<dc:creator>Brandt Kurowski</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-1700</guid>
		<description>or you could use element.className = &#8220;somename&#8221;; which works in all of them.</description>
		<content:encoded><![CDATA[<p>or you could use element.className = &#8220;somename&#8221;; which works in all of them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: temporist</title>
		<link>http://www.digitalmediaminute.com/article/1394/the-browser-dom-and-the-class-attribute/comment-page-1#comment-1702</link>
		<dc:creator>temporist</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-1702</guid>
		<description>className should work in all browsers and i think this is even the conform way to handle it</description>
		<content:encoded><![CDATA[<p>className should work in all browsers and i think this is even the conform way to handle it</p>
]]></content:encoded>
	</item>
</channel>
</rss>

