XHTML 1.1 flat and modular DTDs disagree on <style id="...">

See http://www.w3.org/Bugs/Public/show_bug.cgi?id=3899

Modular DTD from XHTML mod has:
<![%style.attlist;[
<!ATTLIST %style.qname;
       %XHTML.xmlns.attrib;
       %id.attrib;
       %title.attrib;
       %I18n.attrib;
       type         %ContentType.datatype;   #REQUIRED
       media        %MediaDesc.datatype;     #IMPLIED
 >
http://www.w3.org/TR/xhtml-modularization/ 
dtd_module_defs.html#a_module_Style_Sheet

Flat DTD has:
<!ATTLIST %style.qname;
       %XHTML.xmlns.attrib;
       %title.attrib;
       %I18n.attrib;
       type         %ContentType.datatype;   #REQUIRED
       media        %MediaDesc.datatype;     #IMPLIED
       xml:space    ( preserve )             #FIXED 'preserve'
 >

Sounds like an erratum for XHTML 1.1

-- 
olivier 

Received on Monday, 6 November 2006 00:32:59 UTC