Skip to content
This repository was archived by the owner on Jan 15, 2021. It is now read-only.

Commit 1b3e137

Browse files
committed
isPointInStroke in 5.1
1 parent 7fd9cd1 commit 1b3e137

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

Overview.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<!--end-logo--></div>
2626
<hgroup>
2727
<h1>HTML differences from HTML4</h1>
28-
<h2 class="no-num no-toc not-whatwg" id="w3c-doctype">Editor's Draft 6 May 2013</h2>
28+
<h2 class="no-num no-toc not-whatwg" id="w3c-doctype">Editor's Draft 7 May 2013</h2>
2929
</hgroup>
3030

3131
<dl>
@@ -93,7 +93,7 @@ <h2 class="no-num no-toc" id="sotd">Status of this Document</h2>
9393
found in the <a href="http://www.w3.org/TR/">W3C technical reports index</a>
9494
at http://www.w3.org/TR/.</i></p>
9595

96-
<p>This is the 6 May 2013 Editor's Draft produced by the
96+
<p>This is the 7 May 2013 Editor's Draft produced by the
9797
<a href="http://www.w3.org/html/wg/">HTML Working Group</a>, part of the
9898
<a href="http://www.w3.org/MarkUp/Activity">HTML Activity</a>. The
9999
Working Group intends to publish this document as a
@@ -161,7 +161,7 @@ <h2 class="no-num no-toc" id="toc">Table of Contents</h2>
161161
<li><a href="#htmlelement-extensions"><span class="secno">5.4 </span>Extensions to <code>HTMLElement</code></a></li>
162162
<li><a href="#other-extensions"><span class="secno">5.5 </span>Extensions to Other Interfaces</a></li>
163163
<li><a href="#obsolete-apis"><span class="secno">5.6 </span>Obsolete APIs</a></ol></li>
164-
<li><a href="#changelog"><span class="secno">6 </span>HTML Changelogs</a>
164+
<li><a class="appendix" href="#changelog"><span class="secno">6 </span>HTML Changelogs</a>
165165
<ol class="toc">
166166
<li><a href="#changes-2012-09-14"><span class="secno">6.1 </span>Changes from 14 September 2012 to 6 May 2013</a></li>
167167
<li><a href="#changes-2012-03-29"><span class="secno">6.2 </span>Changes from 29 March 2012 to 14 September 2012</a></li>
@@ -2381,7 +2381,7 @@ <h3 id="obsolete-apis"><span class="secno">5.6 </span>Obsolete APIs</h3>
23812381
obsolete: <code class="external" title="dom-document-anchors"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#dom-document-anchors">anchors</a></code> and <code class="external" title="dom-document-applets"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#dom-document-applets">applets</a></code>.
23822382

23832383

2384-
<h2 id="changelog"><span class="secno">6 </span>HTML Changelogs</h2>
2384+
<h2 class="appendix" id="changelog"><span class="secno">6 </span>HTML Changelogs</h2>
23852385

23862386
<p>The changelogs in this section indicate what has been changed in WHATWG HTML, W3C HTML5 and W3C HTML5.1 between somewhat arbitrary dates, often close to
23872387
publications of the W3C HTML5 or W3C HTML5.1 drafts. Rationale for changes can be found in the <a href="http://lists.w3.org/Archives/Public/public-html/">public-html@w3.org</a> and <a href="http://lists.whatwg.org/pipermail/whatwg-whatwg.org/">whatwg@whatwg.org</a>
@@ -2398,7 +2398,7 @@ <h2 id="changelog"><span class="secno">6 </span>HTML Changelogs</h2>
23982398
<h3 id="changes-2012-09-14"><span class="secno">6.1 </span>Changes from 14 September 2012 to 6 May 2013</h3><!-- rev 7347 - 7867 -->
23992399

24002400
<ul>
2401-
<li><p>The canvas 2d context has a new method <code>isPointInStroke()</code>. (WHATWG HTML only.)
2401+
<li><p>The canvas 2d context has a new method <code>isPointInStroke()</code>. (WHATWG HTML and W3C HTML5.1.)
24022402
<li><p>The <code>DataTransferItemList</code> interface (part of drag and drop API) now has a <code>remove()</code> method instead of a deleter. (WHATWG HTML and W3C HTML5.1.)
24032403
<li><p>The <code>registerProtocolHandler()</code> API now supports <code>bitcoin:</code> and <code>geo:</code> schemes. (<code>bitcoin:</code> is WHATWG HTML only.)
24042404
<li><p>The <code>alert()</code>, <code>confirm()</code> and <code>prompt()</code> methods now have all arguments optional. (WHATWG HTML and W3C HTML5.1.)

Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2581,7 +2581,7 @@ <h3 id="obsolete-apis">Obsolete APIs</h3>
25812581
title=dom-document-applets>applets</code>.
25822582

25832583

2584-
<h2 id="changelog">HTML Changelogs</h2>
2584+
<h2 id="changelog" class=appendix>HTML Changelogs</h2>
25852585

25862586
<p>The changelogs in this section indicate what has been changed in WHATWG HTML, W3C HTML5 and W3C HTML5.1 between somewhat arbitrary dates, often close to
25872587
publications of the W3C HTML5 or W3C HTML5.1 drafts. Rationale for changes can be found in the <a
@@ -2601,7 +2601,7 @@ <h2 id="changelog">HTML Changelogs</h2>
26012601
<h3 id="changes-2012-09-14">Changes from 14 September 2012 to 6 May 2013</h3><!-- rev 7347 - 7867 -->
26022602

26032603
<ul>
2604-
<li><p>The canvas 2d context has a new method <code>isPointInStroke()</code>. (WHATWG HTML only.)
2604+
<li><p>The canvas 2d context has a new method <code>isPointInStroke()</code>. (WHATWG HTML and W3C HTML5.1.)
26052605
<li><p>The <code>DataTransferItemList</code> interface (part of drag and drop API) now has a <code>remove()</code> method instead of a deleter. (WHATWG HTML and W3C HTML5.1.)
26062606
<li><p>The <code>registerProtocolHandler()</code> API now supports <code>bitcoin:</code> and <code>geo:</code> schemes. (<code>bitcoin:</code> is WHATWG HTML only.)
26072607
<li><p>The <code>alert()</code>, <code>confirm()</code> and <code>prompt()</code> methods now have all arguments optional. (WHATWG HTML and W3C HTML5.1.)

Overview.whatwg.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<hgroup>
1919
<h1>HTML differences from HTML4</h1>
20-
<h2 class="no-num no-toc not-w3c">Living Document — Last Updated 6 May 2013</h2>
20+
<h2 class="no-num no-toc not-w3c">Living Document — Last Updated 7 May 2013</h2>
2121
</hgroup>
2222

2323
<dl>
@@ -49,7 +49,7 @@ <h2 class="no-num no-toc not-w3c">Living Document — Last Updated 6 May 2013</h
4949
<p class="copyright not-w3c"><a href="http://creativecommons.org/publicdomain/zero/1.0/" rel="license"><img alt="CC0" src="http://i.creativecommons.org/p/zero/1.0/80x15.png"></a>
5050
To the extent possible under law, the editors have waived all copyright and
5151
related or neighboring rights to this work. In addition, as of
52-
6 May 2013, the editors have made this specification available
52+
7 May 2013, the editors have made this specification available
5353
under the
5454
<a href="http://www.openwebfoundation.org/legal/the-owf-1-0-agreements/owfa-1-0" rel="license">Open Web Foundation Agreement Version 1.0</a>,
5555
which is available at
@@ -106,7 +106,7 @@ <h2 class="no-num no-toc" id="toc">Table of Contents</h2>
106106
<li><a href="#htmlelement-extensions"><span class="secno">5.4 </span>Extensions to <code>HTMLElement</code></a></li>
107107
<li><a href="#other-extensions"><span class="secno">5.5 </span>Extensions to Other Interfaces</a></li>
108108
<li><a href="#obsolete-apis"><span class="secno">5.6 </span>Obsolete APIs</a></ol></li>
109-
<li><a href="#changelog"><span class="secno">6 </span>HTML Changelogs</a>
109+
<li><a class="appendix" href="#changelog"><span class="secno">6 </span>HTML Changelogs</a>
110110
<ol class="toc">
111111
<li><a href="#changes-2012-09-14"><span class="secno">6.1 </span>Changes from 14 September 2012 to 6 May 2013</a></li>
112112
<li><a href="#changes-2012-03-29"><span class="secno">6.2 </span>Changes from 29 March 2012 to 14 September 2012</a></li>
@@ -2326,7 +2326,7 @@ <h3 id="obsolete-apis"><span class="secno">5.6 </span>Obsolete APIs</h3>
23262326
obsolete: <code class="external" title="dom-document-anchors"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#dom-document-anchors">anchors</a></code> and <code class="external" title="dom-document-applets"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#dom-document-applets">applets</a></code>.
23272327

23282328

2329-
<h2 id="changelog"><span class="secno">6 </span>HTML Changelogs</h2>
2329+
<h2 class="appendix" id="changelog"><span class="secno">6 </span>HTML Changelogs</h2>
23302330

23312331
<p>The changelogs in this section indicate what has been changed in WHATWG HTML, W3C HTML5 and W3C HTML5.1 between somewhat arbitrary dates, often close to
23322332
publications of the W3C HTML5 or W3C HTML5.1 drafts. Rationale for changes can be found in the <a href="http://lists.w3.org/Archives/Public/public-html/">public-html@w3.org</a> and <a href="http://lists.whatwg.org/pipermail/whatwg-whatwg.org/">whatwg@whatwg.org</a>
@@ -2343,7 +2343,7 @@ <h2 id="changelog"><span class="secno">6 </span>HTML Changelogs</h2>
23432343
<h3 id="changes-2012-09-14"><span class="secno">6.1 </span>Changes from 14 September 2012 to 6 May 2013</h3><!-- rev 7347 - 7867 -->
23442344

23452345
<ul>
2346-
<li><p>The canvas 2d context has a new method <code>isPointInStroke()</code>. (WHATWG HTML only.)
2346+
<li><p>The canvas 2d context has a new method <code>isPointInStroke()</code>. (WHATWG HTML and W3C HTML5.1.)
23472347
<li><p>The <code>DataTransferItemList</code> interface (part of drag and drop API) now has a <code>remove()</code> method instead of a deleter. (WHATWG HTML and W3C HTML5.1.)
23482348
<li><p>The <code>registerProtocolHandler()</code> API now supports <code>bitcoin:</code> and <code>geo:</code> schemes. (<code>bitcoin:</code> is WHATWG HTML only.)
23492349
<li><p>The <code>alert()</code>, <code>confirm()</code> and <code>prompt()</code> methods now have all arguments optional. (WHATWG HTML and W3C HTML5.1.)

0 commit comments

Comments
 (0)