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