Re: Review of WD-WAI-HAG-19980123

> 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