- From: Jonathan O'Donnell <jonathan.odonnell@ngv.vic.gov.au>
- Date: Fri, 13 Jun 2003 21:37:30 +1000
- To: <gv@trace.wisc.edu>, "'Joe Clark'" <joeclark@joeclark.org>, WAI <w3c-wai-gl@w3.org>
Sorry, Gregg, I was not clear. The style sheet applies colour _and_ adds initials. Without the style sheet, there is no colour and no initials. With one example of partial style sheet implementation (Internet Explorer 5.2 under Mac OS X), there is colour, but no initials. I intend for the CSS-generated content to be an integral part of the experience. Do I flunk WCAG 2.0 when the HTML page is viewed without that generated content? Once again, my apologies for the ambiguity. -- Jonathan O'Donnell 04 2575 5829 http://purl.nla.gov.au/net/jod/ mailto:jonathan.odonnell@ngv.vic.gov.au On 12/06/2003 12:16 PM, Gregg Vanderheiden at gv@trace.wisc.edu wrote: > > Why do you put color in document but not initials? Why not initials too, > and let people use style sheets to suppress them if they choose. Or...... > > > Gregg > > -- ------------------------------ > Gregg C Vanderheiden Ph.D. > Professor - Ind. Engr. & BioMed Engr. > Director - Trace R & D Center > University of Wisconsin-Madison > > > -----Original Message----- > From: w3c-wai-gl-request@w3.org [mailto:w3c-wai-gl-request@w3.org] On Behalf > Of Jonathan O'Donnell > Sent: Wednesday, June 11, 2003 5:41 PM > To: Joe Clark; WAI > Subject: Re: [166] Organize documents so they may be read without style > sheets > > > Hi Joe and all > > In general, CSS aids accessibility. However, I have stumbled across the > problem that you describe with CSS-generated content. > > On some Web pages, I would like to distinguish content contributed by other > authors. I set up CSS rules that add initials to the end of each > contributed item. To help sighted readers, I also coloured the contributed > items. > > Without the CSS (eg Internet Explorer 5.2 under Mac OS X), readers get > colour, but no initials. With the CSS (eg Safari 1.0 beta 2 or Netscape > 7.02 under Mac OS X), they get colour and initials. > > A simple example can be seen at: > http://purl.nla.gov.au/net/jod/metadata/css_example.html#after > > The relevant CSS is: > > .hawks:after > { > content: " [tomtom]"; > } > > As far as I am concerned this flunks WCAG 2.0, or any other accessibility > requirement. > > This doesn't change my belief that the content of the document should not > rely on style sheets for the user to know what it is. I just don't know how > to do it in this case.
Received on Tuesday, 17 June 2003 19:45:17 UTC