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

Commit 2eb84b3

Browse files
committed
xref some more
1 parent 248427a commit 2eb84b3

File tree

3 files changed

+19
-18
lines changed

3 files changed

+19
-18
lines changed

Overview.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -439,9 +439,9 @@ <h3 id="syntax-misc"><span class="secno">2.4 </span>Miscellaneous</h3>
439439
<code class="external" title="attr-input-value"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#attr-input-value">value</a></code> attribute of the <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#the-input-element">input</a></code> element without using character
440440
references.
441441

442-
<li><p>The <code>optgroup</code> end tag is now optional.
442+
<li><p>The <code class="external"><a href="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.
443443

444-
<li><p>The <code>colgroup</code> start tag is now optional and is inferred by
444+
<li><p>The <code class="external"><a href="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
445445
the HTML parser.
446446
</ul>
447447

@@ -1648,7 +1648,7 @@ <h3 id="changed-attributes"><span class="secno">3.4 </span>Changed Attributes</h
16481648

16491649
<li><p>In WHATWG HTML, the <code class="external" title="attr-fs-method"><a href="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 <code class="external" title="attr-fs-method-dialog-keyword"><a href="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 <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/commands.html#the-dialog-element">dialog</a></code> element.
16501650

1651-
<li><p>The <code>border</code> attribute on <code class="external"><a href="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 <code class="external" title="attr-table-border"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#attr-table-border">border</a></code> attribute on <code class="external"><a href="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
16521652
empty string. In WHATWG HTML, the <code class="external" title="attr-table-border"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#attr-table-border">border</a></code> attribute is obsolete.
16531653

16541654
<li><p>The <code class="external" title="attr-tdth-colspan"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#attr-tdth-colspan">colspan</a></code> attribute on <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#the-td-element">td</a></code> and <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#the-th-element">th</a></code>
@@ -1659,7 +1659,7 @@ <h3 id="changed-attributes"><span class="secno">3.4 </span>Changed Attributes</h
16591659

16601660
<li><p>The <code class="external" title="attr-object-data"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#attr-object-data">data</a></code>
16611661
attribute on <code class="external"><a href="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 <code class="external" title="attr-object-codebase"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#attr-object-codebase">codebase</a></code> attribute.
16631663

16641664
<li><p>The <code class="external" title="attr-script-defer"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting-1.html#attr-script-defer">defer</a></code> attribute on <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting-1.html#the-script-element">script</a></code> now explicitly makes the script
16651665
execute when the page has finished parsing.
@@ -2176,7 +2176,7 @@ <h3 id="document-extensions"><span class="secno">5.3 </span>Extensions to
21762176
<code>Document</code></h3>
21772177

21782178
<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 <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#document">Document</a></code> and provided HTML-specific members on
21802180
documents. HTML has moved these members to the <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#document">Document</a></code> interface, and extended it in a number
21812181
of ways. Since all documents use the <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#document">Document</a></code> interface, the
21822182
HTML-specific members are now available on all documents, so they are usable
@@ -2379,7 +2379,7 @@ <h3 id="obsolete-apis"><span class="secno">5.6 </span>Obsolete APIs</h3>
23792379
obsolete: <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#htmlappletelement">HTMLAppletElement</a></code>, <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#htmlframesetelement">HTMLFrameSetElement</a></code>, <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#htmlframeelement">HTMLFrameElement</a></code>, <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#htmldirectoryelement">HTMLDirectoryElement</a></code> and <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#htmlfontelement">HTMLFontElement</a></code>.
23802380

23812381
<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 <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#isindex-0">isindex</a></code> tag into other elements. The
23832383
<code>HTMLBaseFontElement</code> interface is also removed since <!-- Anne managed to
23842384
kill it --> the element has no effect.
23852385

Overview.src.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -415,9 +415,9 @@ <h3 id="syntax-misc">Miscellaneous</h3>
415415
<code data-anolis-spec=html title=attr-input-value>value</code> attribute of the <code data-anolis-spec=html>input</code> element without using character
416416
references.
417417

418-
<li><p>The <code>optgroup</code> end tag is now optional.
418+
<li><p>The <code data-anolis-spec=html>optgroup</code> end tag is now optional.
419419

420-
<li><p>The <code>colgroup</code> start tag is now optional and is inferred by
420+
<li><p>The <code data-anolis-spec=html>colgroup</code> start tag is now optional and is inferred by
421421
the HTML parser.
422422
</ul>
423423

@@ -1636,7 +1636,8 @@ <h3 id="changed-attributes">Changed Attributes</h3>
16361636

16371637
<li><p>In WHATWG HTML, the <code data-anolis-spec=html title=attr-fs-method>method</code> attribute has a new keyword <code data-anolis-spec=html title=attr-fs-method-dialog-keyword>dialog</code>, intended to close a <code data-anolis-spec=html>dialog</code> element.
16381638

1639-
<li><p>The <code>border</code> attribute on <code
1639+
<li><p>The <code data-anolis-spec=html
1640+
title=attr-table-border>border</code> attribute on <code
16401641
data-anolis-spec=html>table</code> only allows the values "1" and the
16411642
empty string. In WHATWG HTML, the <code data-anolis-spec=html
16421643
title=attr-table-border>border</code> attribute is obsolete.
@@ -1653,7 +1654,7 @@ <h3 id="changed-attributes">Changed Attributes</h3>
16531654

16541655
<li><p>The <code data-anolis-spec=html title=attr-object-data>data</code>
16551656
attribute on <code data-anolis-spec=html>object</code> is no longer said
1656-
to be relative to the <code>codebase</code> attribute.
1657+
to be relative to the <code data-anolis-spec=html title=attr-object-codebase>codebase</code> attribute.
16571658

16581659
<li><p>The <code data-anolis-spec=html
16591660
title=attr-script-defer>defer</code> attribute on <code
@@ -2282,7 +2283,7 @@ <h3 id="document-extensions">Extensions to
22822283
<code>Document</code></h3>
22832284

22842285
<p>DOM Level 2 HTML had an <code>HTMLDocument</code> interface that
2285-
inherited from <code>Document</code> and provided HTML-specific members on
2286+
inherited from <code data-anolis-spec=html>Document</code> and provided HTML-specific members on
22862287
documents. HTML has moved these members to the <code
22872288
data-anolis-spec=html>Document</code> interface, and extended it in a number
22882289
of ways. Since all documents use the <code data-anolis-spec=html>Document</code> interface, the
@@ -2581,7 +2582,7 @@ <h3 id="obsolete-apis">Obsolete APIs</h3>
25812582
data-anolis-spec=html>HTMLFontElement</code>.
25822583

25832584
<p>The <code>HTMLIsIndexElement</code> interface is removed altogether since
2584-
the HTML parser expands an <code>isindex</code> tag into other elements. The
2585+
the HTML parser expands an <code data-anolis-spec=html>isindex</code> tag into other elements. The
25852586
<code>HTMLBaseFontElement</code> interface is also removed since <!-- Anne managed to
25862587
kill it --> the element has no effect.
25872588

Overview.whatwg.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -383,9 +383,9 @@ <h3 id="syntax-misc"><span class="secno">2.4 </span>Miscellaneous</h3>
383383
<code class="external" title="attr-input-value"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#attr-input-value">value</a></code> attribute of the <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#the-input-element">input</a></code> element without using character
384384
references.
385385

386-
<li><p>The <code>optgroup</code> end tag is now optional.
386+
<li><p>The <code class="external"><a href="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.
387387

388-
<li><p>The <code>colgroup</code> start tag is now optional and is inferred by
388+
<li><p>The <code class="external"><a href="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
389389
the HTML parser.
390390
</ul>
391391

@@ -1592,7 +1592,7 @@ <h3 id="changed-attributes"><span class="secno">3.4 </span>Changed Attributes</h
15921592

15931593
<li><p>In WHATWG HTML, the <code class="external" title="attr-fs-method"><a href="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 <code class="external" title="attr-fs-method-dialog-keyword"><a href="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 <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/commands.html#the-dialog-element">dialog</a></code> element.
15941594

1595-
<li><p>The <code>border</code> attribute on <code class="external"><a href="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 <code class="external" title="attr-table-border"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#attr-table-border">border</a></code> attribute on <code class="external"><a href="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
15961596
empty string. In WHATWG HTML, the <code class="external" title="attr-table-border"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#attr-table-border">border</a></code> attribute is obsolete.
15971597

15981598
<li><p>The <code class="external" title="attr-tdth-colspan"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#attr-tdth-colspan">colspan</a></code> attribute on <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#the-td-element">td</a></code> and <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#the-th-element">th</a></code>
@@ -1603,7 +1603,7 @@ <h3 id="changed-attributes"><span class="secno">3.4 </span>Changed Attributes</h
16031603

16041604
<li><p>The <code class="external" title="attr-object-data"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#attr-object-data">data</a></code>
16051605
attribute on <code class="external"><a href="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 <code class="external" title="attr-object-codebase"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#attr-object-codebase">codebase</a></code> attribute.
16071607

16081608
<li><p>The <code class="external" title="attr-script-defer"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting-1.html#attr-script-defer">defer</a></code> attribute on <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting-1.html#the-script-element">script</a></code> now explicitly makes the script
16091609
execute when the page has finished parsing.
@@ -2120,7 +2120,7 @@ <h3 id="document-extensions"><span class="secno">5.3 </span>Extensions to
21202120
<code>Document</code></h3>
21212121

21222122
<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 <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#document">Document</a></code> and provided HTML-specific members on
21242124
documents. HTML has moved these members to the <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#document">Document</a></code> interface, and extended it in a number
21252125
of ways. Since all documents use the <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#document">Document</a></code> interface, the
21262126
HTML-specific members are now available on all documents, so they are usable
@@ -2323,7 +2323,7 @@ <h3 id="obsolete-apis"><span class="secno">5.6 </span>Obsolete APIs</h3>
23232323
obsolete: <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#htmlappletelement">HTMLAppletElement</a></code>, <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#htmlframesetelement">HTMLFrameSetElement</a></code>, <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#htmlframeelement">HTMLFrameElement</a></code>, <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#htmldirectoryelement">HTMLDirectoryElement</a></code> and <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#htmlfontelement">HTMLFontElement</a></code>.
23242324

23252325
<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 <code class="external"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/obsolete.html#isindex-0">isindex</a></code> tag into other elements. The
23272327
<code>HTMLBaseFontElement</code> interface is also removed since <!-- Anne managed to
23282328
kill it --> the element has no effect.
23292329

0 commit comments

Comments
 (0)