- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 14 Feb 2009 01:26:27 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv6811
Modified Files:
Overview.html
Log Message:
Make 'transparent' as a color in legacy attributes be thrown out (no real change compared to what the spec said before). (whatwg r2826)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1996
retrieving revision 1.1997
diff -u -d -r1.1996 -r1.1997
--- Overview.html 13 Feb 2009 23:21:50 -0000 1.1996
+++ Overview.html 14 Feb 2009 01:26:24 -0000 1.1997
@@ -10,7 +10,7 @@
<p><a href=http://www.w3.org/><img alt=W3C height=48 src=http://www.w3.org/Icons/w3c_home width=72></a></p>
<h1>HTML 5</h1>
<h2 class="no-num no-toc" id=a-vocabulary-and-associated-apis-for-html-and-xhtml>A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id=w3c-working-draft-12-february-year><!--ZZZ:--> W3C Working Draft 12 February 2009<!-- fix date ZZZ --><!-- Editor's Draft 13 February 2009 --><!--:ZZZ--></h2>
+ <h2 class="no-num no-toc" id=w3c-working-draft-12-february-year><!--ZZZ:--> W3C Working Draft 12 February 2009<!-- fix date ZZZ --><!-- Editor's Draft 14 February 2009 --><!--:ZZZ--></h2>
<dl><!-- ZZZ: update the month/day (twice), uncomment out --><dt>This Version:</dt>
<dd><a href=http://www.w3.org/TR/2009/WD-html5-20090212/>http://www.w3.org/TR/2009/WD-html5-20090212/</a></dd>
<!-- :ZZZ -->
@@ -100,7 +100,7 @@
track.
<!--ZZZ:-->
This specification is the 12 February 2009 Working Draft.
- <!-- This specification is the 13 February 2009 Editor's Draft. -->
+ <!-- This specification is the 14 February 2009 Editor's Draft. -->
<!--:ZZZ-->
</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href=http://www.whatwg.org/>WHATWG</a>. The two specifications are
identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of)
@@ -3262,10 +3262,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=#references>[CSS3COLOR]</a></li>
Received on Saturday, 14 February 2009 01:26:37 UTC