- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 04 Aug 2010 00:57:12 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv2598 Modified Files: common-microsyntaxes.html spec.html Log Message: Drop CSS2 System Colour support from bgcolor='' (whatwg r5232) [updated by splitter] Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1100 retrieving revision 1.1101 diff -u -d -r1.1100 -r1.1101 --- spec.html 3 Aug 2010 21:17:01 -0000 1.1100 +++ spec.html 4 Aug 2010 00:57:10 -0000 1.1101 @@ -312,7 +312,7 @@ <h1>HTML5</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="editor-s-draft-3-august-2010">Editor's Draft 3 August 2010</h2> + <h2 class="no-num no-toc" id="editor-s-draft-4-august-2010">Editor's Draft 4 August 2010</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -333,7 +333,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">author edition</a>. -This is revision 1.4166. +This is revision 1.4167. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><abbr title="World Wide @@ -418,7 +418,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 3 August 2010 Editor's Draft. + This specification is the 4 August 2010 Editor's Draft. </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 Index: common-microsyntaxes.html =================================================================== RCS file: /sources/public/html5/spec/common-microsyntaxes.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- common-microsyntaxes.html 2 Jul 2010 23:06:44 -0000 1.7 +++ common-microsyntaxes.html 4 Aug 2010 00:57:09 -0000 1.8 @@ -1975,9 +1975,16 @@ <li><p>If <var title="">input</var> is an <a href="infrastructure.html#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> 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.html#refsCSSCOLOR">[CSSCOLOR]</a></p></li> + keywords</a> <!-- or <a + href="http://www.w3.org/TR/css3-color/#css2-system">CSS2 System + Colors</a> --> section<!--s--> of the CSS3 Color specification, + then return the <a href="#simple-color">simple color</a> corresponding to that + keyword. <a href="references.html#refsCSSCOLOR">[CSSCOLOR]</a></p> + + <p class="note"><a href="http://www.w3.org/TR/css3-color/#css2-system">CSS2 System + Colors</a> are not recognised.</p> + + </li> <li>
Received on Wednesday, 4 August 2010 00:57:13 UTC