inherit-001.svg | |
SVG Image | Inkscape Image |
![]() |
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>