<?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: WordPress 2.7: A Brief Accessibility Review</title>
	<atom:link href="http://www.doitmyselfblog.com/2009/wordpress-27-a-brief-accessibility-review/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.doitmyselfblog.com/2009/wordpress-27-a-brief-accessibility-review/</link>
	<description>Your Accessibility Conscience</description>
	<lastBuildDate>Fri, 05 Mar 2010 21:57:48 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Franso</title>
		<link>http://www.doitmyselfblog.com/2009/wordpress-27-a-brief-accessibility-review/comment-page-1/#comment-393680</link>
		<dc:creator>Franso</dc:creator>
		<pubDate>Wed, 08 Jul 2009 19:55:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.doitmyselfblog.com/2009/wordpress-27-a-brief-accessibility-review/#comment-393680</guid>
		<description>Good post about wordpress</description>
		<content:encoded><![CDATA[<p>Good post about wordpress</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Do It Myself Blog - Glenda Watson Hyatt &#187; WordPress vs Live Writer: The Image Smackdown</title>
		<link>http://www.doitmyselfblog.com/2009/wordpress-27-a-brief-accessibility-review/comment-page-1/#comment-330494</link>
		<dc:creator>Do It Myself Blog - Glenda Watson Hyatt &#187; WordPress vs Live Writer: The Image Smackdown</dc:creator>
		<pubDate>Thu, 12 Mar 2009 08:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.doitmyselfblog.com/2009/wordpress-27-a-brief-accessibility-review/#comment-330494</guid>
		<description>[...] Glenda on WordPress 2.7: A Brief Accessibility Review [...]</description>
		<content:encoded><![CDATA[<p>[...] Glenda on WordPress 2.7: A Brief Accessibility Review [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glenda</title>
		<link>http://www.doitmyselfblog.com/2009/wordpress-27-a-brief-accessibility-review/comment-page-1/#comment-329028</link>
		<dc:creator>Glenda</dc:creator>
		<pubDate>Mon, 09 Mar 2009 22:23:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.doitmyselfblog.com/2009/wordpress-27-a-brief-accessibility-review/#comment-329028</guid>
		<description>William, thank you for your detailed comment. Very helpful. My next web accessibility post will be comparing the code produced by WordPress versus Live Writer - the kind of question that keeps me awake at night! I will refer to your points. 

An excellent point about testing WordPress against ATAG. I totally agree!</description>
		<content:encoded><![CDATA[<p>William, thank you for your detailed comment. Very helpful. My next web accessibility post will be comparing the code produced by WordPress versus Live Writer &#8211; the kind of question that keeps me awake at night! I will refer to your points. </p>
<p>An excellent point about testing WordPress against ATAG. I totally agree!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William Lawrence</title>
		<link>http://www.doitmyselfblog.com/2009/wordpress-27-a-brief-accessibility-review/comment-page-1/#comment-328987</link>
		<dc:creator>William Lawrence</dc:creator>
		<pubDate>Mon, 09 Mar 2009 14:55:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.doitmyselfblog.com/2009/wordpress-27-a-brief-accessibility-review/#comment-328987</guid>
		<description>I&#039;m very excited to read your post and how you&#039;ve taken the time to review the accessibility of WordPress. If I may, I&#039;d like to add to the conversation and if I provide too many links in this comment, please feel free to modify.

When inserting an image with WordPress all that is required is the Title which then gets used for the title and alt attribute of the image element. This is kind of good, because it kind of meets ATAG requirements, however because the content in the title and alt attributes are duplicated, this is inappropriate as it duplicates the context of the content. In addition, if one does not change the title of the image from an improper file name, the meaning is lost.

When one adds caption text, this additional text is placed next to the image and alt attribute of the image, while the title attribute of the image remains the title, or filename, of the image. This is kind of okay because now the image element no longer has duplicate content for these attribute, however the alternative text for the image now repeats what duplicated in the content of the article: inappropriate and repetitive.

Meanwhile, the description text is used as content for Attachment post page if one chooses to publish each image as a separate attachment post. More information can be found on their &lt;a href=&quot;http://codex.wordpress.org/Using_Image_and_File_Attachments&quot; rel=&quot;nofollow&quot;&gt;Codex for Using Image and File Attachments&lt;/a&gt;.

WordPress, and other CMSs, is a Web content authoring tool. Therefore it&#039;s important to assess them accordingly against the &lt;a href=&quot;http://www.w3.org/TR/ATAG10/&quot; rel=&quot;nofollow&quot;&gt;Authoring Tool Accessibility Guidelines 1.0 (ATAG)&lt;/a&gt;. This has &lt;a href=&quot;http://joeclark.org/access/webaccess/WordPress-ATAG-evaluation.html&quot; rel=&quot;nofollow&quot;&gt;been done&lt;/a&gt; once before, that I know of, three years ago for &lt;a href=&quot;http://codex.wordpress.org/WordPress_ATAG_Evaluation&quot; rel=&quot;nofollow&quot;&gt;WordPress 2.01 Alpha&lt;/a&gt;. What ATAG says is basically that authoring tools must not only be accessible but support non-expert end users in authoring accessible content

In other news, ATAG is being updated to &lt;a href=&quot;http://www.w3.org/TR/ATAG20/&quot; rel=&quot;nofollow&quot;&gt;ATAG 2.0&lt;/a&gt; to be more in sync with WCAG 2.0 and provide a broader coverage to web-based interfaces such as social networking sites that allow users to add and edit Web content.

Anyway, that&#039;s all I&#039;m going to say about this, for now. Again, I&#039;m glad to see someone writing about this important and fun stuff.</description>
		<content:encoded><![CDATA[<p>I&#8217;m very excited to read your post and how you&#8217;ve taken the time to review the accessibility of WordPress. If I may, I&#8217;d like to add to the conversation and if I provide too many links in this comment, please feel free to modify.</p>
<p>When inserting an image with WordPress all that is required is the Title which then gets used for the title and alt attribute of the image element. This is kind of good, because it kind of meets ATAG requirements, however because the content in the title and alt attributes are duplicated, this is inappropriate as it duplicates the context of the content. In addition, if one does not change the title of the image from an improper file name, the meaning is lost.</p>
<p>When one adds caption text, this additional text is placed next to the image and alt attribute of the image, while the title attribute of the image remains the title, or filename, of the image. This is kind of okay because now the image element no longer has duplicate content for these attribute, however the alternative text for the image now repeats what duplicated in the content of the article: inappropriate and repetitive.</p>
<p>Meanwhile, the description text is used as content for Attachment post page if one chooses to publish each image as a separate attachment post. More information can be found on their <a href="http://codex.wordpress.org/Using_Image_and_File_Attachments" rel="nofollow">Codex for Using Image and File Attachments</a>.</p>
<p>WordPress, and other CMSs, is a Web content authoring tool. Therefore it&#8217;s important to assess them accordingly against the <a href="http://www.w3.org/TR/ATAG10/" rel="nofollow">Authoring Tool Accessibility Guidelines 1.0 (ATAG)</a>. This has <a href="http://joeclark.org/access/webaccess/WordPress-ATAG-evaluation.html" rel="nofollow">been done</a> once before, that I know of, three years ago for <a href="http://codex.wordpress.org/WordPress_ATAG_Evaluation" rel="nofollow">WordPress 2.01 Alpha</a>. What ATAG says is basically that authoring tools must not only be accessible but support non-expert end users in authoring accessible content</p>
<p>In other news, ATAG is being updated to <a href="http://www.w3.org/TR/ATAG20/" rel="nofollow">ATAG 2.0</a> to be more in sync with WCAG 2.0 and provide a broader coverage to web-based interfaces such as social networking sites that allow users to add and edit Web content.</p>
<p>Anyway, that&#8217;s all I&#8217;m going to say about this, for now. Again, I&#8217;m glad to see someone writing about this important and fun stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim OBrien</title>
		<link>http://www.doitmyselfblog.com/2009/wordpress-27-a-brief-accessibility-review/comment-page-1/#comment-324656</link>
		<dc:creator>Tim OBrien</dc:creator>
		<pubDate>Sun, 01 Mar 2009 17:15:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.doitmyselfblog.com/2009/wordpress-27-a-brief-accessibility-review/#comment-324656</guid>
		<description>Just found this post via &lt;a href=&quot;http://www.allaccessblogging.com/archives/2009/03/hey-automattic-and-six-apart-h.html&quot; rel=&quot;nofollow&quot;&gt;Hey Automattic and Six Apart, help us build an accessible blogosphere&lt;/a&gt; at &lt;a href=&quot;http://www.allaccessblogging.com/&quot; rel=&quot;nofollow&quot;&gt;All Acces Blogging&lt;/a&gt;. Good reading. The WordPress team ought to but together an accessibility team with our input.

On the admin color scheme, there is a plugin called Easy Access Color Scheme. I use it and am developing a custom color scheme that is high contrast. EACS&#039; developer is currently helping me finish the theme as I do not know enough style sheet coding. We will be making it available on &lt;a href=&quot;http://www.timobrienphotos.com/&quot; rel=&quot;nofollow&quot;&gt;my blog&lt;/a&gt; by the end of the week. I have a &lt;a href=&quot;http://www.timobrienphotos.com/large-print-ideas/blogosphere-access/&quot; rel=&quot;nofollow&quot;&gt;page dedicated to my posts on access in blogs and blogging&lt;/a&gt;.

The image tagging process is definitely confusing. As I do not use a screen reader, I do not know how my images come across. Which attributes do screen readers hear and what does WordPress call them? &lt;a href=&quot;http://www.allaccessblogging.com/archives/2009/03/hey-automattic-and-six-apart-h.html&quot; rel=&quot;nofollow&quot;&gt;Hey Automattic and Six Apart, help us build an accessible blogosphere&lt;/a&gt; has some answers.</description>
		<content:encoded><![CDATA[<p>Just found this post via <a href="http://www.allaccessblogging.com/archives/2009/03/hey-automattic-and-six-apart-h.html" rel="nofollow">Hey Automattic and Six Apart, help us build an accessible blogosphere</a> at <a href="http://www.allaccessblogging.com/" rel="nofollow">All Acces Blogging</a>. Good reading. The WordPress team ought to but together an accessibility team with our input.</p>
<p>On the admin color scheme, there is a plugin called Easy Access Color Scheme. I use it and am developing a custom color scheme that is high contrast. EACS&#8217; developer is currently helping me finish the theme as I do not know enough style sheet coding. We will be making it available on <a href="http://www.timobrienphotos.com/" rel="nofollow">my blog</a> by the end of the week. I have a <a href="http://www.timobrienphotos.com/large-print-ideas/blogosphere-access/" rel="nofollow">page dedicated to my posts on access in blogs and blogging</a>.</p>
<p>The image tagging process is definitely confusing. As I do not use a screen reader, I do not know how my images come across. Which attributes do screen readers hear and what does WordPress call them? <a href="http://www.allaccessblogging.com/archives/2009/03/hey-automattic-and-six-apart-h.html" rel="nofollow">Hey Automattic and Six Apart, help us build an accessible blogosphere</a> has some answers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.doitmyselfblog.com/2009/wordpress-27-a-brief-accessibility-review/comment-page-1/#comment-304780</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Mon, 26 Jan 2009 10:30:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.doitmyselfblog.com/2009/wordpress-27-a-brief-accessibility-review/#comment-304780</guid>
		<description>Very nice review. Just a few points: there&#039;s help for the editor (the last button on the second row). All keyboard shortcuts are listed there, same as in 2.5. There are quite a few of them and the keys are slightly different for the different operating systems.

It would probably be better if you could use a newer browser. As far as I can tell by looking at the screenshots, you&#039;re using Internet Explorer 6 which is very old and has been unsupported by it&#039;s creators for a long time. Upgrading to Internet Explorer 7 or switching to FireFox if possible would make everything look and work better.</description>
		<content:encoded><![CDATA[<p>Very nice review. Just a few points: there&#8217;s help for the editor (the last button on the second row). All keyboard shortcuts are listed there, same as in 2.5. There are quite a few of them and the keys are slightly different for the different operating systems.</p>
<p>It would probably be better if you could use a newer browser. As far as I can tell by looking at the screenshots, you&#8217;re using Internet Explorer 6 which is very old and has been unsupported by it&#8217;s creators for a long time. Upgrading to Internet Explorer 7 or switching to FireFox if possible would make everything look and work better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Virginia</title>
		<link>http://www.doitmyselfblog.com/2009/wordpress-27-a-brief-accessibility-review/comment-page-1/#comment-303355</link>
		<dc:creator>Virginia</dc:creator>
		<pubDate>Sat, 24 Jan 2009 14:51:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.doitmyselfblog.com/2009/wordpress-27-a-brief-accessibility-review/#comment-303355</guid>
		<description>I found your blog via All Access Blogging. This is the first article I read. I am delighted to finally find you and will be a regular reader. I&#039;m glad to see what you had to say about the way Wordpress 2.7 asks for image titles and captions. It is completely messed up and does not make it clear what is going to be the alt text. Hopefully they will listen to these complaints and do something more compliant with standards in the future.</description>
		<content:encoded><![CDATA[<p>I found your blog via All Access Blogging. This is the first article I read. I am delighted to finally find you and will be a regular reader. I&#8217;m glad to see what you had to say about the way Wordpress 2.7 asks for image titles and captions. It is completely messed up and does not make it clear what is going to be the alt text. Hopefully they will listen to these complaints and do something more compliant with standards in the future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jessica</title>
		<link>http://www.doitmyselfblog.com/2009/wordpress-27-a-brief-accessibility-review/comment-page-1/#comment-302115</link>
		<dc:creator>Jessica</dc:creator>
		<pubDate>Thu, 22 Jan 2009 21:30:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.doitmyselfblog.com/2009/wordpress-27-a-brief-accessibility-review/#comment-302115</guid>
		<description>Awesome exploration of WP 2.7, Glenda! For the images, I think if you use the browser upload instead of the flash upload, it chops the picture to a small size (so, it&#039;s not a proper thumbnail and may make the photo unrecognizable, but at least it doesn&#039;t muck up what the boxes are for--that&#039;s what it does on my screen, anyway).</description>
		<content:encoded><![CDATA[<p>Awesome exploration of WP 2.7, Glenda! For the images, I think if you use the browser upload instead of the flash upload, it chops the picture to a small size (so, it&#8217;s not a proper thumbnail and may make the photo unrecognizable, but at least it doesn&#8217;t muck up what the boxes are for&#8211;that&#8217;s what it does on my screen, anyway).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Karlsbjerg</title>
		<link>http://www.doitmyselfblog.com/2009/wordpress-27-a-brief-accessibility-review/comment-page-1/#comment-300289</link>
		<dc:creator>Jan Karlsbjerg</dc:creator>
		<pubDate>Tue, 20 Jan 2009 06:09:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.doitmyselfblog.com/2009/wordpress-27-a-brief-accessibility-review/#comment-300289</guid>
		<description>This is a great, specialized review, Glenda! I&#039;m sure the WordPress folks would like a hint about it.

I know they take usability very seriously (the UI changes they&#039;ve made are a result of actual user testing). Also they have some big corporate customers, and accessibility (ADA) gets to be more of a sore point the bigger the customer (especially if you sell to the public sector).</description>
		<content:encoded><![CDATA[<p>This is a great, specialized review, Glenda! I&#8217;m sure the WordPress folks would like a hint about it.</p>
<p>I know they take usability very seriously (the UI changes they&#8217;ve made are a result of actual user testing). Also they have some big corporate customers, and accessibility (ADA) gets to be more of a sore point the bigger the customer (especially if you sell to the public sector).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabio Trigo</title>
		<link>http://www.doitmyselfblog.com/2009/wordpress-27-a-brief-accessibility-review/comment-page-1/#comment-299655</link>
		<dc:creator>Fabio Trigo</dc:creator>
		<pubDate>Sun, 18 Jan 2009 19:53:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.doitmyselfblog.com/2009/wordpress-27-a-brief-accessibility-review/#comment-299655</guid>
		<description>Glenda, i don´t know if you can translate all my words in my blog and discover my job´s propose. I´m a brazilian wedding planner and i created a wedding ideas´ blog to help all brides of my country to plan and organize your weddings

It´s a pleasure to receive your comment on my blog. You are an example of life and i´m honored to know your history and can share its to my readers.

My best wishes to you! (sorry for any mistake in my writing... :D).

Fabio</description>
		<content:encoded><![CDATA[<p>Glenda, i don´t know if you can translate all my words in my blog and discover my job´s propose. I´m a brazilian wedding planner and i created a wedding ideas´ blog to help all brides of my country to plan and organize your weddings</p>
<p>It´s a pleasure to receive your comment on my blog. You are an example of life and i´m honored to know your history and can share its to my readers.</p>
<p>My best wishes to you! (sorry for any mistake in my writing&#8230; <img src='http://www.doitmyselfblog.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> ).</p>
<p>Fabio</p>
]]></content:encoded>
	</item>
</channel>
</rss>
