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.
<ddclass="not-whatwg"><ahref="https://www.w3.org/Bugs/Public/enter_bug.cgi?product=HTML%20WG&component=HTML5%20differences%20from%20HTML4">File a bug</a>
represents a generic document or application section. It <spanclass="not-whatwg" title="">should</span> be
415
+
represents a generic document or application section. It <spanclass="not-whatwg" title="">should</span> be
436
416
<aclass="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#headings-and-sections" title="Headings and sections">used together</a>
437
417
with the <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-h1-element">h1</a></code>, <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-h2-element">h2</a></code>, <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-h3-element">h3</a></code>,
438
418
<codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-h4-element">h4</a></code>, <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-h5-element">h5</a></code>, and <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-h6-element">h6</a></code> elements to
<li><p><codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting.html#the-canvas-element">canvas</a></code> is used for rendering
527
504
dynamic bitmap graphics on the fly, such as graphs or games.
together with the a new <codeclass="external" title="attr-input-list"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#attr-input-list">list</a></code> attribute for
<li><p>The <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content.html#the-img-element">img</a></code> element has a new attribute called
724
697
<codeclass="external" title="attr-img-crossorigin"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content.html#attr-img-crossorigin">crossorigin</a></code> to use CORS in the fetch and if it is successful, allows the image data to be
725
698
read with the <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting.html#the-canvas-element">canvas</a></code> API.
726
-
727
-
728
699
</ul>
729
700
730
701
<p>Several attributes from HTML4 now apply to all elements. These
instance, the <codeclass="external" title="handler-onplay"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#handler-onplay">onplay</a></code>
771
742
event handler attribute for the <codeclass="external" title="event-media-play"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content.html#event-media-play">play</a></code> event which is used by the API for the
772
743
media elements (<codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content.html#the-video-element">video</a></code> and <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content.html#the-audio-element">audio</a></code>).
773
-
The specification has an <ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/indices.html#events-2">index of all events</a>.</p>
744
+
The specification has an <ahref="//www.whatwg.org/specs/web-apps/current-work/multipage/indices.html#events-2">index of all events</a>.</p>
<li><p>The <codeclass="external" title="attr-img-alt"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content.html#attr-img-alt">alt</a></code> attribute on <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content.html#the-img-element">img</a></code>
1573
1542
has more elaborate requirements, and in some cases can also be omitted.
1574
-
For details, see <ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content.html#alt">the specification</a>.
1543
+
For details, see <ahref="//www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content.html#alt">the specification</a>.
1575
1544
1576
1545
<li><p>The <codeclass="external" title="attr-input-accept"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#attr-input-accept">accept</a></code> attribute on <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-input-element">input</a></code> now allows the values
1577
1546
<code>audio/*</code>, <code>video/*</code> and <code>image/*</code>.
<li><p><codeclass="external" title="attr-form-accept"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#attr-form-accept">accept</a></code> attribute on <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-form-element">form</a></code>.
<li><p>Editing API in combination with a new global <codeclass="external" title="attr-contenteditable"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/interaction.html#attr-contenteditable">contenteditable</a></code>
2018
1986
attribute.</li>
2019
1987
2020
-
2021
-
2022
1988
<li><p>An API that exposes the components of the document's URL and allows
2023
1989
scripts to navigate, redirect and reload (the <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#location">Location</a></code> interface).
2024
1990
@@ -2138,9 +2104,7 @@ <h3 id="htmlelement-extensions"><span class="secno">5.4 </span>Extensions to <co
<codeclass="external" title="dom-spellcheck"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/interaction.html#dom-spellcheck">spellcheck</a></code> and
@@ -2268,8 +2232,6 @@ <h3 id="other-extensions"><span class="secno">5.5 </span>Extensions to Other Int
2268
2232
2269
2233
<li><p><codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/tables.html#htmltableelement">HTMLTableElement</a></code> now has the
2270
2234
members <codeclass="external" title="dom-table-createTBody"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/tables.html#dom-table-createtbody">createTBody()</a></code>
2271
-
.
2272
-
2273
2235
<li><p><codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content.html#htmliframeelement">HTMLIFrameElement</a></code> now has the
2274
2236
member <codeclass="external" title="dom-iframe-contentWindow"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content.html#dom-iframe-contentwindow">contentWindow</a></code>.
0 commit comments