What is web accessibility? | webaxe at gmail dot com
Wednesday, March 12, 2008
HTML 5 is under development, and I thought I'd point out some proposed changes that directly affect accessibility, namely, the removal of certain attributes:Labels: standards
Dennis Lembree is the founder of web development company CheckEngine USA, which specializes in web usability, standards, and accessibility.
Ross Johnson runs a web design company (3.7 Designs) that takes a wholistic view on the web and art of constructing pages. They strive to be creative and unique.
Add yourself to the Web Accessibility Enthusiasts mapper
6 Comments:
(tone: curious, not snarky)
How is the lack of the target attribute an accessibility concern? :)
Is so that you can still open a link in a new window when javascript is disable?
Thanks.
Good question, Zeke. Using web standards is a big part of accessibility, so that was the meaning behind this post. The technique to open a new browser window, and make it accessible, has always been debatable. One flaw of XHTML Strict as that you must use JavaScript (DOM) to open a new window. In HTML 5, it looks like there is open new window functionality build in.
Thanks for the info. I didn't know about the open new window functionality in HTML5.
Crap,
I just started using 'scope' and headers with regularity to map data to the appropriate 'th'.
Are there good alternatives to making table data accessible.
Gregg, remember that HTML 5 is still a draft and probably won't be active for a while yet. For more info on the headers debate, read the article HTML 5 and accessibility by Roger Johansson.
Something to keep in mind it that the publication of HTML 5 as a W3C Working Draft does not imply that all of the participants in the W3C HTML working group endorse the contents of the specification.
For instance, in addition to the issues pointed out in this excellent post, opposition exists to the HTML5 editor's decision to omit the alt attribute for critical content. Some people within the working group questioned this decision, and sought a formal response from PFWG. PFWG is W3C's Protocols and Formats Working Group, a group, which looks at the formal Web technologies from an accessibility perspective. Steve Faulkner and others of us are now working on Action 54 to draft text for HTML 5 spec to require producers/authors to include @alt on img elements.
I would encourage accessibility folks to join the HTML WG to help insure accessibly is incorporated into the spec. Hixie has a set of alternate more user friendly instructions. Note: For step 4 Karl Dubost is not the staff contact anymore. Michael Smith, mike@w3.org now holds that position.
Comments from the public are also badly needed. Just send an email to public-html-comments@w3.org. Karl Dubost has offered some good suggestions for submitting comments.
Post a Comment
<< Home