Erratum [3]: Modularization of XHTML

Dear HTML WG (et al.),
This is a small errata for the Modularization of XHTML.
http://www.w3.org/TR/xhtml-modularization/xhtml-modularization-20001020.html

Error in F.4.1. Block Phrasal:

<!ATTLIST %pre.qname;
      %Common.attrib;
      xml:space    ( preserve )             #FIXED 'preserve'
>

Should be:

<!ATTLIST %pre.qname;
      %Common.attrib;
      xml:space    ( default | preserve )   #FIXED 'preserve'
>

The xml:space attribute must be ennumerated, even if it is a fixed
attribute.

Regards,
S.B.P.
http://xhtml.waptechinfo.com/modularization/

Received on Friday, 27 October 2000 06:53:39 UTC