[html5] r4559 - [e] (0) correct CSS syntax error in example Fixing http://www.w3.org/Bugs/Public [...]

whatwg at whatwg.org whatwg at whatwg.org
Sun Jan 10 17:56:11 PST 2010


Author: ianh
Date: 2010-01-10 17:56:08 -0800 (Sun, 10 Jan 2010)
New Revision: 4559

Modified:
   complete.html
   index
   source
Log:
[e] (0) correct CSS syntax error in example
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8527

Modified: complete.html
===================================================================
--- complete.html	2010-01-10 13:55:26 UTC (rev 4558)
+++ complete.html	2010-01-11 01:56:08 UTC (rev 4559)
@@ -110,7 +110,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <hgroup><h1>Web Applications 1.0</h1>
-    <h2 class="no-num no-toc">Draft Standard — 10 January 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 11 January 2010</h2>
    </hgroup><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>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -8018,9 +8018,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

Modified: index
===================================================================
--- index	2010-01-10 13:55:26 UTC (rev 4558)
+++ index	2010-01-11 01:56:08 UTC (rev 4559)
@@ -112,7 +112,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <hgroup><h1>WHATWG HTML (Including HTML5)</h1>
-    <h2 class="no-num no-toc">Draft Standard — 10 January 2010</h2>
+    <h2 class="no-num no-toc">Draft Standard — 11 January 2010</h2>
    </hgroup><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>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -7883,9 +7883,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

Modified: source
===================================================================
--- source	2010-01-10 13:55:26 UTC (rev 4558)
+++ source	2010-01-11 01:56:08 UTC (rev 4559)
@@ -7948,9 +7948,9 @@
 
   <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
+  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




More information about the Commit-Watchers mailing list