- From: poot <cvsmail@w3.org>
- Date: Sat, 14 Feb 2009 04:49:29 +0900 (JST)
- To: public-html-diffs@w3.org
legacy colors include 'transparent' and CSS2 system colors, for some
reason (whatwg r2817)
rules for parsing a legacy color value
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1988.html#rules-for-parsing-a-legacy-color-value
http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1987&r2=1.1988&f=h
http://html5.org/tools/web-apps-tracker?from=2816&to=2817
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1987
retrieving revision 1.1988
diff -u -d -r1.1987 -r1.1988
--- Overview.html 13 Feb 2009 19:42:12 -0000 1.1987
+++ Overview.html 13 Feb 2009 19:45:27 -0000 1.1988
@@ -3265,7 +3265,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=#references>[CSS3COLOR]</a></li>
<li>
Received on Friday, 13 February 2009 19:50:05 UTC