Re: integration testing of xml:ID

/ 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.

Received on Wednesday, 27 April 2005 13:19:14 UTC