mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
21 lines
1 KiB
XML
21 lines
1 KiB
XML
<csstest def="Combinations: classes and IDs" module="W3C Selectors" modulename="css3-modsel" number="176" rev="1.0" date="6-december-2002" xmlns="http://www.example.org/css3tests">
|
|
|
|
<author>Ian Hickson</author>
|
|
|
|
<cssrules>
|
|
p { background: red; color: yellow; }
|
|
p:not(#other).class:not(.fail).test#id#id { background: green; color: white; }
|
|
div { background: green; color: white; }
|
|
div:not(#theid).class:not(.fail).test#theid#theid { background: red; color: yellow; }
|
|
div:not(#other).notclass:not(.fail).test#theid#theid { background: red; color: yellow; }
|
|
div:not(#other).class:not(.test).test#theid#theid { background: red; color: yellow; }
|
|
div:not(#other).class:not(.fail).nottest#theid#theid { background: red; color: yellow; }
|
|
div:not(#other).class:not(.fail).nottest#theid#other { background: red; color: yellow; }
|
|
</cssrules>
|
|
|
|
<code>
|
|
<p xmlns="http://www.w3.org/1999/xhtml" id="id" class="class test">This line should be green.</p>
|
|
<div xmlns="http://www.w3.org/1999/xhtml" id="theid" class="class test">This line should be green.</div>
|
|
</code>
|
|
|
|
</csstest>
|