Skip to content

Commit 1cafa68

Browse files
Fix bug 23936: [LC Comment] Source reference to DOM L2 Core
* https://www.w3.org/Bugs/Public/show_bug.cgi?id=23936
1 parent 1299608 commit 1cafa68

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,7 @@ <h2>Serializing</h2>
558558
<code><a title="dom-characterdata-data" data-spec="DOM4" class="externalDFN">data</a></code>, and
559559
"<code>--></code>".
560560

561+
<!-- Removing CDATA Serialization steps as this interface type is removed from DOM4:
561562
<dt><code><a title="cdata" data-spec="DOML2" class="externalDFN">CDATASection</a></code>
562563
<dd><ol>
563564
<li>Let <var>markup</var> be the concatenation of "<code>&lt;![CDATA[</code>",
@@ -569,7 +570,8 @@ <h2>Serializing</h2>
569570
<p class=note>CDATASection objects may be created by the historical
570571
<code>document.createCDATASection</code> API, or as a result of parsing an
571572
<a title="xml-document" data-spec="DOM4" class="externalDFN">XML document</a>.
572-
573+
-->
574+
573575
<dt><code><a title="text" data-spec="DOM4" class="externalDFN">Text</a></code>
574576
<dd><ol>
575577
<li>Let <var>markup</var> be <var>node</var>'s
@@ -670,6 +672,8 @@ <h2>Serializing</h2>
670672
<li>"<code>"</code>" (U+0022 QUOTATION MARK);
671673
</ol>
672674
</li>
675+
<!-- Removing internalSubset serialization steps as this property is not supported by DOM4. Also,
676+
optional requirements don't help improve interoperability:
673677
<li>Optional: if the <var>node</var> has an (historical)
674678
<code><a title="ID-Core-DocType-internalSubset" data-spec="DOM3" class="externalDFN">internalSubset</a></code>
675679
and the
@@ -691,6 +695,7 @@ <h2>Serializing</h2>
691695
because any <code><a title="ID-Core-DocType-internalSubset" data-spec="DOM3" class="externalDFN">internalSubset</a></code>
692696
markup is ignored by the parser.</p>
693697
</li>
698+
-->
694699
<li>Append "<code>&gt;</code>" (U+003E GREATER-THAN SIGN) to <var>markup</var>.
695700
</ol>
696701

0 commit comments

Comments
 (0)