<?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: Standards and Accessibility &#8211; navigation lists</title>
	<atom:link href="http://www.brucelawson.co.uk/2005/navigation-lists/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brucelawson.co.uk/2005/navigation-lists/</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 15:32:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Bruce</title>
		<link>http://www.brucelawson.co.uk/2005/navigation-lists/comment-page-1/#comment-105</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Sun, 26 Jun 2005 08:47:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.brucelawson.co.uk/index.php/2005/standards-and-accessibility-navigation-lists/#comment-105</guid>
		<description>Actually, I&#039;m undecided about whether to switch to strict (I like the discipline, but there&#039;s the old mime-type debate) or whether to go to html 4.01 strict.

Either way, though, there&#039;s a hell of a lot of scripts to write to retrofit old posts. 

So inertia and a dash of ignorance will ensure that nothing will happen!</description>
		<content:encoded><![CDATA[<p>Actually, I&#8217;m undecided about whether to switch to strict (I like the discipline, but there&#8217;s the old mime-type debate) or whether to go to html 4.01 strict.</p>
<p>Either way, though, there&#8217;s a hell of a lot of scripts to write to retrofit old posts. </p>
<p>So inertia and a dash of ignorance will ensure that nothing will happen!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.brucelawson.co.uk/2005/navigation-lists/comment-page-1/#comment-103</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Sat, 25 Jun 2005 21:29:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.brucelawson.co.uk/index.php/2005/standards-and-accessibility-navigation-lists/#comment-103</guid>
		<description>Ah, didn&#039;t realise you were still on Transitional.  It&#039;s invalid in Strict documents.  It&#039;s still worth fixing, though - less of a headache if you want to move to Strict if you don&#039;t have to fix up a load of comments.</description>
		<content:encoded><![CDATA[<p>Ah, didn&#8217;t realise you were still on Transitional.  It&#8217;s invalid in Strict documents.  It&#8217;s still worth fixing, though &#8211; less of a headache if you want to move to Strict if you don&#8217;t have to fix up a load of comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce</title>
		<link>http://www.brucelawson.co.uk/2005/navigation-lists/comment-page-1/#comment-91</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Sun, 19 Jun 2005 15:01:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.brucelawson.co.uk/index.php/2005/standards-and-accessibility-navigation-lists/#comment-91</guid>
		<description>Thanks &lt;a href=&quot;/2005/navigation-lists/#comment-87&quot;&gt;Jim&lt;/a&gt;. You&#039;re completely accurate, of course, that you can layout tables with CSS, and even use cunning positioning to place table cells in an order other than tabular order (see my &lt;a href=&quot;/tests/absolute-tds.htm&quot; rel=&quot;nofollow&quot;&gt;absolute positioned tables test&lt;/a&gt;, in which I have a 2x2 table and use absolute positoning to move the table cells around into a completely illogical order). 

But what&#039;s the point? Why not use an arbitrary container like a div which can be positioned at will, as showcased on things like the css zen garden, rather than (mis-)use  a structural element like a table for presentational layout, and then confuse the issue further by positioning the cells in what appears to be the incorrect order?

About the b-quote button: do you mean that text that is blockquoted should be inside another tag (eg a paragraph tag) rather than just inside the blockquote (eg, are you saying that &lt;blockquote&gt;Hello&lt;/blockquote&gt; is wrong)?

 I&#039;m using xhtml 1 transitional, and I tried a &lt;a href=&quot;/tests/blockquote.htm&quot;&gt;&quot;naked blockquote&quot; test&lt;/a&gt;, and it validates just fine.

</description>
		<content:encoded><![CDATA[<p>Thanks <a href="/2005/navigation-lists/#comment-87">Jim</a>. You&#8217;re completely accurate, of course, that you can layout tables with CSS, and even use cunning positioning to place table cells in an order other than tabular order (see my <a href="/tests/absolute-tds.htm" rel="nofollow">absolute positioned tables test</a>, in which I have a 2&#215;2 table and use absolute positoning to move the table cells around into a completely illogical order). </p>
<p>But what&#8217;s the point? Why not use an arbitrary container like a div which can be positioned at will, as showcased on things like the css zen garden, rather than (mis-)use  a structural element like a table for presentational layout, and then confuse the issue further by positioning the cells in what appears to be the incorrect order?</p>
<p>About the b-quote button: do you mean that text that is blockquoted should be inside another tag (eg a paragraph tag) rather than just inside the blockquote (eg, are you saying that &lt;blockquote&gt;Hello&lt;/blockquote&gt; is wrong)?</p>
<p> I&#8217;m using xhtml 1 transitional, and I tried a <a href="/tests/blockquote.htm">&#8220;naked blockquote&#8221; test</a>, and it validates just fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.brucelawson.co.uk/2005/navigation-lists/comment-page-1/#comment-87</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Fri, 17 Jun 2005 12:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.brucelawson.co.uk/index.php/2005/standards-and-accessibility-navigation-lists/#comment-87</guid>
		<description>&lt;blockquote&gt;Personally, I’d want the flexibility of the layout that used a div rather than a table cell (eg, an alternative stylesheet that could allow the user to choose whether the nav appears on the left or the right of the page regardless of where it comes in the source), but that’s not an accessibility issue.&lt;/blockquote&gt;

It&#039;s no issue at all - you can style tables in the same way as div elements.  There&#039;s no reason you need to stick to the default layout of tables.


PS: your b-quote button generates invalid markup - it wrapped the text in blockquote tags - the blockquote element needs block-level children like p elements, not PCDATA.

</description>
		<content:encoded><![CDATA[<blockquote><p>Personally, I’d want the flexibility of the layout that used a div rather than a table cell (eg, an alternative stylesheet that could allow the user to choose whether the nav appears on the left or the right of the page regardless of where it comes in the source), but that’s not an accessibility issue.</p></blockquote>
<p>It&#8217;s no issue at all &#8211; you can style tables in the same way as div elements.  There&#8217;s no reason you need to stick to the default layout of tables.</p>
<p>PS: your b-quote button generates invalid markup &#8211; it wrapped the text in blockquote tags &#8211; the blockquote element needs block-level children like p elements, not PCDATA.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: davidbisset.com &#187; Standards and Accessibility - Navigation Lists</title>
		<link>http://www.brucelawson.co.uk/2005/navigation-lists/comment-page-1/#comment-84</link>
		<dc:creator>davidbisset.com &#187; Standards and Accessibility - Navigation Lists</dc:creator>
		<pubDate>Wed, 15 Jun 2005 13:05:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.brucelawson.co.uk/index.php/2005/standards-and-accessibility-navigation-lists/#comment-84</guid>
		<description>[...]      	 		davidbisset.com 	 	 						 Standards and Accessibility - Navigation Lists	I&#8217;m long overdue for an Accessibility link, no? [ via ]          		 		 	     [...]</description>
		<content:encoded><![CDATA[<p>[...] </p>
<p> 	 		davidbisset.com 	</p>
<p> Standards and Accessibility &#8211; Navigation Lists	I&#8217;m long overdue for an Accessibility link, no? [ via ]<br />
         		 		 	     [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Frog Blogger</title>
		<link>http://www.brucelawson.co.uk/2005/navigation-lists/comment-page-1/#comment-81</link>
		<dc:creator>The Frog Blogger</dc:creator>
		<pubDate>Tue, 14 Jun 2005 11:47:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.brucelawson.co.uk/index.php/2005/standards-and-accessibility-navigation-lists/#comment-81</guid>
		<description>Brucie, Baby!

Apple have also muscled their way into the screen reader market with &lt;a href=&quot;http://www.apple.com/macosx/features/voiceover/&quot; rel=&quot;nofollow&quot;&gt;VoiceOver&lt;/a&gt;. It&#039;s built into Tiger (Mac OS X.4).

I tested it out and although it&#039;s not enormously intuitive to begin with (*Frog Blogger: &quot;How do I _start_ the darn thing?&quot;*), the fact that it comes ready integrated makes it an interesting addition to the Apple armoury.

You can alter some of the voices to readreallyfastifyouhavetogetthroughadocumentbeforeyetanothermeeting and you can adjust the pitch and volume of others according to the type of content they&#039;re reading - news: authoritative, etc. I didn&#039;t play with any of the settings, though - I tried it &quot;straight out of the box&quot; (Mr Jobs would have been so proud) and IM(very)HO, it&#039;s cool!

Well worth the price of a Mac mini, I reckon... *The Frog Blogger looks around shiftily, hoping no one noticed the brief slip into Mac geek mode*</description>
		<content:encoded><![CDATA[<p>Brucie, Baby!</p>
<p>Apple have also muscled their way into the screen reader market with <a href="http://www.apple.com/macosx/features/voiceover/" rel="nofollow">VoiceOver</a>. It&#8217;s built into Tiger (Mac OS X.4).</p>
<p>I tested it out and although it&#8217;s not enormously intuitive to begin with (*Frog Blogger: &#8220;How do I _start_ the darn thing?&#8221;*), the fact that it comes ready integrated makes it an interesting addition to the Apple armoury.</p>
<p>You can alter some of the voices to readreallyfastifyouhavetogetthroughadocumentbeforeyetanothermeeting and you can adjust the pitch and volume of others according to the type of content they&#8217;re reading &#8211; news: authoritative, etc. I didn&#8217;t play with any of the settings, though &#8211; I tried it &#8220;straight out of the box&#8221; (Mr Jobs would have been so proud) and IM(very)HO, it&#8217;s cool!</p>
<p>Well worth the price of a Mac mini, I reckon&#8230; *The Frog Blogger looks around shiftily, hoping no one noticed the brief slip into Mac geek mode*</p>
]]></content:encoded>
	</item>
</channel>
</rss>

