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

Original test: descendant-selector-001.xht.

CSS Section: http://www.w3.org/TR/CSS21/selector.html#descendant-selectors.

    <style type="text/css">
     g * { fill: red; }
     g text { fill: green; }
     text * { fill: red; }
     text tspan { fill: lime; }
    </style>