| c16-descendant-001.svg | |
| SVG Image | Inkscape Image |
|
|
Original test: c16-descendant-001.xht.
CSS Section: http://www.w3.org/TR/REC-CSS1#contextual-selectors.
CSS Section: 5.5 Descendant selectors.
<style type="text/css">
text { fill: red; }
tref { fill: green; }
tspan, tspan tspan { fill: red; }
svg g text tspan { fill: green; }
</style>