[html4all] a11y issues with HTML5 draft and W3C default stylesheets

Patrick H. Lauke redux at splintered.co.uk
Tue Dec 4 11:07:23 PST 2007


Joshue O Connor wrote:

> 1) The use of CSS generated text is new to me. Can you point to anywhere
> else in the wild where we may find other examples of this, or are these
> examples bleeding edge test cases? Is it rather like using:
> 
> <code>
> 
> #page_main_content a[href^="/"]:after {
>    content: " (http://www.cfit.ie" attr(href) ") ";
>    }
> 
> </code>

Yeah, that's what's mostly used today, but the possibilities are wide 
open to do things like writing out images and all sorts of things (doing 
a "real" image replacement via CSS...I believe only Opera supports this 
sort of thing at the moment - see 
http://lofotenmoose.info/css/synopsis/picturehead/)

> 2) Why are we looking at CSS at all to generate text?

I think the answer to that should be: because authors can and will use 
this at some point to generate actual content. They shouldn't (because 
of all the separation of content and presentation ethos), but they will 
anyway...so we should make sure that screenreader users aren't the ones 
missing out because of this.

P
-- 
Patrick H. Lauke
______________________________________________________________
re·dux (adj.): brought back; returned. used postpositively
[latin : re-, re- + dux, leader; see duke.]
www.splintered.co.uk | www.photographia.co.uk
http://redux.deviantart.com
______________________________________________________________
Co-lead, Web Standards Project (WaSP) Accessibility Task Force
http://webstandards.org/
______________________________________________________________
Take it to the streets ... join the WaSP Street Team
http://streetteam.webstandards.org/
______________________________________________________________



More information about the List_HTML4all.org mailing list