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

Commit 2ad024a

Browse files
committed
Add isPointInStroke to changelog
1 parent 2fc2925 commit 2ad024a

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

Overview.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h2 class="no-num no-toc" id="toc">Table of Contents</h2>
163163
<li><a href="#obsolete-apis"><span class="secno">5.6 </span>Obsolete APIs</a></ol></li>
164164
<li><a href="#changelog"><span class="secno">6 </span>HTML Changelogs</a>
165165
<ol class="toc">
166-
<li><a href="#changes-2012-09-14"><span class="secno">6.1 </span>Changes from 14 September 2012 to 30 April 2013</a></li>
166+
<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>
168168
<li><a href="#changes-2011-05-25"><span class="secno">6.3 </span>Changes from 25 May 2011 to 29 March 2012</a></li>
169169
<li><a href="#changes-2011-04-05"><span class="secno">6.4 </span>Changes from 5 April 2011 to 25 May 2011</a></li>
@@ -2395,11 +2395,12 @@ <h2 id="changelog"><span class="secno">6 </span>HTML Changelogs</h2>
23952395

23962396
<p>The changes in the changelogs are in rough reverse chronological order.</p>
23972397

2398-
<h3 id="changes-2012-09-14"><span class="secno">6.1 </span>Changes from 14 September 2012 to 30 April 2013</h3><!-- rev 7347 - 7862 -->
2398+
<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
<p>The following changes were made to WHATWG HTML, W3C HTML5 and W3C HTML5.1:
24012401

24022402
<ul>
2403+
<li><p>The canvas 2d context has a new method <code>isPointInStroke()</code>. (WHATWG HTML only.)
24032404
<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.)
24042405
<li><p>The <code>registerProtocolHandler()</code> API now supports <code>bitcoin:</code> and <code>geo:</code> schemes. (<code>bitcoin:</code> is WHATWG HTML only.)
24052406
<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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2598,11 +2598,12 @@ <h2 id="changelog">HTML Changelogs</h2>
25982598

25992599
<p>The changes in the changelogs are in rough reverse chronological order.</p>
26002600

2601-
<h3 id="changes-2012-09-14">Changes from 14 September 2012 to 30 April 2013</h3><!-- rev 7347 - 7862 -->
2601+
<h3 id="changes-2012-09-14">Changes from 14 September 2012 to 6 May 2013</h3><!-- rev 7347 - 7867 -->
26022602

26032603
<p>The following changes were made to WHATWG HTML, W3C HTML5 and W3C HTML5.1:
26042604

26052605
<ul>
2606+
<li><p>The canvas 2d context has a new method <code>isPointInStroke()</code>. (WHATWG HTML only.)
26062607
<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.)
26072608
<li><p>The <code>registerProtocolHandler()</code> API now supports <code>bitcoin:</code> and <code>geo:</code> schemes. (<code>bitcoin:</code> is WHATWG HTML only.)
26082609
<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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ <h2 class="no-num no-toc" id="toc">Table of Contents</h2>
108108
<li><a href="#obsolete-apis"><span class="secno">5.6 </span>Obsolete APIs</a></ol></li>
109109
<li><a href="#changelog"><span class="secno">6 </span>HTML Changelogs</a>
110110
<ol class="toc">
111-
<li><a href="#changes-2012-09-14"><span class="secno">6.1 </span>Changes from 14 September 2012 to 30 April 2013</a></li>
111+
<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>
113113
<li><a href="#changes-2011-05-25"><span class="secno">6.3 </span>Changes from 25 May 2011 to 29 March 2012</a></li>
114114
<li><a href="#changes-2011-04-05"><span class="secno">6.4 </span>Changes from 5 April 2011 to 25 May 2011</a></li>
@@ -2340,11 +2340,12 @@ <h2 id="changelog"><span class="secno">6 </span>HTML Changelogs</h2>
23402340

23412341
<p>The changes in the changelogs are in rough reverse chronological order.</p>
23422342

2343-
<h3 id="changes-2012-09-14"><span class="secno">6.1 </span>Changes from 14 September 2012 to 30 April 2013</h3><!-- rev 7347 - 7862 -->
2343+
<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
<p>The following changes were made to WHATWG HTML, W3C HTML5 and W3C HTML5.1:
23462346

23472347
<ul>
2348+
<li><p>The canvas 2d context has a new method <code>isPointInStroke()</code>. (WHATWG HTML only.)
23482349
<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.)
23492350
<li><p>The <code>registerProtocolHandler()</code> API now supports <code>bitcoin:</code> and <code>geo:</code> schemes. (<code>bitcoin:</code> is WHATWG HTML only.)
23502351
<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)