<?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: Always more to learn</title>
	<atom:link href="http://realityme.net/2009/01/05/always-more-to-learn/feed/" rel="self" type="application/rss+xml" />
	<link>http://realityme.net/2009/01/05/always-more-to-learn/</link>
	<description>A juggling technophile shares personal stories, challenges, humor and perhaps some political commentary.</description>
	<lastBuildDate>Tue, 08 May 2012 12:56:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Doug McCaughan</title>
		<link>http://realityme.net/2009/01/05/always-more-to-learn/comment-page-1/#comment-256508</link>
		<dc:creator>Doug McCaughan</dc:creator>
		<pubDate>Mon, 12 Jan 2009 11:56:34 +0000</pubDate>
		<guid isPermaLink="false">http://realityme.net/?p=9390#comment-256508</guid>
		<description>&lt;p&gt;Not an issue of semantics at all. Normally I look to the W3C for this kind of information. This time I took the info from Webcheatsheet.com &lt;/p&gt;&lt;p&gt;Reading at the W3C link you made above we have:&lt;/p&gt;&lt;blockquote&gt;This value must be a number between 0 and 32767.&lt;/blockquote&gt;&lt;p&gt;Negative numbers are not allowed. We also have:&lt;/p&gt;&lt;blockquote&gt;&lt;ol&gt;&lt;li&gt;Those elements that support the tabindex attribute and assign a positive value to it are navigated first. Navigation proceeds from the element with the lowest tabindex value to the element with the highest value. Values need not be sequential nor must they begin with any particular value. Elements that have identical tabindex values should be navigated in the order they appear in the character stream.&lt;/li&gt;&lt;li&gt;Those elements that do not support the tabindex attribute or support it and assign it a value of &quot;0&quot; are navigated next. These elements are navigated in the order they appear in the character stream.&lt;/li&gt;&lt;/ol&gt;&lt;/blockquote&gt;&lt;p&gt;So it would seem that aside from &quot;disabled&quot; no number &lt;em&gt;excludes&lt;/em&gt; an element from the tab order. You are correct with zero. Zero moves the element to the last of the tab order. Thanks for pointing this out!&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Not an issue of semantics at all. Normally I look to the W3C for this kind of information. This time I took the info from Webcheatsheet.com </p>
<p>Reading at the W3C link you made above we have:</p>
<blockquote><p>This value must be a number between 0 and 32767.</p></blockquote>
<p>Negative numbers are not allowed. We also have:</p>
<blockquote><ol>
<li>Those elements that support the tabindex attribute and assign a positive value to it are navigated first. Navigation proceeds from the element with the lowest tabindex value to the element with the highest value. Values need not be sequential nor must they begin with any particular value. Elements that have identical tabindex values should be navigated in the order they appear in the character stream.</li>
<li>Those elements that do not support the tabindex attribute or support it and assign it a value of &#8220;0&#8243; are navigated next. These elements are navigated in the order they appear in the character stream.</li>
</ol>
</blockquote>
<p>So it would seem that aside from &#8220;disabled&#8221; no number <em>excludes</em> an element from the tab order. You are correct with zero. Zero moves the element to the last of the tab order. Thanks for pointing this out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Tempest</title>
		<link>http://realityme.net/2009/01/05/always-more-to-learn/comment-page-1/#comment-256474</link>
		<dc:creator>Ian Tempest</dc:creator>
		<pubDate>Mon, 12 Jan 2009 11:43:12 +0000</pubDate>
		<guid isPermaLink="false">http://realityme.net/?p=9390#comment-256474</guid>
		<description>Hello Doug,

Zero tabindex behaviour is slightly different to how you describe, though this could be an issue of semantics. The &#039;zero elements&#039; will be navigated after the positive tabindex elements. To exclude an element from the taborder (i.e. to make it &#039;untabbable&#039;) it should be assigned a negative tabindex.

http://www.w3.org/TR/html401/interact/forms.html#h-17.11.1</description>
		<content:encoded><![CDATA[<p>Hello Doug,</p>
<p>Zero tabindex behaviour is slightly different to how you describe, though this could be an issue of semantics. The &#8216;zero elements&#8217; will be navigated after the positive tabindex elements. To exclude an element from the taborder (i.e. to make it &#8216;untabbable&#8217;) it should be assigned a negative tabindex.</p>
<p><a href="http://www.w3.org/TR/html401/interact/forms.html#h-17.11.1" rel="nofollow">http://www.w3.org/TR/html401/interact/forms.html#h-17.11.1</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

