[html5] r2817 - [] (0) legacy colors include 'transparent' and CSS2 system colors, for some reason

whatwg at whatwg.org whatwg at whatwg.org
Fri Feb 13 11:45:23 PST 2009


Author: ianh
Date: 2009-02-13 11:45:22 -0800 (Fri, 13 Feb 2009)
New Revision: 2817

Modified:
   index
   source
Log:
[] (0) legacy colors include 'transparent' and CSS2 system colors, for some reason

Modified: index
===================================================================
--- index	2009-02-13 19:42:06 UTC (rev 2816)
+++ index	2009-02-13 19:45:22 UTC (rev 2817)
@@ -3858,7 +3858,9 @@
    <li><p>If <var title="">input</var> is an <a href=#ascii-case-insensitive>ASCII
    case-insensitive</a> match for one of the keywords listed in the
    <a href=http://www.w3.org/TR/css3-color/#svg-color>SVG color
-   keywords</a> section of the CSS3 Color specification, the return
+   keywords</a>, <a href=http://www.w3.org/TR/css3-color/#transparent>'transparent'
+   color keyword</a>, or <a href=http://www.w3.org/TR/css3-color/#css2-system>CSS2 System
+   Colors</a> sections of the CSS3 Color specification, then return
    the <a href=#simple-color>simple color</a> corresponding to that keyword. <a href=#refsCSS3COLOR>[CSS3COLOR]</a></li>
 
    <li>

Modified: source
===================================================================
--- source	2009-02-13 19:42:06 UTC (rev 2816)
+++ source	2009-02-13 19:45:22 UTC (rev 2817)
@@ -3326,7 +3326,11 @@
    <li><p>If <var title="">input</var> is an <span>ASCII
    case-insensitive</span> match for one of the keywords listed in the
    <a href="http://www.w3.org/TR/css3-color/#svg-color">SVG color
-   keywords</a> section of the CSS3 Color specification, the return
+   keywords</a>, <a
+   href="http://www.w3.org/TR/css3-color/#transparent">'transparent'
+   color keyword</a>, or <a
+   href="http://www.w3.org/TR/css3-color/#css2-system">CSS2 System
+   Colors</a> sections of the CSS3 Color specification, then return
    the <span>simple color</span> corresponding to that keyword. <a
    href="#refsCSS3COLOR">[CSS3COLOR]</a></p></li>
 




More information about the Commit-Watchers mailing list