- From: olivier Thereaux <ot@w3.org>
- Date: Mon, 6 Nov 2006 09:32:53 +0900
- To: www-html-editor@w3.org
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