- From: Daniel Dardailler <danield@w3.org>
- Date: Fri, 30 Jan 1998 10:49:35 +0100
- To: w3c-wai-gl@w3.org
> JW:: Without re-reading the HTML specification on this point, I am under > the impression that any markup inside the PRE element (prior to the end > tag of PRE itself) is treated as part of the preformatted text rather than > as markup. No it's OK, you can have CODE in PRE: <!ENTITY % pre.exclusion "IMG|OBJECT|BIG|SMALL|SUB|SUP"> <!ELEMENT PRE - - (%inline;)* -(%pre.exclusion;) -- preformatted text --> <!ATTLIST PRE %attrs; -- %coreattrs, %i18n, %events -- >
Received on Friday, 30 January 1998 04:49:55 UTC