<?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>Marco's accessibility blog &#187; HTML5</title>
	<atom:link href="http://www.marcozehe.de/tag/html5/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.marcozehe.de</link>
	<description>Musings, tips and tricks about the accessible software world</description>
	<lastBuildDate>Tue, 22 Jun 2010 07:26:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>What should the action name for an indeterminate checkbox be?</title>
		<link>http://www.marcozehe.de/2009/02/11/what-should-the-action-name-for-an-indeterminate-checkbox-be/</link>
		<comments>http://www.marcozehe.de/2009/02/11/what-should-the-action-name-for-an-indeterminate-checkbox-be/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 13:57:59 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://www.marcozehe.de/?p=106</guid>
		<description><![CDATA[As noted in this blog post, we&#8217;re currently working on implementing the accessibility for HTML 5 checkboxes that are indeterminate. An indeterminate checkbox is a checkbox that is neither checked nor unchecked, or half-checked if you will. The first stage is complete: Firefox 3.2a1pre as of Wednesday&#8217;s nightly will expose such indeterminate checkboxes as what [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.marcozehe.de/2009/02/09/implementing-a-new-feature-in-gecko-that-may-have-an-impact-on-accessibility-ping-the-accessibility-team-and-tell-them/">As noted in this blog post</a>, we&#8217;re currently working on implementing the accessibility for HTML 5 checkboxes that are indeterminate. An indeterminate checkbox is a checkbox that is neither checked nor unchecked, or half-checked if you will.</p>
<p>The first stage is complete: Firefox 3.2a1pre as of Wednesday&#8217;s nightly will expose such indeterminate checkboxes as what we internally call STATE_MIXED. There are still two work items left as far as we can see:</p>
<ol>
<li>Expose an action name for a checkbox that is in this indeterminate state.</li>
<li>Make sure we fire STATECHANGE events for STATE_MIXED.</li>
</ol>
<p>For action item 1, I&#8217;d like to call out to you guys to offer suggestions on what this action name should be. My initial idea is &#8220;toggle&#8221;. The reason is that we will never know whether the next state after clicking will be fully checked or fully unchecked. That always depends on the web site&#8217;s author to decide. That&#8217;s why I first thought of this neutral name.</p>
<p>Anybody got any better ideas, or even a suggestion derived from other such indeterminate, or tristate, checkboxes from operating systems? Post your ideas here or comment on <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=477975">the bug</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcozehe.de/2009/02/11/what-should-the-action-name-for-an-indeterminate-checkbox-be/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
