Re: Fw: Checkpoint 3.3

[Robert Neff]
> I do not doubt the CSS's usability.  I question why I am being
> forced to use CSS to obtain a Double A conformance level.  I can
> make a web page that is accessible using HTML 3.2 and 4.

So do this:

<style><!--
p { display: block }
--></style>

and change your DOCTYPE to HTML 4.0 Transitional, which should handle
most content that complies to older HTML DTDs.  Then you're all set.
(-:

-Chris
-- 
<!NOTATION SGML.Geek PUBLIC "-//Anonymous//NOTATION SGML Geek//EN">
<!ENTITY crism PUBLIC "-//O'Reilly//NONSGML Christopher R. Maden//EN"
"<URL>http://www.oreilly.com/people/staff/crism/ <TEL>+1.617.499.7487
<USMAIL>90 Sherman Street, Cambridge, MA 02140 USA" NDATA SGML.Geek>

Received on Friday, 16 July 1999 14:07:40 UTC