/ Dan Connolly <connolly@w3.org> was heard to say: | ... I don't see, for example, a test corresponding to | this ID selectors test... | http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/xhtml/tests/css3-modsel-15.xml Amaya, from CVS, now correctly supports xml:id: Given test.xml: <?xml version='1.0'?> <?xml-stylesheet href="test.css" type="text/css"?> <doc> <title>Some Title</title> <p>This is a paragraph.</p> <p xml:id="foo">This is the foo paragraph.</p> <p>This is a paragraph.</p> </doc> And test.css: title { font-size: large; font-weight: bold; } #foo { color: red; } it displays what's attached. Be seeing you, norm -- Norman.Walsh@Sun.COM / XML Standards Architect / Sun Microsystems, Inc. NOTICE: This email message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message.
(image/png attachment: amaya.png)
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 8 January 2008 14:21:38 GMT