| c63-color-000.svg | |
| SVG Image | Inkscape Image |
|
|
Original test: c63-color-000.xht.
CSS Section: http://www.w3.org/TR/REC-CSS1#color-units.
CSS Section: 4.3.6 Colors.
<style type="text/css">
/* All are valid except .seven; .eight and .ten require clamping. */
text { fill: blue; }
.one { fill: #0f0; }
.two { fill: #00ff00; }
.three { fill: rgb(0,255,0); }
.four { fill: rgb(0%,100%,0%); }
.five { fill: rgb(0.0%,100.0%,0.0%); }
.six { fill: lime; }
.seven { fill: invalidValue;}
.eight { fill: rgb(1280,165,0); }
.nine { fill: rgb(255,165,0); }
.ten { fill: rgb(100%,64.7%,-500%); }
.eleven { fill: rgb(100%,64.7%,0%); }
</style>