Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[] (0) legacy colors include 'transparent' and CSS2 system colors, fo…
- Loading branch information
Showing
with
8 additions
and
2 deletions.
-
+3
−1
index
-
+5
−1
source
|
@@ -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> |
|
|
|
@@ -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> |
|
|
|
|
|