Re: CSS Cascade order and Accessibility

> I think a nice, clean solution would be to suggest (*) that UAs give
> all author rules equal weight--i.e., ignore "!important" in author
> style sheets..

I think I'vem entioned this before, but our attempt at resolving 
readers requests will be through a !absolute flag available ONLY in 
the readers style sheet.  Given the following reader style sheet:

BODY
 { background: black !absolute;
   color: yellow !absolute; }

The reader, regardless of !important's and otehr author changes, will 
always see their text in yellow on black.
__
| Mortar: Advanced Web Development <http://mortar.bigpic.com/>
| Neil St.Laurent                  <mailto:stlaurent@bigpic.com>
| Big Picture Multimedia

Received on Thursday, 4 December 1997 12:09:19 UTC