Skip to content

Commit 4217382

Browse files
foolipAutomatedTester
authored andcommitted
Consolidate the DOM Parsing and Serialization references
Both [DOM-PARSING] and [DOMPARSING] were referenced, and the latter resolved to https://domparsing.spec.whatwg.org/, which doesn't exist.
1 parent 53a1022 commit 4217382

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

index.html

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9729,12 +9729,13 @@ <h2>Index</h2>
97299729
<!-- textContent attribute --> <li><dfn data-lt=textContent><a href=https://dom.spec.whatwg.org/#dom-node-textcontent><code>textContent</code> attribute</a></dfn>
97309730
</ul>
97319731

9732-
<dd><p>The following attributes are defined in
9733-
the DOM Parsing and Serialisation specification: [[DOM-PARSING]]
9732+
<dd><p>The following terms are defined in
9733+
the DOM Parsing and Serialization specification: [[DOM-PARSING]]
97349734
<ul>
9735-
<!-- innerHTML IDL Attribute--> <li><dfn><a href=https://w3c.github.io/DOM-Parsing/#dom-element-innerhtml><code>innerHTML</code> IDL attribute</a></dfn>
9735+
<!-- fragment serializing algorithm --> <li><dfn><a href="https://w3c.github.io/DOM-Parsing/#dfn-fragment-serializing-algorithm">fragment serializing algorithm</a></dfn>
9736+
<!-- innerHTML IDL Attribute--> <li><dfn><a href=https://w3c.github.io/DOM-Parsing/#dom-innerhtml-innerhtml><code>innerHTML</code> IDL attribute</a></dfn>
97369737
<!-- outerHTML IDL Attribute--> <li><dfn><a href=https://w3c.github.io/DOM-Parsing/#dom-element-outerhtml><code>outerHTML</code> IDL attribute</a></dfn>
9737-
<!-- serializeToString --> <li><dfn data-lt="serializing to string"><a href=https://w3c.github.io/DOM-Parsing/#dom-xmlserializer-serializetostring><code>serializeToString</code></a></dfn>
9738+
<!-- serializeToString --> <li><dfn data-lt="serializing to string"><a href=https://w3c.github.io/DOM-Parsing/#dom-xmlserializer-serializetostring><code>serializeToString</code> method</a></dfn>
97389739
</ul>
97399740

97409741
<dd><p>The following attributes are defined
@@ -9767,13 +9768,6 @@ <h2>Index</h2>
97679768
<li><dfn data-lt="modifier key"><a href=https://www.w3.org/TR/uievents-key/#keys-modifier>Keyboard modifier keys</a></dfn>
97689769
</ul>
97699770

9770-
<dt>DOM Parsing
9771-
<dd><p>The following terms are defined in the DOM Parsing and Serialization Specification: [[DOMPARSING]]
9772-
<ul>
9773-
<li><!-- Fragment serializing algorithm --><dfn><a href="https://w3c.github.io/DOM-Parsing/#dfn-fragment-serializing-algorithm">Fragment serializing algorithm</a></dfn>
9774-
</ul>
9775-
</dd>
9776-
97779771
<dt>ECMAScript
97789772
<dd><p>The following terms are defined in the ECMAScript Language Specification: [[ECMA-262]]
97799773
<ul>

0 commit comments

Comments
 (0)