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.
<codeclass="external" title="attr-input-value"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#attr-input-value">value</a></code> attribute of the <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#the-input-element">input</a></code> element without using character
440
440
references.
441
441
442
-
<li><p>The <code>optgroup</code> end tag is now optional.
442
+
<li><p>The <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-optgroup-element">optgroup</a></code> end tag is now optional.
443
443
444
-
<li><p>The <code>colgroup</code> start tag is now optional and is inferred by
444
+
<li><p>The <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#the-colgroup-element">colgroup</a></code> start tag is now optional and is inferred by
<li><p>In WHATWG HTML, the <codeclass="external" title="attr-fs-method"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fs-method">method</a></code> attribute has a new keyword <codeclass="external" title="attr-fs-method-dialog-keyword"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fs-method-dialog-keyword">dialog</a></code>, intended to close a <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/commands.html#the-dialog-element">dialog</a></code> element.
1650
1650
1651
-
<li><p>The <code>border</code> attribute on <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#the-table-element">table</a></code> only allows the values "1" and the
1651
+
<li><p>The <codeclass="external" title="attr-table-border"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#attr-table-border">border</a></code> attribute on <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#the-table-element">table</a></code> only allows the values "1" and the
1652
1652
empty string. In WHATWG HTML, the <codeclass="external" title="attr-table-border"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#attr-table-border">border</a></code> attribute is obsolete.
1653
1653
1654
1654
<li><p>The <codeclass="external" title="attr-tdth-colspan"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#attr-tdth-colspan">colspan</a></code> attribute on <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#the-td-element">td</a></code> and <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#the-th-element">th</a></code>
attribute on <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-object-element">object</a></code> is no longer said
1662
-
to be relative to the <code>codebase</code> attribute.
1662
+
to be relative to the <codeclass="external" title="attr-object-codebase"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#attr-object-codebase">codebase</a></code> attribute.
1663
1663
1664
1664
<li><p>The <codeclass="external" title="attr-script-defer"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting-1.html#attr-script-defer">defer</a></code> attribute on <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting-1.html#the-script-element">script</a></code> now explicitly makes the script
1665
1665
execute when the page has finished parsing.
@@ -2176,7 +2176,7 @@ <h3 id="document-extensions"><span class="secno">5.3 </span>Extensions to
2176
2176
<code>Document</code></h3>
2177
2177
2178
2178
<p>DOM Level 2 HTML had an <code>HTMLDocument</code> interface that
2179
-
inherited from <code>Document</code> and provided HTML-specific members on
2179
+
inherited from <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#document">Document</a></code> and provided HTML-specific members on
2180
2180
documents. HTML has moved these members to the <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#document">Document</a></code> interface, and extended it in a number
2181
2181
of ways. Since all documents use the <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#document">Document</a></code> interface, the
2182
2182
HTML-specific members are now available on all documents, so they are usable
obsolete: <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#htmlappletelement">HTMLAppletElement</a></code>, <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#htmlframesetelement">HTMLFrameSetElement</a></code>, <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#htmlframeelement">HTMLFrameElement</a></code>, <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#htmldirectoryelement">HTMLDirectoryElement</a></code> and <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#htmlfontelement">HTMLFontElement</a></code>.
2380
2380
2381
2381
<p>The <code>HTMLIsIndexElement</code> interface is removed altogether since
2382
-
the HTML parser expands an <code>isindex</code> tag into other elements. The
2382
+
the HTML parser expands an <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#isindex-0">isindex</a></code> tag into other elements. The
2383
2383
<code>HTMLBaseFontElement</code> interface is also removed since <!-- Anne managed to
<li><p>In WHATWG HTML, the <codedata-anolis-spec=htmltitle=attr-fs-method>method</code> attribute has a new keyword <codedata-anolis-spec=htmltitle=attr-fs-method-dialog-keyword>dialog</code>, intended to close a <codedata-anolis-spec=html>dialog</code> element.
1638
1638
1639
-
<li><p>The <code>border</code> attribute on <code
1639
+
<li><p>The <codedata-anolis-spec=html
1640
+
title=attr-table-border>border</code> attribute on <code
1640
1641
data-anolis-spec=html>table</code> only allows the values "1" and the
1641
1642
empty string. In WHATWG HTML, the <codedata-anolis-spec=html
1642
1643
title=attr-table-border>border</code> attribute is obsolete.
<codeclass="external" title="attr-input-value"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#attr-input-value">value</a></code> attribute of the <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#the-input-element">input</a></code> element without using character
384
384
references.
385
385
386
-
<li><p>The <code>optgroup</code> end tag is now optional.
386
+
<li><p>The <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-optgroup-element">optgroup</a></code> end tag is now optional.
387
387
388
-
<li><p>The <code>colgroup</code> start tag is now optional and is inferred by
388
+
<li><p>The <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#the-colgroup-element">colgroup</a></code> start tag is now optional and is inferred by
<li><p>In WHATWG HTML, the <codeclass="external" title="attr-fs-method"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fs-method">method</a></code> attribute has a new keyword <codeclass="external" title="attr-fs-method-dialog-keyword"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fs-method-dialog-keyword">dialog</a></code>, intended to close a <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/commands.html#the-dialog-element">dialog</a></code> element.
1594
1594
1595
-
<li><p>The <code>border</code> attribute on <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#the-table-element">table</a></code> only allows the values "1" and the
1595
+
<li><p>The <codeclass="external" title="attr-table-border"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#attr-table-border">border</a></code> attribute on <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#the-table-element">table</a></code> only allows the values "1" and the
1596
1596
empty string. In WHATWG HTML, the <codeclass="external" title="attr-table-border"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#attr-table-border">border</a></code> attribute is obsolete.
1597
1597
1598
1598
<li><p>The <codeclass="external" title="attr-tdth-colspan"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#attr-tdth-colspan">colspan</a></code> attribute on <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#the-td-element">td</a></code> and <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#the-th-element">th</a></code>
attribute on <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-object-element">object</a></code> is no longer said
1606
-
to be relative to the <code>codebase</code> attribute.
1606
+
to be relative to the <codeclass="external" title="attr-object-codebase"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#attr-object-codebase">codebase</a></code> attribute.
1607
1607
1608
1608
<li><p>The <codeclass="external" title="attr-script-defer"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting-1.html#attr-script-defer">defer</a></code> attribute on <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting-1.html#the-script-element">script</a></code> now explicitly makes the script
1609
1609
execute when the page has finished parsing.
@@ -2120,7 +2120,7 @@ <h3 id="document-extensions"><span class="secno">5.3 </span>Extensions to
2120
2120
<code>Document</code></h3>
2121
2121
2122
2122
<p>DOM Level 2 HTML had an <code>HTMLDocument</code> interface that
2123
-
inherited from <code>Document</code> and provided HTML-specific members on
2123
+
inherited from <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#document">Document</a></code> and provided HTML-specific members on
2124
2124
documents. HTML has moved these members to the <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#document">Document</a></code> interface, and extended it in a number
2125
2125
of ways. Since all documents use the <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#document">Document</a></code> interface, the
2126
2126
HTML-specific members are now available on all documents, so they are usable
obsolete: <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#htmlappletelement">HTMLAppletElement</a></code>, <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#htmlframesetelement">HTMLFrameSetElement</a></code>, <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#htmlframeelement">HTMLFrameElement</a></code>, <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#htmldirectoryelement">HTMLDirectoryElement</a></code> and <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#htmlfontelement">HTMLFontElement</a></code>.
2324
2324
2325
2325
<p>The <code>HTMLIsIndexElement</code> interface is removed altogether since
2326
-
the HTML parser expands an <code>isindex</code> tag into other elements. The
2326
+
the HTML parser expands an <codeclass="external"><ahref="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#isindex-0">isindex</a></code> tag into other elements. The
2327
2327
<code>HTMLBaseFontElement</code> interface is also removed since <!-- Anne managed to
0 commit comments