- From: Anne van Kesteren <fora@annevankesteren.nl>
- Date: Mon, 30 Aug 2004 15:05:32 +0200
- To: Masayasu Ishikawa <mimasa@w3.org>
- CC: dmh@dmh.org.uk, www-html-editor@w3.org
>> 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!
>
> Yes, we noticed this problem and we'll work out a better example in
> the next draft.
Ah, so LINK has been removed as a method to point to a style sheet? Why
does STYLE still exists then?
Furthermore, the XML Style Sheet PI has some issues which haven't been
worked out yet, I believe. Like linking towards internal style sheets as in:
<?xml-stylesheet href="#local" type="text/css"?>
<foo id="local">
<bar/>
:root{background:lime}
</foo>
This hasn't been specified completely yet, I believe.
If XHTML 2.0 is dependent on the XML Style Sheet PI is that
specification going to be revised to clarify open issues?
See also Bugzilla Bug 61675[1].
[1]<http://bugzilla.mozilla.org/show_bug.cgi?id=61675>
--
Anne van Kesteren
<http://annevankesteren.nl/>
Received on Monday, 30 August 2004 13:06:16 UTC