Finally starting to work back through the archive of The Paciello Group blog. Excellent stuff there. Some highlights from older stuff:
- Why Section 508 is not working – might explain why some govt. agencies are coming back with harsher responses.
- Fieldsets, legends, and screenreaders – I’ve written abotu legend before. There are problems with the CSS styling of legend in Firefox, see https://bugzilla.mozilla.org/show_bug.cgi?id=269908. Best answer I’ve seen so far (from Michael at work) is to put a
<span>element in the legend and style that. Same trick is mentioned in the bug, FYI. - AJAX and screen readers – always wanting to know more about this. Gives a great explanation of how virtual buffers work, which I never really understood.
More links as I keep reading.
No Comments