16 lines
440 B
HTML
16 lines
440 B
HTML
<script type="application/json" id="selectors">
|
|
[{
|
|
"selector": "p.test a",
|
|
"match": ["2"]
|
|
},
|
|
{
|
|
"selector": "p.test *:link",
|
|
"match": ["2"]
|
|
}]
|
|
</script>
|
|
<div id="testDOM">
|
|
<p id="1" class="test">
|
|
<a id="2" href="http://unvisited.example.org/css3-modsel-16/">This link should have green background.</a> (Don't follow this link.)
|
|
</p>
|
|
</div>
|