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

Original test: c31-important-000.xht.

CSS Section: http://www.w3.org/TR/REC-CSS1#important.

CSS Section: 6.4.2 !important rules.

CSS Section: 6.4.1 Cascading order.

    <style type="text/css">
     text { fill: green ! important; }
     text { fill: red; }
     text#id { fill: red; }
    </style>