- From: poot <cvsmail@w3.org>
- Date: Mon, 11 Jan 2010 10:56:33 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: correct CSS syntax error in example (whatwg r4559) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3638&r2=1.3639&f=h http://html5.org/tools/web-apps-tracker?from=4558&to=4559 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3638 retrieving revision 1.3639 diff -u -d -r1.3638 -r1.3639 --- Overview.html 10 Jan 2010 13:55:34 -0000 1.3638 +++ Overview.html 11 Jan 2010 01:56:16 -0000 1.3639 @@ -262,7 +262,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-january-2010">Editor's Draft 10 January 2010</h2> + <h2 class="no-num no-toc" id="editor-s-draft-11-january-2010">Editor's Draft 11 January 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> @@ -361,7 +361,7 @@ specification's progress along the W3C Recommendation track. - This specification is the 10 January 2010 Editor's Draft. + This specification is the 11 January 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>This specification is part of <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/">a larger specification</a> being produced by the <a href="http://www.whatwg.org/">WHATWG</a>. <!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --> @@ -6903,9 +6903,9 @@ language codes, user agents should pass unknown language codes through unmodified.</p> - <p class="example">Thus, for instance, an element with <code title="">lang="xyzzy"</code> would be matched by the selector <code title="">:lang('xyzzy')</code> (e.g. in CSS), but it would not be - matched by <code title="">:lang('abcde')</code>, even though both - are equally invalid. Similarly, if a Web browser and screen reader + <p class="example">Thus, for instance, an element with <code title="">lang="xyzzy"</code> would be matched by the selector <code title="">:lang(xyzzy)</code> (e.g. in CSS), but it would not be + matched by <code title="">:lang(abcde)</code>, even though both are + equally invalid. Similarly, if a Web browser and screen reader working in unison communicated about the language of the element, the browser would tell the screen reader that the language was "xyzzy", even if it knew it was invalid, just in case the screen
Received on Monday, 11 January 2010 01:57:01 UTC