The Dutch accessibility law is awesome | 456 Berea Street
A few highlights of what is required:
* separate structure from presentation
* do not use deprecated markup
* when creating a new website, use a Strict doctype
* use progressive enhancement
* create semantic class and id values
* use the W3C DOM when scripting
* script-only links must be generated by JavaScript
* do not use the alt attribute to create tooltips

No comment on this link yet.