- From: <bugzilla@wiggum.w3.org>
- Date: Fri, 03 Nov 2006 06:09:15 +0000
- To: www-validator-cvs@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3899
ot@w3.org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|link@pobox.com |ot@w3.org
Status|ASSIGNED |NEW
------- Comment #4 from ot@w3.org 2006-11-03 06:09 -------
Looks like a discrepancy between the flat and modular DTDs for XHTML 1.1
http://www.w3.org/TR/xhtml-modularization/dtd_module_defs.html#a_module_Style_Sheet
has
<!ENTITY % style.attlist "INCLUDE" >
<![%style.attlist;[
<!ATTLIST %style.qname;
%XHTML.xmlns.attrib;
%id.attrib;
%title.attrib;
%I18n.attrib;
type %ContentType.datatype; #REQUIRED
media %MediaDesc.datatype; #IMPLIED
>
<!-- end of style.attlist -->]]>
While the flat DTD is missing the id.attrib line.
Will contact the HTML working group to see if this is a known errata to XHTML
1.1.
Received on Friday, 3 November 2006 06:09:24 UTC