<?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: How useful are accessibility evaluation tools?</title>
	<atom:link href="http://www.thatstandardsguy.co.uk/2005/12/how-useful-are-accessibility-evaluation-tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thatstandardsguy.co.uk/2005/12/how-useful-are-accessibility-evaluation-tools/</link>
	<description>a web developer with standards</description>
	<lastBuildDate>Sun, 24 Jan 2010 17:34:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Karl Dawson</title>
		<link>http://www.thatstandardsguy.co.uk/2005/12/how-useful-are-accessibility-evaluation-tools/comment-page-1/#comment-79</link>
		<dc:creator>Karl Dawson</dc:creator>
		<pubDate>Fri, 10 Feb 2006 21:01:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.thatstandardsguy.co.uk/?p=32#comment-79</guid>
		<description>haha Jack, cheers! ;)

I assume 12.4 checks for matching &lt;code&gt;for&lt;/code&gt; and &lt;code&gt;id&lt;/code&gt; attribute values - as to whether you code them correctly in the first place is a matter for manual QA checking, yeah.

4.3 is naughty because it uses the word &quot;primary&quot; with the word &quot;natural&quot;. W3C have already used the phrase &lt;a href=&quot;http://www.w3.org/TR/i18n-html-tech-lang/#ri20040808.101452727&quot; rel=&quot;nofollow&quot;&gt;primary language&lt;/a&gt; to mean metadata about the document as a whole with &quot;natural language&quot; equating to the &lt;a href=&quot;http://www.w3.org/TR/i18n-html-tech-lang/#ri20040808.102523274&quot; rel=&quot;nofollow&quot;&gt;text-processing language&lt;/a&gt; that is more specific and defined via the &lt;code&gt;lang&lt;/code&gt; or &lt;code&gt;xml:lang&lt;/code&gt; attribute. Thankfully, the accompanying guidelines for &lt;a href=&quot;http://www.w3.org/TR/WCAG10/wai-pageauth.html#tech-identify-changes&quot; title=&quot;guideline for checkpoint&quot; rel=&quot;nofollow&quot;&gt;4.1&lt;/a&gt; and &lt;a href=&quot;http://www.w3.org/TR/WCAG10/wai-pageauth.html#tech-identify-lang&quot; title=&quot;guideline for checkpoint&quot; rel=&quot;nofollow&quot;&gt;4.3&lt;/a&gt; sort out the ambiguity.</description>
		<content:encoded><![CDATA[<p>haha Jack, cheers! <img src='http://www.thatstandardsguy.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I assume 12.4 checks for matching <code>for</code> and <code>id</code> attribute values &#8211; as to whether you code them correctly in the first place is a matter for manual QA checking, yeah.</p>
<p>4.3 is naughty because it uses the word &#8220;primary&#8221; with the word &#8220;natural&#8221;. W3C have already used the phrase <a href="http://www.w3.org/TR/i18n-html-tech-lang/#ri20040808.101452727" rel="nofollow">primary language</a> to mean metadata about the document as a whole with &#8220;natural language&#8221; equating to the <a href="http://www.w3.org/TR/i18n-html-tech-lang/#ri20040808.102523274" rel="nofollow">text-processing language</a> that is more specific and defined via the <code>lang</code> or <code>xml:lang</code> attribute. Thankfully, the accompanying guidelines for <a href="http://www.w3.org/TR/WCAG10/wai-pageauth.html#tech-identify-changes" title="guideline for checkpoint" rel="nofollow">4.1</a> and <a href="http://www.w3.org/TR/WCAG10/wai-pageauth.html#tech-identify-lang" title="guideline for checkpoint" rel="nofollow">4.3</a> sort out the ambiguity.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JackP</title>
		<link>http://www.thatstandardsguy.co.uk/2005/12/how-useful-are-accessibility-evaluation-tools/comment-page-1/#comment-78</link>
		<dc:creator>JackP</dc:creator>
		<pubDate>Fri, 10 Feb 2006 10:28:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.thatstandardsguy.co.uk/?p=32#comment-78</guid>
		<description>Okay then, while I&#039;m being awkward:
12.4 - an automated checker can check if a label is associated with a control but not that it&#039;s associated with the right control. Eg Name and Address labels and fields. How does it know which is which unless it can understand the purpose to which that form field will be put. Some manual checking still required?
4.3 - it can check if a primary language is identified. But unless it&#039;s really clever, will it actually determine if it&#039;s the right one? If you put &quot;en&quot; and then spell &quot;colour&quot; will it tell you that you&#039;re wrong ?(should be &quot;en-gb&quot; for us UKers) If not, then again it&#039;s a manual one.

I&#039;ll let you keep the validate and deprecate ones though :-)</description>
		<content:encoded><![CDATA[<p>Okay then, while I&#8217;m being awkward:<br />
12.4 &#8211; an automated checker can check if a label is associated with a control but not that it&#8217;s associated with the right control. Eg Name and Address labels and fields. How does it know which is which unless it can understand the purpose to which that form field will be put. Some manual checking still required?<br />
4.3 &#8211; it can check if a primary language is identified. But unless it&#8217;s really clever, will it actually determine if it&#8217;s the right one? If you put &#8220;en&#8221; and then spell &#8220;colour&#8221; will it tell you that you&#8217;re wrong ?(should be &#8220;en-gb&#8221; for us UKers) If not, then again it&#8217;s a manual one.</p>
<p>I&#8217;ll let you keep the validate and deprecate ones though <img src='http://www.thatstandardsguy.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Dawson</title>
		<link>http://www.thatstandardsguy.co.uk/2005/12/how-useful-are-accessibility-evaluation-tools/comment-page-1/#comment-76</link>
		<dc:creator>Karl Dawson</dc:creator>
		<pubDate>Wed, 08 Feb 2006 18:34:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.thatstandardsguy.co.uk/?p=32#comment-76</guid>
		<description>Cheers Grant, 2 to 1 in favour of kicking 9.1 out (but I don&#039;t really disagree).

When I get a few mins, I&#039;ll amend - so kick me in a week if not done. I just wanted to quickly acknowledge your comment :)</description>
		<content:encoded><![CDATA[<p>Cheers Grant, 2 to 1 in favour of kicking 9.1 out (but I don&#8217;t really disagree).</p>
<p>When I get a few mins, I&#8217;ll amend &#8211; so kick me in a week if not done. I just wanted to quickly acknowledge your comment <img src='http://www.thatstandardsguy.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grant Broome</title>
		<link>http://www.thatstandardsguy.co.uk/2005/12/how-useful-are-accessibility-evaluation-tools/comment-page-1/#comment-75</link>
		<dc:creator>Grant Broome</dc:creator>
		<pubDate>Wed, 08 Feb 2006 15:08:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.thatstandardsguy.co.uk/?p=32#comment-75</guid>
		<description>Karl, good article, I would agree with Jack though and add that if you are saying that you would check to detect an image map, and then manually check for equivalent text links, then that is very similar to checking an image for an appropriate alt text. There&#039;s no tool that can check the links to see if they are equivalent.</description>
		<content:encoded><![CDATA[<p>Karl, good article, I would agree with Jack though and add that if you are saying that you would check to detect an image map, and then manually check for equivalent text links, then that is very similar to checking an image for an appropriate alt text. There&#8217;s no tool that can check the links to see if they are equivalent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Dawson</title>
		<link>http://www.thatstandardsguy.co.uk/2005/12/how-useful-are-accessibility-evaluation-tools/comment-page-1/#comment-62</link>
		<dc:creator>Karl Dawson</dc:creator>
		<pubDate>Fri, 27 Jan 2006 22:54:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.thatstandardsguy.co.uk/?p=32#comment-62</guid>
		<description>Yeah, I&#039;ve read that checkpoint a few times now and I think a tool would check for a client-side image map and award a tick in the box if found. If a server-side image map was detected, then you would need to perform a manual check for equivalent text links. I don&#039;t have much, if any experience with image maps but if you have a legitimate reason for it to be server-side then you will have to manually check it.

I don&#039;t know, I&#039;m inclined to leave it in the first group because I think the intention was to check for a client-side image map only. But then again, if it were server-side you&#039;d need to manually check for redundant text links to pass it. Even as the article stands now, 5 wholly automatic checks out of 65 is pretty poor going. Removing the last Priority 1 checkpoint from the list is academic if you were thinking of buying a tool after reading this...</description>
		<content:encoded><![CDATA[<p>Yeah, I&#8217;ve read that checkpoint a few times now and I think a tool would check for a client-side image map and award a tick in the box if found. If a server-side image map was detected, then you would need to perform a manual check for equivalent text links. I don&#8217;t have much, if any experience with image maps but if you have a legitimate reason for it to be server-side then you will have to manually check it.</p>
<p>I don&#8217;t know, I&#8217;m inclined to leave it in the first group because I think the intention was to check for a client-side image map only. But then again, if it were server-side you&#8217;d need to manually check for redundant text links to pass it. Even as the article stands now, 5 wholly automatic checks out of 65 is pretty poor going. Removing the last Priority 1 checkpoint from the list is academic if you were thinking of buying a tool after reading this&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
