Things Developers Should Do For Web Accessibility
1–10 of 23 posts
Re: Things Developers Should Do For Web Accessibility
#2Number 8 is not completely correct anymore. Javascript was recently included in the accessible tecnologies. Screen readers nowadays do own a DOM and a full rendering stack. ARIA, in fact, dictates a lot of interesting accessibility states and tools. That said, I do not push forward the use of javascript for structural functionalities, the rule that states that "Javascript is an enhancement" still works and will always work, but excluding enhancements for accessibility is naïve as far as the naïvete of the implementation.
Re: Things Developers Should Do For Web Accessibility
#3Re: Things Developers Should Do For Web Accessibility
#40) Make sure all of your HTML is valid.
Re: Things Developers Should Do For Web Accessibility
#50) Make sure all of your HTML is valid.
please. build for people, not validators. it's good to check for mistakes, but validators are far from a stamp of approval for anything. know what you're doing instead of seeking 'validated' crap.
For instance, the WGAC 2.0 guidelines require that HTML be valid, and if a client wants WGAC 2.0 compliance (even A level, not AA), the site's gotta validate [1].
[1] http://www.w3.org/TR/UNDERSTANDING-WCAG20/ensure-compat-pars...
Re: Things Developers Should Do For Web Accessibility
#60) Make sure all of your HTML is valid.
please. build for people, not validators. it's good to check for mistakes, but validators are far from a stamp of approval for anything. know what you're doing instead of seeking 'validated' crap.
Re: Things Developers Should Do For Web Accessibility
#7Number 2 is simply misleading. It doesn't take in consideration HTML 5 Document Outline speification. It's not enough anymore to simply use h1-6 accordingly. You must take the whole document landing marks sructure in account (`article`, `section` etcetera.) Number 8 is not completely correct anymore. Javascript was recently included in the accessible tecnologies. Screen readers nowadays do own a DOM and a full render…
Ideally, you'd use them in combination for future proofing. It takes a little work, but you can arrive at the same general outline from both algorithms, since the new one ignores the ordinality of the h tag.
Re: Things Developers Should Do For Web Accessibility
#80) Make sure all of your HTML is valid.
please. build for people, not validators. it's good to check for mistakes, but validators are far from a stamp of approval for anything. know what you're doing instead of seeking 'validated' crap.
Re: Things Developers Should Do For Web Accessibility
#90) Make sure all of your HTML is valid.
please. build for people, not validators. it's good to check for mistakes, but validators are far from a stamp of approval for anything. know what you're doing instead of seeking 'validated' crap.
Re: Things Developers Should Do For Web Accessibility
#10Earlier quoted context omitted.
please. build for people, not validators. it's good to check for mistakes, but validators are far from a stamp of approval for anything. know what you're doing instead of seeking 'validated' crap.
Well, yes (build for people) and no (stuff should be technically correct, as well ). For instance, the WGAC 2.0 guidelines require that HTML be valid, and if a client wants WGAC 2.0 compliance (even A level, not AA), the site's gotta validate [1]. [1] http://www.w3.org/TR/UNDERSTANDING-WCAG20/ensure-compat-pars...
http://www.alistapart.com/articles/tohellwithwcag2 "To Hell with WCAG 2" (2006)
[1] cover your ass engineering