<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Studio Sedition: Designing with Code &#187; HTML</title>
	<atom:link href="http://blog.studiosedition.com/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.studiosedition.com</link>
	<description>Studio Sedition Blog</description>
	<lastBuildDate>Sat, 06 Mar 2010 19:37:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Setting the label &#8220;for&#8221; attribute with JavaScript</title>
		<link>http://blog.studiosedition.com/2009/11/label-for-attribute/</link>
		<comments>http://blog.studiosedition.com/2009/11/label-for-attribute/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 17:53:55 +0000</pubDate>
		<dc:creator>khadlock</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://blog.studiosedition.com/?p=51</guid>
		<description><![CDATA[Sometimes JavaScript offers unique names for element attributes, for example, CSS properties with words that are normally separated with dashes are camel case in JavaScript.
The label element's "for" attribute is no exception, in fact it's probably the most unique one I've stumbled across, which is why I thought it was important to share. When you [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes JavaScript offers unique names for element attributes, for example, CSS properties with words that are normally separated with dashes are camel case in JavaScript.</p>
<p>The label element's "for" attribute is no exception, in fact it's probably the most unique one I've stumbled across, which is why I thought it was important to share. When you set the label "for" attribute with JavaScript you have to set it as "htmlFor" and of course give it the same value as the input element's id that you are tying it to.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.studiosedition.com/2009/11/label-for-attribute/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
