[html5] r6126 - [e] (0) highlight more text in the example

whatwg at whatwg.org whatwg at whatwg.org
Tue May 10 17:12:37 PDT 2011


Author: ianh
Date: 2011-05-10 17:12:35 -0700 (Tue, 10 May 2011)
New Revision: 6126

Modified:
   complete.html
   index
   source
Log:
[e] (0) highlight more text in the example

Modified: complete.html
===================================================================
--- complete.html	2011-05-11 00:08:45 UTC (rev 6125)
+++ complete.html	2011-05-11 00:12:35 UTC (rev 6126)
@@ -239,7 +239,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1>Web Applications 1.0</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 10 May 2011</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 11 May 2011</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>-->
@@ -35974,10 +35974,10 @@
      node = node.offsetParent;
    }
    drawCheckbox(context, document.getElementById('showA'), 20, 40, false);
-   if (context.isPointInPath(x, y))
+   if (<strong>context.isPointInPath(x, y)</strong>)
      document.getElementById('showA').checked = !(document.getElementById('showA').checked);
    drawCheckbox(context, document.getElementById('showB'), 20, 60, false);
-   if (context.isPointInPath(x, y))
+   if (<strong>context.isPointInPath(x, y)</strong>)
      document.getElementById('showB').checked = !(document.getElementById('showB').checked);
    redraw();
  }

Modified: index
===================================================================
--- index	2011-05-11 00:08:45 UTC (rev 6125)
+++ index	2011-05-11 00:12:35 UTC (rev 6126)
@@ -243,7 +243,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 10 May 2011</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 11 May 2011</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>-->
@@ -1424,13 +1424,7 @@
    <li><a href=#mdvocabs>Microdata vocabularies</a>
    <li><a href=#crossDocumentMessages>Cross-document messaging</a> (also known as Communications)<!--POSTMSG-->
    <li><a href=#channel-messaging>Channel messaging</a> (also known as Communications)<!--POSTMSG-->
-  </ul><p>The specification that covers the Canvas 2D Graphics Context at
-  the W3C does not include all the advice included in the equivalent
-  section in this document, because of <a href=http://lists.w3.org/Archives/Public/public-html/2011Apr/0712.html>the
-  discussion</a> that followed <a href=http://lists.w3.org/Archives/Public/public-html/2011Apr/0271.html>a
-  working gorup decision from April 2011</a>.</p>
-
-  <p>The <a href=#forms>forms</a> part of this specification was
+  </ul><p>The <a href=#forms>forms</a> part of this specification was
   previously published separately in a specification known as Web
   Forms 2.</p>
 
@@ -36008,10 +36002,10 @@
      node = node.offsetParent;
    }
    drawCheckbox(context, document.getElementById('showA'), 20, 40, false);
-   if (context.isPointInPath(x, y))
+   if (<strong>context.isPointInPath(x, y)</strong>)
      document.getElementById('showA').checked = !(document.getElementById('showA').checked);
    drawCheckbox(context, document.getElementById('showB'), 20, 60, false);
-   if (context.isPointInPath(x, y))
+   if (<strong>context.isPointInPath(x, y)</strong>)
      document.getElementById('showB').checked = !(document.getElementById('showB').checked);
    redraw();
  }

Modified: source
===================================================================
--- source	2011-05-11 00:08:45 UTC (rev 6125)
+++ source	2011-05-11 00:12:35 UTC (rev 6126)
@@ -176,14 +176,6 @@
    <li><a href="#crossDocumentMessages">Cross-document messaging</a> (also known as Communications)<!--POSTMSG-->
    <li><a href="#channel-messaging">Channel messaging</a> (also known as Communications)<!--POSTMSG-->
   </ul>
-  
-  <p>The specification that covers the Canvas 2D Graphics Context at
-  the W3C does not include all the advice included in the equivalent
-  section in this document, because of <a
-  href="http://lists.w3.org/Archives/Public/public-html/2011Apr/0712.html">the
-  discussion</a> that followed <a
-  href="http://lists.w3.org/Archives/Public/public-html/2011Apr/0271.html">a
-  working gorup decision from April 2011</a>.</p>
 
   <p>The <a href="#forms">forms</a> part of this specification was
   previously published separately in a specification known as Web
@@ -39879,10 +39871,10 @@
      node = node.offsetParent;
    }
    drawCheckbox(context, document.getElementById('showA'), 20, 40, false);
-   if (context.isPointInPath(x, y))
+   if (<strong>context.isPointInPath(x, y)</strong>)
      document.getElementById('showA').checked = !(document.getElementById('showA').checked);
    drawCheckbox(context, document.getElementById('showB'), 20, 60, false);
-   if (context.isPointInPath(x, y))
+   if (<strong>context.isPointInPath(x, y)</strong>)
      document.getElementById('showB').checked = !(document.getElementById('showB').checked);
    redraw();
  }




More information about the Commit-Watchers mailing list