- From: poot <cvsmail@w3.org>
- Date: Wed, 11 Aug 2010 12:54:24 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Try to clarify an example (whatwg r5278) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4205&r2=1.4206&f=h http://html5.org/tools/web-apps-tracker?from=5277&to=5278 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4205 retrieving revision 1.4206 diff -u -d -r1.4205 -r1.4206 --- Overview.html 10 Aug 2010 23:24:21 -0000 1.4205 +++ Overview.html 11 Aug 2010 03:49:57 -0000 1.4206 @@ -190,7 +190,7 @@ .applies td { text-align: center; } .applies .yes { background: yellow; } - .matrix, .matrix td { border: none; text-align: right; } + .matrix, .matrix td { border: hidden; text-align: right; } .matrix { margin-left: 2em; } .dice-example { border-collapse: collapse; border-style: hidden solid solid hidden; border-width: thin; margin-left: 3em; } @@ -311,7 +311,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-10-august-2010">Editor's Draft 10 August 2010</h2> + <h2 class="no-num no-toc" id="editor-s-draft-11-august-2010">Editor's Draft 11 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> @@ -417,7 +417,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 10 August 2010 Editor's Draft. + This specification is the 11 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 @@ -31172,7 +31172,7 @@ </label></pre> <p>...could cause the UA to display an alert such as:</p> <pre><samp>A part number is a digit followed by three uppercase letters. -You cannot complete this form until the field is correct.</samp></pre> +You cannot submit this form when the field is incorrect.</samp></pre> </div><p>When a control has a <code title="attr-input-pattern"><a href="#attr-input-pattern">pattern</a></code> attribute, the <code title="attr-title"><a href="#the-title-attribute">title</a></code> attribute, if used, must describe the pattern. Additional information could also be included, so long as it assists the user in filling in the control. Otherwise,
Received on Wednesday, 11 August 2010 03:50:45 UTC