- From: Dave Hodder <dmh@dmh.org.uk>
- Date: Sun, 29 Aug 2004 01:08:17 +0100
- To: www-html-editor@w3.org
Hello,
The sixth public Working Draft of XHTML 2.0 seems to remove <link
rel="stylesheet"/> as a linking mechanism in favour of the
<?xml-stylesheet?> PI. However, in section 19.1 <link
rel="stylesheet"/> is being used in the "restype" example! Perhaps this
should be changed to demonstrate <link rel="icon"/> instead, e.g.:
<link resource="http://www.example.com/images/myicon.png"
rel="icon"
restype="image/png" />
Meanwhile, the examples in section 25.1.3 should *not* contain
'rel="stylesheet"'. E.g.:
<?xml-stylesheet href="mystyle.css" type="text/css"?>
... rather than:
<xml-stylesheet href="mystyle.css" rel="stylesheet"
type="text/css"?>
Regards,
Dave
Received on Sunday, 29 August 2004 00:08:20 UTC