Skip to content

Commit

Permalink
[] (0) legacy colors include 'transparent' and CSS2 system colors, fo…
Browse files Browse the repository at this point in the history
…r some reason

git-svn-id: http://svn.whatwg.org/webapps@2817 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 13, 2009
1 parent e878ec0 commit b6936b0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion index
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
6 changes: 5 additions & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit b6936b0

Please sign in to comment.