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

Original test: inherit-001.xht.

CSS Section: http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit.

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