<?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"
	>

<channel>
	<title>WebAIM Blog</title>
	<atom:link href="http://webaim.org/blog/wp-feed.php" rel="self" type="application/rss+xml" />
	<link>http://webaim.org/blog</link>
	<description>The WebAIM Web Accessibility Blog</description>
	<pubDate>Tue, 06 May 2008 19:37:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>WCAG 2.0 advances to Candidate Recommendation</title>
		<link>http://webaim.org/blog/wcag-2-candidate-recommendation/</link>
		<comments>http://webaim.org/blog/wcag-2-candidate-recommendation/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 18:20:58 +0000</pubDate>
		<dc:creator>Jared Smith</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://webaim.org/blog/?p=60</guid>
		<description><![CDATA[As a major step in the W3C guideline development process, WCAG 2.0 has today been advanced to Candidate Recommendation status. This means that the WCAG working group believes the guidelines to be in a stable and usable form that can be used by developers and that, even though feedback is still welcome, the guidelines are [...]]]></description>
			<content:encoded><![CDATA[<p>As a major step in the <a href="http://www.w3.org/WAI/intro/w3c-process">W3C guideline development process</a>, <a href="http://www.w3.org/TR/2008/CR-WCAG20-20080430/">WCAG 2.0</a> has today been advanced to Candidate Recommendation status. This means that the WCAG working group believes the guidelines to be in a stable and usable form that can be used by developers and that, even though feedback is still welcome, the guidelines are near completion.</p>
<p><a href="http://www.w3.org/2008/04/wcag20cr-pressrelease">Read the W3C press release</a></p>
]]></content:encoded>
			<wfw:commentRss>http://webaim.org/blog/wcag-2-candidate-recommendation/feed/</wfw:commentRss>
		</item>
		<item>
		<title>508 and Higher Ed.</title>
		<link>http://webaim.org/blog/508-and-higher-ed/</link>
		<comments>http://webaim.org/blog/508-and-higher-ed/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 15:58:53 +0000</pubDate>
		<dc:creator>Jon Whiting</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://webaim.org/blog/?p=58</guid>
		<description><![CDATA[The National Center on Disability and Access to Education (NCDAE), a partner, is currently involved in a project to help educational institutions improve the accessibility of their online content. As part of the project, I recently conducted an evaluation of 100 randomly-selected web pages, each from a different higher education institution website. The pages were [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://ncdae.org/">National Center on Disability and Access to Education</a> (NCDAE), a partner, is currently involved in a project to help educational institutions improve the accessibility of their online content. As part of the project, I recently conducted an evaluation of 100 randomly-selected web pages, each from a different higher education institution website. The pages were evaluated for Section 508 compliance. The results were a little surprising. . .only three of the one-hundred pages complied with Section 508. Although more details will be submitted for publication soon, I wanted to share some of my results and opinions with the WebAIM community.</p>
<h2>Findings</h2>
<h3>Skip to content links</h3>
<p>Of the 97 pages that contained repetitive navigation, 85, or 88%, had missing or broken skip to content links. This made it the most commonly violated checkpoint. Of the many sites that provided skip to content links, only 12 had functioning links. The rest were broken. A few had the link in place, but the corresponding anchors were missing or incorrect. I also found that about one page in ten had a skip to content link that had been hidden using visibility:hidden or (more often) display:none, making it inaccessible to keyboard and screen reader users. There were only a handful of pages, no more than five, with a hidden skip to content link that was both screen reader and keyboard accessible.</p>
<h3>Form labels</h3>
<p>Of the 76 pages that had form elements, 63, or about 83%, of the pages had at least one element with a missing or incorrectly-associated label. The vast majority of the pages had only one form element&#8211;the search box. That raises a question&#8211;if a screen reader user encounters an unlabeled form element on an unfamiliar site, can they assume that it is a search box? </p>
<h3>Alt text</h3>
<p>Each of the 100 pages that I evaluated had at least one image. 71 of the pages (I&#8217;ll let you figure out the percentage on this one) had at least one image&#8211;most had more&#8211;with missing or inappropriate alt text. Although 71 pages is still a high number, I am encouraged that almost 30% of the pages I evaluated had appropriate alt text. That is a higher percentage than any other 508 studies that I have seen. Of course, I was fairly liberal in my interpretation of an &quot;alternative.&quot; I passed alt text that was a little lengthy or slightly inaccurate, so I suppose it would be more accurate to say that almost 30% of the pages that I evaluated had images with accessible alt text that reached a minimal standard of equivalence.</p>
<p>Even though I am encouraged that more sites seem to be using alt text, I would argue that it is still the highest priority accessibility concern on the web. Even though I came across more <em>pages</em> with missing skip to content links, I came across far more <em>instances</em> of missing alt text. If I had tracked number of errors, missing or inappropriate alt text would have been the clear winner (or loser).</p>
<p>It is also much more difficult for a screen reader to compensate for missing or inappropriate alt text. If a page has missing form labels or table headers, a screen reader will often be able to compensate. If an image has a missing alt attribute, the screen reader will either ignore the image or read the filename</p>
<p>Despite the apparent improvement in the use of alt text, there seems to be a disturbing increase in the number of images <em>as links</em> that are missing alt text (every image that is a link needs alt text). This is a trend that we have noticed during this evaluation and on the web in general. Either that or we just notice it more because we now have a rule or icon for it in <a href="http://wave.webaim.org/">WAVE 4</a>. This is unfortunate because while many images with missing alt text probably do not need alt text, every image that is a link needs alt text.</p>
<h3>Headings</h3>
<p>Even though it is not specifically addressed in 508, except possibly as a method to skip repetitive navigation (o), I also decided to see how many pages provided a heading at the beginning of the content. I was surprised to find that only 46% of the pages did this. </p>
<p>In my opinion, good semantic structure is one of the most essential and overlooked accessibility issues. A clearly-structured site is usually easier to understand, navigate, and is more accessible to users, particularly those with cognitive disabilities. </p>
<h3>Other findings</h3>
<ul>
<li>Five of the pages that I evaluated had data tables, none of which identified table headers. </li>
<li>I came across one frameset, which did not have titles. </li>
<li>94 pages had scripting. 17 of these pages (18%) contained inaccessible scripting.</li>
<li>51 pages had links to files that require a plugin. Almost all of these were PDF files. 36 pages, or 71%, did not provide the required link to the plugin. Since modern browsers automatically detect missing plugins for common formats, this is arguably an outdated requirement.</li>
<li>There were no pages with server-side image maps.</li>
<li>There was one video. It was not captioned.</li>
</ul>
<h2>Musings</h2>
<h3>508 Falls Short </h3>
<p>WebAIM is often asked to conduct accessibility evaluations, and many times we are asked to evaluate a site for Section508 compliance. Sometimes this is appropriate, but when possible, we try to convince our clients that 508 is not an acceptable criteria for accessibility. Section 508 is very important in the United States. If you live in the US, and are involved with web accessibility, you should be familiar with the 16 checkpoints that relate to the web. For those of you who are not familiar with 508, you may want to review our <a href="http://www.webaim.org/standards/508/checklist">Section 508 checklist</a>. It is important that anyone familiar with web accessibility be familiar with Section 508. However, as a standard for accessibility evaluation, 508 falls short. A good deal of the information is repetitive (e.g., image maps) and dated (e.g., links to plugins). Fortunately, <a href="http://teitac.org/">508 is currently in the process of being updated</a>.</p>
<h3>College Websites are Behind the Times</h3>
<p>I don&#8217;t know if it is because colleges often have decentralized web development teams, or because website development and maintenance is not a part of their core mission, or if I am just spoiled by the many good sites that I visit, but I was a little surprised at the low quality of many of the college websites. Many of the sites seemed dated, poorly structured, and not very accessible. Quite a few of them loaded slowly, and many links that were functioning when they were randomly selected were dead a couple of weeks later when I evaluated them. Some of the sites were from small, two-year colleges that probably operate on smaller budgets, but many were not. </p>
<h3>We still have our work cut out for us</h3>
<p>WebAIM started as a grant-funded project with the primary goal of dissemination and awareness. Even though our funding sources have changed, these are still our primary goals. As we travel to conferences and trainings, it seems that the knowledge and awareness of the people that we interact with is growing. Their level of familiarity with accessibility principles is, as a group, higher than it was a few years ago. Most of the people we train have seen a screen reader in use and are familiar with basic accessibility concepts like alt text or form labels. This wasn&#8217;t the case even five years ago.</p>
<p>That is why it was surprising, and even a little disappointing, to see that the accessibility of many of the sites that I evaluated seemed to be almost the same as, and in some ways worse, than sites designed five years ago. There are clearly many people who have not learned the basics of accessible web design or do not appreciate its impact. We still have a lot of work ahead of us.</p>
]]></content:encoded>
			<wfw:commentRss>http://webaim.org/blog/508-and-higher-ed/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Donate to John Slatin Fund, get an evaluation</title>
		<link>http://webaim.org/blog/john-slatin-fund/</link>
		<comments>http://webaim.org/blog/john-slatin-fund/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 20:20:08 +0000</pubDate>
		<dc:creator>Jared Smith</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://webaim.org/blog/?p=59</guid>
		<description><![CDATA[WebAIM has volunteered time to the John Slatin Fund Accessibility Project.  John Slatin, who passed away last month after a prolonged battle with leukemia, was a powerful advocate for web accessibility and one of the pioneers in this field. The John Slatin Fund was established to help John’s beloved Anna offset the medical expenses [...]]]></description>
			<content:encoded><![CDATA[<p>WebAIM has volunteered time to the <a href="http://www.knowbility.org/business/john-slatin/">John Slatin Fund Accessibility Project</a>. <img src="http://webaim.org/blog/media/john-slatin.jpg" style="float:right" alt="" /> John Slatin, who passed away last month after a prolonged <a href="http://leukemialetters.blogspot.com/">battle with leukemia</a>, was a powerful advocate for web accessibility and one of the pioneers in this field. The John Slatin Fund was established to help John’s beloved Anna offset the medical expenses incurred during John’s long illness. The fund matches accessibility experts (<a href="http://www.knowbility.org/business/john-slatin/experts.php">more than 70 have volunteered their time</a>) with companies that would like a brief review of their site for accessibility. In return, the site owner is asked to contribute a minimum of $500 to the fund.</p>
<p>If you know of any company who is looking for an expert accessibility review, please point them to the <a href="http://www.knowbility.org/business/john-slatin/infoforcompanies.php">information for companies</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://webaim.org/blog/john-slatin-fund/feed/</wfw:commentRss>
		</item>
		<item>
		<title>UN Ratifies Disability Treaty</title>
		<link>http://webaim.org/blog/un-ratifies-disability-treaty/</link>
		<comments>http://webaim.org/blog/un-ratifies-disability-treaty/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 21:21:22 +0000</pubDate>
		<dc:creator>Cyndi Rowland</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://webaim.org/blog/?p=57</guid>
		<description><![CDATA[On April 3rd, the UN’s Convention on the Rights of Persons with Disabilities (CRPD) received the necessary 20 member state ratifications for the Treaty to move into implementation.  The CRDP will go into effect May 3rd.  You can access the CRDP at http://www.un.org/disabilities/
This comprehensive human rights treaty provides many fundamental rights to those [...]]]></description>
			<content:encoded><![CDATA[<p>On April 3rd, the UN’s Convention on the Rights of Persons with Disabilities (CRPD) received the necessary 20 member state ratifications for the Treaty to move into implementation.  The CRDP will go into effect May 3rd.  You can access the CRDP at <a href="http://www.un.org/disabilities/">http://www.un.org/disabilities/</a></p>
<p>This comprehensive human rights treaty provides many fundamental rights to those with disabilities.  Among the sections of the <a href="http://www.un.org/disabilities/default.asp?id=259">50-article Treaty</a> are explicit references to the accessibility of information and communications. The most prominent is <a href="http://www.un.org/disabilities/default.asp?id=269">Article 9 - &#8220;Accessibility&#8221;</a>, which places accessibility of information, communication, and technologies (ICT) at the same level as Articles on &#8220;The right to life&#8221;, &#8220;Equal recognition before the law&#8221;, &#8220;Access to justice&#8221;, and &#8220;Freedom from torture or cruel, inhuman or degrading treatment or punishment&#8221;. You can see that accessible ICT is being taken very seriously.</p>
<p>One of the General obligations of States Parties (<a href="http://www.un.org/disabilities/default.asp?id=264">Article 4</a>) is &#8220;To undertake or promote research and development of universally designed goods, services, equipment and facilities…&#8221; and &#8220;To undertake or promote research and development of, and to promote the availability and use of new technologies, including information and communications technologies…&#8221;</p>
<p>Once in effect on May 3rd, this new international law will apply to only <a href="http://www.un.org/disabilities/countries.asp?navid=12&#038;pid=166">those countries</a> that have both signed and ratified the CRPD (currently 23 and rising). Over a hundred additional countries have signed onto the Convention.  For now, their work is to align their national legislation to the CRPD.  Thus, countries such as Japan, Canada, S. Korea, Australia, China, and the United Kingdom are expected to ratify when they complete this internal process, which may take a few years.  </p>
<p>There will be no force in effect for those countries that have neither signed nor ratified the CRPD, such as the U.S.  It is interesting to me that our government has not signed the Convention, even to underscore its importance in principle.  Our nation currently sits in a minority of countries who have not signed, such as Iraq, Haiti, the Congo, and Fiji.  U.S. officials have indicated that domestic laws, especially the ADA, are stronger than those of the CRPD.  However, how many of us are aware of unequivocal rights in the U.S. to accessible information and communications technologies in both public and private sectors? Many are calling on all Americans to <a href="http://communities.justicetalking.org/blogs/day13/archive/2007/04/12/u-s-must-come-back-to-the-table-on-disability-treaty.aspx">sign a petition</a> in support of the U.S. becoming a signatory to the CRPD.</p>
<p>It is not possible for me to convey how important this event is on a worldwide stage, not just for electronic accessibility efforts, but also for the broad human rights issues that face those with disabilities, particularly in developing countries. Perhaps my fervor for this can&#8217;t be separated from the more general issues of human rights and discrimination that those with disabilities face worldwide. For those interested in the rights of persons with disabilities I urge you to read the <a href="http://www.un.org/disabilities/default.asp?id=260">Preamble</a> for the Convention and its <a href="http://www.un.org/disabilities/default.asp?id=263">General Principles</a>. They are compelling beyond words.  Finally, the world has a chance to enact these principles.</p>
<p>For those of us passionate about making the world a more accessible place, now is the time to help in the global transformation.  The basic human right to access information and communication can happen in our lifetime, if we work together. The ratification of this treaty is a major step forward in this process. The important thing here is not that the train has left the station, but that it is well down the track.</p>
]]></content:encoded>
			<wfw:commentRss>http://webaim.org/blog/un-ratifies-disability-treaty/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The plague of outline:0</title>
		<link>http://webaim.org/blog/plague-of-outline-0/</link>
		<comments>http://webaim.org/blog/plague-of-outline-0/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 18:51:52 +0000</pubDate>
		<dc:creator>Jared Smith</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://webaim.org/blog/plague-of-outline-0/</guid>
		<description><![CDATA[I am seeing an increasingly alarming trend in the implementation of CSS on web sites - the inclusion of outline:0 or outline:none.
The outline CSS property allows you to define the visual outline that displays when elements are selected or have focus. Otherwise known as the focus indicator, it is seen as the dotted lines that [...]]]></description>
			<content:encoded><![CDATA[<p>I am seeing an increasingly alarming trend in the implementation of CSS on web sites - the inclusion of outline:0 or outline:none.</p>
<p>The outline CSS property allows you to define the visual outline that displays when elements are selected or have focus. Otherwise known as the focus indicator, it is seen as the dotted lines that surround links and buttons when you tab to them with the keyboard.</p>
<p>In some rare instances where designs are rigidly defined with pixel precision and when the browser improperly changes the size of an element when the outline appears, pages can break (even though the <a href="http://www.w3.org/TR/REC-CSS2/ui.html#dynamic-outlines">CSS spec indicates that the outline should take no space</a>). In other cases, designers are annoyed by the fact that the focus indicator remains visible when a user activates a link and then returns to the original page. As a result, developers are more and more removing the outline behavior from their page elements. By doing so, they can make it nearly impossible for sighted keyboard users to effectively navigate the page.</p>
<p>For example, try to navigate <a href="http://cnn.com/">cnn.com</a> in Firefox while using only your keyboard. There is no visual indication of which link currently has the keyboard focus because the outline and the text-decoration for links have been removed. The result - <strong>total keyboard inaccessibility</strong>. I am beginning to see this very regularly across the web even though most browsers now properly implement CSS outlines.</p>
<p>The prevalence of this is increased by the inclusion of outline:0 in many CSS reset files, such as <a href="http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/">Eric Meyer&#8217;s CSS Reset</a>. It applies outline:0 to all page elements. While he clearly indicates that focus styles should be re-implemented,&#8230;</p>
<p>/* remember to define focus styles! */<br />
:focus {<br />
	outline: 0;<br />
}</p>
<p>&#8230; the inclusion of outline:0 in the default code does not provide anything useful. This recommendation is almost always either misunderstood or ignored as evidenced by the many sites that use this code as is. Simply changing the focus code to outline:1px would result in better accessibility and understanding.</p>
<p>If a linked image already provides a visual indication of focus (with either CSS or scripted image replacement), the focus indicator may not be required. And sometimes a linked element contains content that is positioned off-screen, resulting in an overly large focus indicator. You can also provide focus indication using any number of styles (change the background, add a border, etc.) in place of or in addition to the outline property. <a href="http://webaim.org/">The WebAIM site</a> underlines and changes the background color for focused links, in addition to maintaining the default outline.</p>
<p>In most cases, particularly for text links, it is vital that visual focus indication be provided. The use of outline:0 or outline:none is not recommended. In almost all cases, this CSS can be removed from links with absolutely no impact on the layout or functionality of the site, but with the result of increased accessibility.</p>
]]></content:encoded>
			<wfw:commentRss>http://webaim.org/blog/plague-of-outline-0/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Cognitive Accessibility Survey</title>
		<link>http://webaim.org/blog/cognitive-accessibility-survey/</link>
		<comments>http://webaim.org/blog/cognitive-accessibility-survey/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 22:20:52 +0000</pubDate>
		<dc:creator>Jared Smith</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://webaim.org/blog/cognitive-accessibility-survey/</guid>
		<description><![CDATA[As part of WebAIM&#8217;s Steppingstones of Technology project, we have performed an extensive literature review to identify elements that are often cited as having an impact on users with cognitive and learning disabilities when accessing web content. To further inform us, we invite you to complete a short survey.
WebAIM&#8217;s Steppingstones project is one of the [...]]]></description>
			<content:encoded><![CDATA[<p>As part of WebAIM&#8217;s <a href="http://webaim.org/projects/steppingstones.php">Steppingstones of Technology project</a>, we have performed an extensive literature review to identify elements that are often cited as having an impact on users with cognitive and learning disabilities when accessing web content. To further inform us, we invite you to <a href="http://webaim.org/projects/survey/">complete a short survey</a>.</p>
<p>WebAIM&#8217;s Steppingstones project is one of the first in-depth explorations into web content and cognitive disabilities. Our literature review provided us much insight into the types of things that authors reference as having an impact on web accessibility for people with cognitive and learning disabilities. The survey results will give us more insight into the level of impact these elements might have and how useful it might be for developers to receive feedback regarding these elements in their web design. As part of this project, WebAIM will be developing an evaluation tool that will report on the cognitive load and implications of some of these design elements. The survey results will help us determine which elements we will incorporate into such a tool.</p>
<p><a href="http://webaim.org/projects/survey/">The survey is available online</a> and takes approximately 10 minutes to complete. By completing this survey you will greatly inform our process and support the creation of better tools for increasing accessibility of web content to this important audience.</p>
]]></content:encoded>
			<wfw:commentRss>http://webaim.org/blog/cognitive-accessibility-survey/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WAVE toolbar and blog available</title>
		<link>http://webaim.org/blog/wave-toolbar-and-blog-available/</link>
		<comments>http://webaim.org/blog/wave-toolbar-and-blog-available/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 03:38:02 +0000</pubDate>
		<dc:creator>Jared Smith</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://webaim.org/blog/wave-toolbar-and-blog-available/</guid>
		<description><![CDATA[In the six weeks since we launched WAVE 4.0 beta, over 100,000 accessibility reports have been run. We&#8217;re now happy to announce the release of the WAVE Firefox toolbar. This toolbar performs web accessibility evaluations directly in your web browser. This provides better security, an ability to evaluate password-protected or intranet pages, and evaluate dynamically [...]]]></description>
			<content:encoded><![CDATA[<p>In the six weeks since we launched <a href="http://wave.webaim.org/">WAVE 4.0 beta</a>, over 100,000 accessibility reports have been run. We&#8217;re now happy to announce the release of the <a href="http://wave.webaim.org/toolbar">WAVE Firefox toolbar</a>. This toolbar performs web accessibility evaluations directly in your web browser. This provides better security, an ability to evaluate password-protected or intranet pages, and evaluate dynamically created content.</p>
<p><img src="http://wave.webaim.org/media/toolbarscreenshot.gif" alt="WAVE Toolbar Screenshot" style="padding:3px; border:1px solid #bbb" /></p>
<p>You can download the WAVE Firefox Toolbar at <a href="http://wave.webaim.org/toolbar">http://wave.webaim.org/toolbar</a></p>
<p>We have also launched a new <a href="http://wave.webaim.org/blog/">WAVE blog</a> and will be posting WAVE updates and information there. You can read more about the <a href="http://wave.webaim.org/blog/wave-toolbar-released/">WAVE Toolbar</a> or <a href="http://wave.webaim.org/blog/wp-feed.php">subscribe to the RSS feed</a> now.</p>
]]></content:encoded>
			<wfw:commentRss>http://webaim.org/blog/wave-toolbar-and-blog-available/feed/</wfw:commentRss>
		</item>
		<item>
		<title>IE8, Standards Compliance, and ARIA</title>
		<link>http://webaim.org/blog/ie8-standards-compliance-and-aria/</link>
		<comments>http://webaim.org/blog/ie8-standards-compliance-and-aria/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 19:17:14 +0000</pubDate>
		<dc:creator>Jared Smith</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://webaim.org/blog/ie8-standards-compliance-and-aria/</guid>
		<description><![CDATA[After the events of this week, I have several fewer reasons to loathe Internet Explorer.
It&#8217;s not a real secret that I, like many other developers, have experienced a vast amount of frustration in attempts to build standards compliant, accessible web sites that work in Internet Explorer. From the infamous hasLayout bug to CSS inconsistencies, I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>After the events of this week, I have several fewer reasons to loathe Internet Explorer.</p>
<p>It&#8217;s not a real secret that I, like many other developers, have experienced a vast amount of frustration in attempts to build standards compliant, accessible web sites that work in Internet Explorer. From the infamous <a href="http://webaim.org/articles/siteredesign/index.php#navbug">hasLayout bug</a> to <a href="http://webaim.org/styles/ie.css">CSS inconsistencies</a>, I&#8217;ve been long waiting for the day that IE would either go away or step up to the standards table.</p>
<p>Then behold, Microsoft announced this week that IE 8 will support the <a href="http://www.w3.org/WAI/intro/aria.php">ARIA specification</a> and will no longer require developers to target a specific IE rendering engine (unless of course, they want to target an older rendering engine). Read the <a href="http://www.cio.com/article/193350/Internet_Explorer_Promises_Better_Standards_Compliance...and_a_Whole_Lot_More">CIO.com article</a>, the <a href="http://blogs.msdn.com/ie/archive/2008/03/03/microsoft-s-interoperability-principles-and-ie8.aspx">IE Blog posting</a>, the <a href="http://www.microsoft.com/presspass/press/2008/mar08/03-03WebStandards.mspx">press release</a>, or the <a href="http://code.msdn.microsoft.com/Release/ProjectReleases.aspx?ProjectName=ie8whitepapers&#038;ReleaseId=564">IE8/ARIA Whitepaper</a>.</p>
<p>These announcements signify a significant victory for developers, for standards, and for accessibility. As <a href="http://www.brucelawson.co.uk/2008/accessibility-implications-microsoft-versioning/">Bruce Lawson documented</a>, Microsoft&#8217;s previous plan to require developers to target specific browsers could have resulted in perpetual inaccessibility on sites that did not opt-in and implement the IE specific meta tag. Now, IE8 will default to the most current rendering engine and will support a true standards compliance mode. Developers will not be required to tell IE to act compliant. As such, screen readers and other assistive technologies can take full advantage of existing and future accessibility specifications (such as ARIA) in Internet Explorer without relying on the page author to trigger standards compliance mode specifically for that browser version.</p>
<p>The ARIA specification has much potential for making dynamic, <a href="http://webaim.org/techniques/ajax/">AJAX</a>-driven, interactive web sites more accessible. Despite it&#8217;s potential, developers have not taken it seriously due to the fact that there were no plans for Internet Explorer support. The announcement that IE8 will support ARIA means that developers can begin implementing ARIA very soon. While ARIA is not the panacea of accessibility and won&#8217;t solve all problems, it does provide a framework for making rich internet applications more accessible in a formalized, (and now) cross-browser compatible way.</p>
]]></content:encoded>
			<wfw:commentRss>http://webaim.org/blog/ie8-standards-compliance-and-aria/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WebAIM presentations at CSUN</title>
		<link>http://webaim.org/blog/webaim-presentations-at-csun/</link>
		<comments>http://webaim.org/blog/webaim-presentations-at-csun/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 05:17:48 +0000</pubDate>
		<dc:creator>Jon Whiting</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://webaim.org/blog/webaim-presentations-at-csun/</guid>
		<description><![CDATA[The CSUN Technology and Persons with Disabilities Conference is one of the biggest accessibility conferences of the year. This year, WebAIM is giving three presentations at CSUN. If you&#8217;re going to CSUN this year, we hope to see you there. Details below.
Advanced Web Accessibility Evaluation with WAVE
Wednesday, March 12, 2008 - 1:50-2:50 PM
 Jared Smith [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.csun.edu/cod/conf/"><acronym title="California State University, Northridge">CSUN</acronym> Technology and Persons with Disabilities Conference</a> is one of the biggest accessibility conferences of the year. This year, WebAIM is giving three presentations at CSUN. If you&#8217;re going to CSUN this year, we hope to see you there. Details below.</p>
<h3>Advanced Web Accessibility Evaluation with WAVE</h3>
<p>Wednesday, March 12, 2008 - 1:50-2:50 PM<br />
 Jared Smith and Aaron Andersen</p>
<p>An overview of the updates to the WAVE accessibility tool and toolbar, and a methodology for evaluating web sites using WAVE and other tools will be presented.</p>
<h3>Web Accessibility Gone Wild</h3>
<p>Jon Whiting and Jared Smith<br />
 Friday, March 14, 2008 - 8:00-9:00 AM</p>
<p>In this presentation, we will discuss how accessibility can decrease if some accessibility techniques are applied incorrectly or excessively.</p>
<h3>Accessibility of Next Generation Web Applications</h3>
<p>Jared Smith<br />
 Friday, March 14, 2008 - 10:40-11:40 AM</p>
<p>Dynamic HTML and AJAX are beginning to dominate the internet. Next generation web applications can impact accessibility of the web for better or worse.</p>
]]></content:encoded>
			<wfw:commentRss>http://webaim.org/blog/webaim-presentations-at-csun/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Introducing WAVE 4.0</title>
		<link>http://webaim.org/blog/introducing-wave-4/</link>
		<comments>http://webaim.org/blog/introducing-wave-4/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 23:35:17 +0000</pubDate>
		<dc:creator>Jared Smith</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://webaim.org/blog/introducing-wave-4/</guid>
		<description><![CDATA[WebAIM is pleased to announce the release of WAVE 4.0. We invite you to test WAVE and provide feedback, recommendations, and bug reports on this beta version at this time.
What is WAVE?
WAVE is a web accessibility evaluation tool.  Rather than providing a complex technical report, WAVE shows your original web content with embedded icons [...]]]></description>
			<content:encoded><![CDATA[<p>WebAIM is pleased to announce the release of <a href="http://wave.webaim.org/">WAVE 4.0</a>. We invite you to test WAVE and provide feedback, recommendations, and bug reports on this beta version at this time.</p>
<h3>What is WAVE?</h3>
<p>WAVE is a web accessibility evaluation tool.  Rather than providing a complex technical report, WAVE shows your original web content with embedded icons and indicators that reveal the accessibility information within your page. WAVE cannot tell you if your web content is accessible - only a human can determine true accessibility - but WAVE can help you evaluate the accessibility of your web content. You can submit web content to WAVE for evaluation by providing a URL, uploading a file, or entering/pasting HTML code. </p>
<h3>What&#8217;s New in Version 4?</h3>
<h4>New evaluation rules</h4>
<p>WAVE 4.0 beta features 28 new accessibility tests. These provide more detailed checking of accessibility issues and features found in your web content. For instance, instead of simply identifying missing alt text, WAVE 4.0 indicates if the element missing alt text is a decorative image, a link, an image map hotspot, etc. New tests check for empty headings, broken skip navigation links, missing or poor page titles, small text, pop-up windows, hidden content, and much more.</p>
<h4>A new evaluation framework</h4>
<p>An entirely new evaluation framework makes WAVE more powerful and flexible. Rather than relying on complex tests and if/else statements, a simple, XML-based language is used for writing evaluation rules. This allows easy creation and modification of evaluation rules, icons, and reporting features. Eventually, WAVE may allow user-authoring, editing, or submitting of evaluation rules to allow custom evaluation of web or other content. This framework will allow us to implement future testing under our <a href="http://webaim.org/projects/steppingstones.php">cognitive disabilities initiative</a>.</p>
<h4>Powered by Mozilla</h4>
<p>When web content is submitted to WAVE, WAVE uses the Mozilla Gecko rendering engine (this is the rendering engine used in Firefox) to generate a virtual representation (or DOM) of the page. This rendered content, rather than the raw HTML code, is then evaluated against the evaluation rules. This allows WAVE to evaluate elements after cascading style sheets have been applied to them. WAVE can now identify overly small text, for example, even if it is small due to multiple CSS inheritances. It also allows for better evaluation of documents that are not structured or coded to web standards.</p>
<h4>Better reporting interface</h4>
<p>WAVE 4.0 reporting is simpler and more user-friendly. Tooltips for WAVE icons now provide additional details. Four different report views allow you to evaluate different aspects of your web content. New functionality is available for copy/paste of HTML code and viewing your evaluation history. Additionally, the number of preference options available has decreased. In fact, there really are NO user preferences in WAVE 4.</p>
<p>The interface is also more stable, allowing inline reporting for complex, CSS-driven web site. Despite the improvements, we cannot account for all possible styles and some reports may be rendered with unreadable or layered elements. In such cases, an option is available for disabling CSS styles within reports.</p>
<p>While the interface is javascript driven, all functionality is available with scripting disabled. We implemented the hijax approach which uses scripting to enhance an already-functional interface.</p>
<p>In future versions, more detailed reporting and report customization will be available.</p>
<h3>WAVE Toolbar</h3>
<p>The WAVE Firefox Toolbar will be available late January 2008. This toolbar will perform all of the WAVE evaluation work directly within your web browser. Because there will be no WAVE server interaction, this will allow for private and secure evaluation of password protected, intranet, dynamically generated, or script modified/AJAX powered web pages.</p>
<h3>Beta Resources</h3>
<p>During beta testing, a set of test case documents will be available at <a href="http://wave.webaim.org/report">http://wave.webaim.org/report</a> These provide an excellent way to become familiar with how WAVE works and what its capabilities are. Additionally, the Icons Key can be used to identify new WAVE icons and tests.</p>
<p>WAVE is very much in beta, so if you encounter bugs or have recommendations, please use the <a href="http://wave.webaim.org/feedback">feedback form</a> to notify us.</p>
<p>We will be holding an <a href="http://easi.cc/clinic.htm#month1">EASI webinar</a> on Monday, January 28th, where we&#8217;ll present on the new features of WAVE 4 and what to expect in the future.</p>
]]></content:encoded>
			<wfw:commentRss>http://webaim.org/blog/introducing-wave-4/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
