historical-xmlid.xht (658B)
1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 <head> 3 <title>No xml:id support</title> 4 <link rel="help" href="https://drafts.csswg.org/selectors-4/#id-selectors"/> 5 <link rel="help" href="https://dom.spec.whatwg.org/#concept-id"/> 6 <link rel="match" href="../reference/ref-filled-green-100px-square.xht"/> 7 <style type="text/css"><![CDATA[ 8 div { 9 background: green; 10 height: 100px; 11 width: 100px; 12 } 13 #a { 14 background: red; 15 } 16 ]]></style> 17 </head> 18 <body> 19 <p>Test passes if there is a filled green square and <strong>no red</strong>.</p> 20 <div xml:id="a"></div> 21 </body> 22 </html>