[html5] r2826 - [] (0) Make 'transparent' as a color in legacy attributes be thrown out (no real [...]
whatwg at whatwg.org
whatwg at whatwg.org
Fri Feb 13 17:26:19 PST 2009
Author: ianh
Date: 2009-02-13 17:26:18 -0800 (Fri, 13 Feb 2009)
New Revision: 2826
Modified:
index
source
Log:
[] (0) Make 'transparent' as a color in legacy attributes be thrown out (no real change compared to what the spec said before).
Modified: index
===================================================================
--- index 2009-02-13 23:21:45 UTC (rev 2825)
+++ index 2009-02-14 01:26:18 UTC (rev 2826)
@@ -34,7 +34,7 @@
<div class=head>
<p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<h1>HTML 5</h1>
- <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 13 February 2009</h2>
+ <h2 class="no-num no-toc" id=draft-recommendation-—-date:-01-jan-1901>Draft Recommendation — 14 February 2009</h2>
<p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<dl><dt>Multiple-page version:</dt>
@@ -3853,10 +3853,12 @@
return an error.</li>
<li><p>If <var title="">input</var> is an <a href=#ascii-case-insensitive>ASCII
+ case-insensitive</a> match for the string "<code title="">transparent</code>", then return an error.</li>
+
+ <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>, <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
+ keywords</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>
Modified: source
===================================================================
--- source 2009-02-13 23:21:45 UTC (rev 2825)
+++ source 2009-02-14 01:26:18 UTC (rev 2826)
@@ -3321,11 +3321,13 @@
return an error.</p></li>
<li><p>If <var title="">input</var> is an <span>ASCII
+ case-insensitive</span> match for the string "<code
+ title="">transparent</code>", then return an error.</p></li>
+
+ <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>, <a
- href="http://www.w3.org/TR/css3-color/#transparent">'transparent'
- color keyword</a>, or <a
+ keywords</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
More information about the Commit-Watchers
mailing list