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
<aclass="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#concept-document" title="concept-document">document</a> and are not <aclass="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#concept-tree-following" title="concept-tree-following">following</a> the
1541
1541
<codeclass="external" data-anolis-spec="dom"><ahref="http://dom.spec.whatwg.org/#element">Element</a></code> child of the <aclass="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#concept-document" title="concept-document">document</a>, if any.
1542
1542
1543
-
<p>When a <codeclass="external" data-anolis-spec="dom"><ahref="http://dom.spec.whatwg.org/#processinginstruction">ProcessingInstruction</a></code><aclass="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#concept-node" title="concept-node">node</a><var>node</var>is inserted to a
1544
-
document, removed from a document, becomes part of the <ahref="#prolog">prolog</a>, is no longer part of the <ahref="#prolog">prolog</a>, or has its
1545
-
<aclass="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#concept-cd-data" title="concept-cd-data">data</a> changed, these steps must be run:
1543
+
<p>When a <codeclass="external" data-anolis-spec="dom"><ahref="http://dom.spec.whatwg.org/#processinginstruction">ProcessingInstruction</a></code><aclass="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#concept-node" title="concept-node">node</a><var>node</var>becomes part of the
1544
+
<ahref="#prolog">prolog</a>, is no longer part of the <ahref="#prolog">prolog</a>, or has its<aclass="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#concept-cd-data" title="concept-cd-data">data</a> changed, these steps
1545
+
must be run:
1546
1546
1547
1547
<ol>
1548
1548
<li><p>If an instance of this algorithm is currently running for <var>node</var>, abort that instance, and stop the associated
<li><p>If <var>node</var> is not an <aclass="external" data-anolis-spec="xmlss" href="http://www.w3.org/TR/xml-stylesheet/#dt-xml-stylesheet">xml-stylesheet processing instruction</a>, terminate these steps.
1554
1554
1555
-
<li><p>If <var>node</var> is part of the <aclass="external" data-anolis-spec="xml" href="http://www.w3.org/TR/xml/#dt-doctype">document type declaration</a>, terminate these steps.
1556
-
1557
1555
<li><p>If <var>node</var> does not have an <codetitle="">href</code><aclass="external" data-anolis-spec="xmlss" href="http://www.w3.org/TR/xml-stylesheet/#dt-pseudo-attribute">pseudo-attribute</a>, terminate these steps.
Copy file name to clipboardExpand all lines: cssom/Overview.src.html
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1457,9 +1457,9 @@ <h4>Requirements on User Agents Implementing the xml-stylesheet processing instr
1457
1457
<spandata-anolis-spec=domtitle=concept-document>document</span> and are not <spandata-anolis-spec=domtitle=concept-tree-following>following</span> the
1458
1458
<codedata-anolis-spec=dom>Element</code> child of the <spandata-anolis-spec=domtitle=concept-document>document</span>, if any.
1459
1459
1460
-
<p>When a <codedata-anolis-spec=dom>ProcessingInstruction</code><spandata-anolis-spec=domtitle=concept-node>node</span><var>node</var>is inserted to a
1461
-
document, removed from a document, becomes part of the <span>prolog</span>, is no longer part of the <span>prolog</span>, or has its
1462
-
<spandata-anolis-spec=domtitle=concept-cd-data>data</span> changed, these steps must be run:
1460
+
<p>When a <codedata-anolis-spec=dom>ProcessingInstruction</code><spandata-anolis-spec=domtitle=concept-node>node</span><var>node</var>becomes part of the
1461
+
<span>prolog</span>, is no longer part of the <span>prolog</span>, or has its<spandata-anolis-spec=domtitle=concept-cd-data>data</span> changed, these steps
1462
+
must be run:
1463
1463
1464
1464
<ol>
1465
1465
<li><p>If an instance of this algorithm is currently running for <var>node</var>, abort that instance, and stop the associated
@@ -1469,8 +1469,6 @@ <h4>Requirements on User Agents Implementing the xml-stylesheet processing instr
1469
1469
1470
1470
<li><p>If <var>node</var> is not an <spandata-anolis-spec=xmlss>xml-stylesheet processing instruction</span>, terminate these steps.
1471
1471
1472
-
<li><p>If <var>node</var> is part of the <spandata-anolis-spec=xml>document type declaration</span>, terminate these steps.
1473
-
1474
1472
<li><p>If <var>node</var> does not have an <codetitle>href</code><spandata-anolis-spec=xmlss>pseudo-attribute</span>, terminate these steps.
0 commit comments