- From: <pjenkins@us.ibm.com>
- Date: Fri, 23 Apr 1999 14:35:32 -0500
- To: w3c-wai-gl@w3.org
Good question, and good answer
>how can we add a text alternative for a bullet image inserted via a style
>sheet? E.g.
>
> <style>
> UL LI { list-style-image: url(blueball.gif) }
> </style>
>
> Any thoughts?
>From the CSS2 rec:
>
> <style>
> UL LI { list-style: url(blueball.gif) disc }
> </style>
>
>Charles
Can we add this to the techniques document ?
http://www.w3.org/WAI/GL/WAI-WEBCONTENT-TECHS-19990412/#css-techniques
or at least a link to the CSS rec
http://www.w3.org/TR/REC-CSS2/generate.html#lists
Regards,
Phill Jenkins
Received on Friday, 23 April 1999 15:38:38 UTC