- From: Sean Palmer <wapdesign@wapdesign.org.uk>
- Date: Fri, 27 Oct 2000 11:29:55 +0100
- To: <www-html-editor@w3.org>
- Cc: "Tapio Markula" <tapio1@gamma.nic.fi>, <mimasa@w3.org>
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