| child-selector-001.svg | |
| SVG Image | Inkscape Image |
|
|
Original test: child-selector-001.xht.
CSS Section: http://www.w3.org/TR/CSS21/selector.html#child-selectors.
<style type="text/css">
text { fill: green; }
g > g > text { fill: red; }
</style>