Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) highlight more text in the example
git-svn-id: http://svn.whatwg.org/webapps@6126 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 11, 2011
1 parent 7a8cca3 commit 0e0132c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 23 deletions.
6 changes: 3 additions & 3 deletions complete.html
Expand Up @@ -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 &mdash; Last Updated 10 May 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>-->
Expand Down Expand Up @@ -35974,10 +35974,10 @@ <h6 id=complex-shapes-(paths)><span class=secno>4.8.11.1.8 </span>Complex shapes
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();
}
Expand Down
14 changes: 4 additions & 10 deletions index
Expand Up @@ -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 &mdash; Last Updated 10 May 2011</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>-->
Expand Down Expand Up @@ -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>

Expand Down Expand Up @@ -36008,10 +36002,10 @@ hairline width with transform. ack Shaun Morris.
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();
}
Expand Down
12 changes: 2 additions & 10 deletions source
Expand Up @@ -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
Expand Down Expand Up @@ -39879,10 +39871,10 @@ hairline width with transform. ack Shaun Morris.
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();
}
Expand Down

0 comments on commit 0e0132c

Please sign in to comment.