mirror of
https://github.com/servo/servo.git
synced 2025-10-17 08:49:21 +01:00
30 lines
1.9 KiB
XML
30 lines
1.9 KiB
XML
<?xml version="1.1"?>
|
|
<csstest def="Attribute multivalue selector and spaces (class attribute)" module="W3C Selectors" modulename="css3-modsel" number="7d" rev="1.0" date="9-november-2005" xmlns="http://www.example.org/css3tests">
|
|
|
|
<author>Ian Hickson</author>
|
|
|
|
<cssrules>
|
|
p { background: red; }
|
|
[class~="pass"] { background: lime; }
|
|
address { background: lime; }
|
|
[class~="fail"] { background: red; }
|
|
</cssrules>
|
|
|
|
<!-- XML 1.0 doesn't support the characters on the lines commented out below -->
|
|
|
|
<code>
|
|
<p xmlns="http://www.w3.org/1999/xhtml" class="test	pass">This line should have a green background.</p>
|
|
<p xmlns="http://www.w3.org/1999/xhtml" class="test
pass">This line should have a green background.</p>
|
|
<p xmlns="http://www.w3.org/1999/xhtml" class="test
pass">This line should have a green background.</p>
|
|
<!-- <p xmlns="http://www.w3.org/1999/xhtml" class="testpass">This line should have a green background.</p> -->
|
|
<p xmlns="http://www.w3.org/1999/xhtml" class="test pass">This line should have a green background.</p>
|
|
<!-- <address xmlns="http://www.w3.org/1999/xhtml" class="testpass">This line should have a green background.</address> -->
|
|
<!-- <address xmlns="http://www.w3.org/1999/xhtml" class="testpass">This line should have a green background.</address> -->
|
|
<address xmlns="http://www.w3.org/1999/xhtml" class="test pass">This line should have a green background.</address>
|
|
<address xmlns="http://www.w3.org/1999/xhtml" class="test pass">This line should have a green background.</address>
|
|
<address xmlns="http://www.w3.org/1999/xhtml" class="test pass">This line should have a green background.</address>
|
|
<address xmlns="http://www.w3.org/1999/xhtml" class="test pass">This line should have a green background.</address>
|
|
<address xmlns="http://www.w3.org/1999/xhtml" class="test𐀠pass">This line should have a green background.</address>
|
|
</code>
|
|
|
|
</csstest>
|