<?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 New Form Controls: Radio Buttons</title>
	<atom:link href="http://webkit.org/blog/18/the-new-form-controls-radio-buttons/feed/" rel="self" type="application/rss+xml" />
	<link>http://webkit.org/blog/18/the-new-form-controls-radio-buttons/</link>
	<description>All about WebKit development</description>
	<lastBuildDate>Sat, 21 Nov 2009 23:00:28 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Darth Ed</title>
		<link>http://webkit.org/blog/18/the-new-form-controls-radio-buttons/comment-page-1/#comment-136</link>
		<dc:creator>Darth Ed</dc:creator>
		<pubDate>Sat, 27 Aug 2005 22:33:22 +0000</pubDate>
		<guid isPermaLink="false">http://webkit.opendarwin.org/blog/?p=18#comment-136</guid>
		<description>Dave, will you be working on improving Safari&#039;s support for  tags be soon? I hope so! Form accessibility suffers without being able to click on checkbox and radio button labels especially.

http://bugzilla.opendarwin.org/show_bug.cgi?id=3244</description>
		<content:encoded><![CDATA[<p>Dave, will you be working on improving Safari&#8217;s support for  tags be soon? I hope so! Form accessibility suffers without being able to click on checkbox and radio button labels especially.</p>
<p><a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=3244" rel="nofollow">http://bugzilla.opendarwin.org/show_bug.cgi?id=3244</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Benson</title>
		<link>http://webkit.org/blog/18/the-new-form-controls-radio-buttons/comment-page-1/#comment-93</link>
		<dc:creator>Karl Benson</dc:creator>
		<pubDate>Thu, 11 Aug 2005 15:25:22 +0000</pubDate>
		<guid isPermaLink="false">http://webkit.opendarwin.org/blog/?p=18#comment-93</guid>
		<description>Thanks for the information, Dave. The test has been updated accordingly.</description>
		<content:encoded><![CDATA[<p>Thanks for the information, Dave. The test has been updated accordingly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Clark</title>
		<link>http://webkit.org/blog/18/the-new-form-controls-radio-buttons/comment-page-1/#comment-92</link>
		<dc:creator>Chris Clark</dc:creator>
		<pubDate>Thu, 11 Aug 2005 10:07:38 +0000</pubDate>
		<guid isPermaLink="false">http://webkit.opendarwin.org/blog/?p=18#comment-92</guid>
		<description>Fantastic news about the fixed keyboard nav. Throw in input/label pair clicking to bring *that* into line with the rest of the OS/other browsers and I might just burst :)</description>
		<content:encoded><![CDATA[<p>Fantastic news about the fixed keyboard nav. Throw in input/label pair clicking to bring *that* into line with the rest of the OS/other browsers and I might just burst <img src='http://webkit.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hyatt</title>
		<link>http://webkit.org/blog/18/the-new-form-controls-radio-buttons/comment-page-1/#comment-91</link>
		<dc:creator>hyatt</dc:creator>
		<pubDate>Thu, 11 Aug 2005 08:11:49 +0000</pubDate>
		<guid isPermaLink="false">http://webkit.opendarwin.org/blog/?p=18#comment-91</guid>
		<description>:checked works just fine on radio buttons, Karl.  Unnamed radio buttons don&#039;t belong to a group and therefore do not check.  This change was made along with the other fixes to radio buttons to be more consistent with WinIE (which also does not allow a group-less radio button to check).  Put the radio buttons in a group by adding name=&quot;mygroup&quot; to all of them, and then they&#039;ll work.</description>
		<content:encoded><![CDATA[<p>:checked works just fine on radio buttons, Karl.  Unnamed radio buttons don&#8217;t belong to a group and therefore do not check.  This change was made along with the other fixes to radio buttons to be more consistent with WinIE (which also does not allow a group-less radio button to check).  Put the radio buttons in a group by adding name=&#8221;mygroup&#8221; to all of them, and then they&#8217;ll work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Benson</title>
		<link>http://webkit.org/blog/18/the-new-form-controls-radio-buttons/comment-page-1/#comment-89</link>
		<dc:creator>Karl Benson</dc:creator>
		<pubDate>Thu, 11 Aug 2005 02:31:51 +0000</pubDate>
		<guid isPermaLink="false">http://webkit.opendarwin.org/blog/?p=18#comment-89</guid>
		<description>I&#039;m glad that support for this is being checked in. In order to help people see what everything looks like, I&#039;ve created a simple &lt;a href=&quot;http://test.dallarel.com/css/07/&quot; rel=&quot;nofollow&quot;&gt;test page&lt;/a&gt;. This page will be updated as support for more form controls is added.</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad that support for this is being checked in. In order to help people see what everything looks like, I&#8217;ve created a simple <a href="http://test.dallarel.com/css/07/" rel="nofollow">test page</a>. This page will be updated as support for more form controls is added.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dustin</title>
		<link>http://webkit.org/blog/18/the-new-form-controls-radio-buttons/comment-page-1/#comment-88</link>
		<dc:creator>Dustin</dc:creator>
		<pubDate>Wed, 10 Aug 2005 23:22:17 +0000</pubDate>
		<guid isPermaLink="false">http://webkit.opendarwin.org/blog/?p=18#comment-88</guid>
		<description>Any chance you could post up some funky images for us plebes to view?</description>
		<content:encoded><![CDATA[<p>Any chance you could post up some funky images for us plebes to view?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
