You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 15, 2021. It is now read-only.
<h3id="changes-2012-09-14"><spanclass="secno">6.1 </span>Changes from 14 September 2012 to 30 April 2013</h3><!-- rev 7347 - 7862 -->
2400
2400
2401
-
<p>The following changes were made to WHATWG HTML:
2401
+
<p>The following changes were made to WHATWG HTML, W3C HTML5 and W3C HTML5.1:
2402
2402
2403
2403
<ul>
2404
-
<li><p>The <code>DataTransferItemList</code> interface (part of drag and drop API) now has a <code>remove()</code> method instead of a deleter.
2405
-
<li><p>The <code>registerProtocolHandler()</code> API now supports <code>bitcoin:</code> and <code>geo:</code> schemes.
2406
-
<li><p>The <code>alert()</code>, <code>confirm()</code> and <code>prompt()</code> methods now have all arguments optional.
2407
-
<li><p>The <code>fieldset</code> element can now match the <code>:invalid</code> pseudo-class.
2408
-
<li><p>The <code>HTMLBaseFontElement</code> interface has been removed.
2409
-
<li><p>The specification has integrated with the URL standard which effectively added the <code>origin</code>, <code>username</code>, <code>password</code> and <code>query</code> IDL attributes to the <code>a</code> and <code>area</code> elements and the <code>location</code> object.
2410
-
<li><p>The HTML parser now better supports <code>innerHTML</code> on non-HTML elements.
2411
-
<li><p>The drag and drop API now has a <code>dragexit</code> event.
2412
-
<li><p>The <code>form</code> element now recieves an <code>invalid</code> event when submission fails due to form validation (in addition to the individual controls).
2413
-
<li><p>The <code>navigator</code> object now has a <code>product</code> IDL attribute that always returns "Gecko" (for compatibility).
2414
-
<li><p>The <code>time</code> element's <code>datetime</code> IDL attribute got renamed to <code>dateTime</code>.
2404
+
<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.)
2405
+
<li><p>The <code>registerProtocolHandler()</code> API now supports <code>bitcoin:</code> and <code>geo:</code> schemes. (<code>bitcoin:</code> is WHATWG HTML only.)
2406
+
<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.)
2407
+
<li><p>The <code>fieldset</code> element can now match the <code>:invalid</code> pseudo-class. (WHATWG HTML and W3C HTML5.1.)
2408
+
<li><p>The <code>HTMLBaseFontElement</code> interface has been removed. (WHATWG HTML and W3C HTML5.1.)
2409
+
<li><p>The specification has integrated with the URL standard which effectively added the <code>origin</code>, <code>username</code>, <code>password</code> and <code>query</code> IDL attributes to the <code>a</code> and <code>area</code> elements and the <code>location</code> object. (WHATWG HTML and W3C HTML5.1.)
2410
+
<li><p>The <code>hgroup</code> element has been dropped. (W3C HTML5 and W3C HTML5.1.)
2411
+
<li><p>The HTML parser now better supports <code>innerHTML</code> on non-HTML elements. (WHATWG HTML and W3C HTML5.1.)
2412
+
<li><p>Various things that were present in WHATWG HTML but missing in W3C HTML5.1 were "un-forked": The <code>download</code> attribute on <code>a</code> and <code>area</code>, the application cache prefer-online feature, the text range API on <code>input</code> and <code>textarea</code>, the <code>cssElementMap</code> IDL attribute on <code>Document</code>, various bits for microdata. (W3C HTML5.1 only.)
2413
+
<li><p>The drag and drop API now has a <code>dragexit</code> event. (WHATWG HTML and W3C HTML5.1.)
2414
+
<li><p>The <code>form</code> element now recieves an <code>invalid</code> event when submission fails due to form validation (in addition to the individual controls). (WHATWG HTML and W3C HTML5.1.)
2415
+
<li><p>The <code>navigator</code> object now has a <code>product</code> IDL attribute that always returns "Gecko" (for compatibility). (WHATWG HTML and W3C HTML5.1.)
2416
+
<li><p>The <code>time</code> element's <code>datetime</code> IDL attribute got renamed to <code>dateTime</code>. (WHATWG HTML and W3C HTML5.1.)
2415
2417
<li><p>The <code>pushState()</code> and <code>replaceState()</code> methods can now be invoked with <code>null</code> as the third argument.
2416
2418
<li><p>A new <code>main</code> element has been added.
2417
-
<li><p>The <code>stepUp()</code> and <code>stepDown()</code> methods on the <code>input</code> element have been tweaked.
2418
-
<li><p>The <code>img</code> element now supports progress events.
2419
-
<li><p>A new <code>fillRule</code> IDL attribute has been added to the canvas 2d context.
2420
-
<li><p>The <code>style</code> IDL attribute on HTML elements is now settable.
2421
-
<li><p>The <code>media</code> attribute has been dropped from the <code>a</code> and <code>area</code> elements.
2422
-
<li><p>Heading elements now support automatic sizing in <code>hgroup</code> if they follow an <code>h1</code> element.
2423
-
<li><p>The <code>navigator</code> object now has a <code>language</code> IDL attribute.
2424
-
<li><p>The <code>menu</code> API has been revamped. The <code>command</code> element was dropped. An new <code>menuitem</code> element was added. The <code>menu</code> element's <code>type</code> attribute now uses the value "<code>popup</code>" instead of "<code>context</code>". The <code>button</code> element has a new <code>menu</code> attribute and the <code>type</code> attribute supports a new value "<code>menu</code>".
2425
-
<li><p>The <code>table</code> element now supports sorting columns. The <code>table</code> element has a new <code>sortable</code> attribute and a <code>stopSorting()</code> method. The <code>th</code> element has a new <code>sorted</code> attribute and a <code>sort()</code> method.
2426
-
<li><p>The <code>autocomplete</code> attribute on form controls now supports the <code>cc-type</code> type.
2427
-
<li><p>A new <code>currentScript</code> IDL attribute on <code>document</code> was added.
2428
-
<li><p>The <code>link</code> and <code>script</code> elements now support the <code>crossorigin</code> attribute.
2429
-
<li><p>The <code>canvas</code> element now supports indirect and proxied rendering contexts, to support drawing from a worker. The <code>CanvasProxy</code>, <code>ImageBitmap</code> interfaces are introduced, the <code>canvas</code> element has new <code>setContext()</code> and <code>transferControlToProxy()</code> methods, and a new <code>createImageBitmap()</code> method on <code>window</code> was introduced.
2430
-
<li><p>The canvas 2d context has a new <code>direction</code> IDL attribute.
2431
-
<li><p>The <code>screen</code> object has a new <code>canvasResolution</code> IDL attribute.
2432
-
<li><p>A new <code>PortCollection()</code> constructor was added to support sending messages to many ports while allowing them to be garbage collected.
2433
-
<li><p>The <code>getItem()</code> method on <code>Storage</code> can now return null.
2434
-
<li><p>The <code>sandbox</code> attribute on <code>iframe</code> supports a new value "<code>allow-pointer-lock</code>".
2435
-
<li><p>The HTML parser now invokes mutation observers.
2436
-
<li><p>The <code>canvas</code> element has a new <code>supportsContext()</code> method.
2419
+
<li><p>The <code>stepUp()</code> and <code>stepDown()</code> methods on the <code>input</code> element have been tweaked. (WHATWG HTML and W3C HTML5.1.)
2420
+
<li><p>The <code>img</code> element now supports progress events. (WHATWG HTML and W3C HTML5.1.)
2421
+
<li><p>A new <code>fillRule</code> IDL attribute has been added to the canvas 2d context. (WHATWG HTML only.)
2422
+
<li><p>The <code>style</code> IDL attribute on HTML elements is now settable. (WHATWG HTML and W3C HTML5.1.)
2423
+
<li><p>The <code>media</code> attribute has been dropped from the <code>a</code> and <code>area</code> elements. (WHATWG HTML and W3C HTML5.1.)
2424
+
<li><p>Heading elements now support automatic sizing in <code>hgroup</code> if they follow an <code>h1</code> element. (WHATWG HTML only.)
2425
+
<li><p>The <code>navigator</code> object now has a <code>language</code> IDL attribute. (WHATWG HTML and W3C HTML5.1.)
2426
+
<li><p>The <code>menu</code> API has been revamped. The <code>command</code> element was dropped. An new <code>menuitem</code> element was added. The <code>menu</code> element's <code>type</code> attribute now uses the value "<code>popup</code>" instead of "<code>context</code>". The <code>button</code> element has a new <code>menu</code> attribute and the <code>type</code> attribute supports a new value "<code>menu</code>". (WHATWG HTML and W3C HTML5.1.)
2427
+
<li><p>The <code>table</code> element now supports sorting columns. The <code>table</code> element has a new <code>sortable</code> attribute and a <code>stopSorting()</code> method. The <code>th</code> element has a new <code>sorted</code> attribute and a <code>sort()</code> method. (WHATWG HTML and W3C HTML5.1.)
2428
+
<li><p>The <code>autocomplete</code> attribute on form controls now supports the <code>cc-type</code> type. (WHATWG HTML and W3C HTML5.1.)
2429
+
<li><p>A new <code>currentScript</code> IDL attribute on <code>document</code> was added. (WHATWG HTML and W3C HTML5.1.)
2430
+
<li><p>The <code>link</code> and <code>script</code> elements now support the <code>crossorigin</code> attribute. (WHATWG HTML and W3C HTML5.1.)
2431
+
<li><p>The <code>canvas</code> element now supports indirect and proxied rendering contexts, to support drawing from a worker. The <code>CanvasProxy</code>, <code>ImageBitmap</code> interfaces are introduced, the <code>canvas</code> element has new <code>setContext()</code> and <code>transferControlToProxy()</code> methods, and a new <code>createImageBitmap()</code> method on <code>window</code> was introduced. (WHATWG HTML and W3C HTML5.1.)
2432
+
<li><p>The canvas 2d context has a new <code>direction</code> IDL attribute. (WHATWG HTML only.)
2433
+
<li><p>The <code>screen</code> object has a new <code>canvasResolution</code> IDL attribute. (WHATWG HTML only.)
2434
+
<li><p>A new <code>PortCollection()</code> constructor was added to support sending messages to many ports while allowing them to be garbage collected. (WHATWG HTML only.)
2435
+
<li><p>The <code>getItem()</code> method on <code>Storage</code> can now return null. (WHATWG HTML only.)
2436
+
<li><p>The <code>sandbox</code> attribute on <code>iframe</code> supports a new value "<code>allow-pointer-lock</code>". (WHATWG HTML and W3C HTML5.1.)
2437
+
<li><p>The HTML parser now invokes mutation observers. (WHATWG HTML and W3C HTML5.1.)
2438
+
<li><p>The <code>canvas</code> element has a new <code>supportsContext()</code> method. (WHATWG HTML and W3C HTML5.1.)
2437
2439
<li><p>The <code>abbr</code> attribute on the <code>th</code> element is now conforming.
2438
-
<li><p>A new <code>forceSpellCheck()</code> method on HTML elements was added.
2439
-
<li><p>The <code>EventSource</code> API now reconnects for DNS errors and TCP-level connection failures.
2440
-
<li><p>A new <code>fastSeek()</code> method was added to media elements.
2441
-
<li><p>The <code>http+aes:</code> and <code>https+aes:</code> schemes were removed due to lack of interest.
2440
+
<li><p>A new <code>forceSpellCheck()</code> method on HTML elements was added. (WHATWG HTML and W3C HTML5.1.)
2441
+
<li><p>The <code>EventSource</code> API now reconnects for DNS errors and TCP-level connection failures. (WHATWG HTML only.)
2442
+
<li><p>A new <code>fastSeek()</code> method was added to media elements. (WHATWG HTML and W3C HTML5.1.)
2443
+
<li><p>The <code>http+aes:</code> and <code>https+aes:</code> schemes were removed due to lack of interest. (WHATWG HTML only.)
2442
2444
<li><p>Navigations with <code>rel=noreferrer</code> now does not clone the <code>sessionStorage</code>.
2443
-
<li><p>The <code>error</code> event for <code>Worker</code> objects now has a <code>column</code> IDL attribute.
2445
+
<li><p>The <code>error</code> event for <code>Worker</code> objects now has a <code>column</code> IDL attribute. (WHATWG HTML only.)
2444
2446
<li><p>The <code>autofocus</code> attribute on form controls in <code>dialog</code> elements now has an effect when the <code>showModal()</code> method is invoked.
2445
2447
</ul>
2446
2448
2447
-
<pclass="XXX">Changes in W3C HTML5 and W3C HTML5.1. <!-- hgroup, ... -->
2448
-
2449
2449
<h3id="changes-2012-03-29"><spanclass="secno">6.2 </span>Changes from 29 March 2012 to 14 September 2012</h3><!-- rev 7028 - 7347 -->
0 commit comments