- From: Anne van Kesteren <annevk@opera.com>
- Date: Sat, 11 Feb 2006 21:36:37 +0100
- To: www-style@w3.org
On Sat, 11 Feb 2006 21:23:10 +0100, Paul Mitchell
<paul@paul-mitchell.me.uk> wrote:
>> As for <style>, supposedly this works:
>>
>> <?xml-stylesheet href="#xxx" type="text/css"?>
>> <root>
>> <foo xml:id="xxx">
>> bar { background: green; }
>> </foo>
>> <bar>test</bar>
>> </root>
>
> That doesn't looks correct to me. #xxx doesn't exist at the time the
> processing instruction is encountered.
By that logic,
<root ...>
<xh:style> #foo { background:lime } </xh:style>
<bar xml:id="foo">Test</bar>
</root>
... would not work either.
--
Anne van Kesteren
<http://annevankesteren.nl/>
<http://www.opera.com/>
Received on Saturday, 11 February 2006 20:36:43 UTC