- From: joseph <joseph@freenet.de>
- Date: Wed, 11 Sep 2002 14:25:27 +0900 (JST)
- To: "W3C, HTML error reports" <www-html-editor@w3.org>
Re: http://www.w3.org/TR/2002/NOTE-xhtml1-schema-20020902
The
<xs:element name="title">
in the file
http://www.w3.org/2002/08/xhtml/xhtml1-transitional.xsd
contains an "id" attribute
but HTML 4.01 does not !
Maybe the following is HTML 4.01:
------------------------------------------
<xs:element name="title">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attributeGroup ref="i18n"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
------------------------------------------
Also the
<xs:element name="head">
here contains an "id" attribute
but HTML 4.01 does not !
Please send me an answer
if I am failing or if this was
intended and no error (reason?)!
With many Greetings
Received on Wednesday, 11 September 2002 01:25:31 UTC