| colors-007.svg | |
| SVG Image | Inkscape Image |
|
|
Original test: colors-007.xht.
CSS Section: http://www.w3.org/TR/CSS21/syndata.html#color-units.
<style type="text/css">
text.correct { fill: red; }
text.incorrect { fill: green; }
text#keyword { fill: green; } /* Valid */
text#quoted { fill: 'red'; fill: "red"; } /* Invalid */
text#hash { fill: #red; } /* Invalid */
text#escape { fill: g\re\45n; } /* Valid */
</style>