descendant-selector-000.svg
SVG Image Inkscape Image
Get a real browser! raster image of descendant-selector-000.png

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>