Skip to content

Commit 8194e64

Browse files
author
Simon Pieters
committed
[cssom] Remove some no-op text. Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24258
--HG-- extra : rebase_source : 5873e885f6a55bf97d6e7fd7a6fc665fa4b94559
1 parent b38ea8d commit 8194e64

2 files changed

Lines changed: 6 additions & 10 deletions

File tree

cssom/Overview.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1540,9 +1540,9 @@ <h4 id="requirements-on-user-agents-implementing-the-xml-stylesheet-processing-i
15401540
<a class="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#concept-document" title="concept-document">document</a> and are not <a class="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#concept-tree-following" title="concept-tree-following">following</a> the
15411541
<code class="external" data-anolis-spec="dom"><a href="http://dom.spec.whatwg.org/#element">Element</a></code> child of the <a class="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#concept-document" title="concept-document">document</a>, if any.
15421542

1543-
<p>When a <code class="external" data-anolis-spec="dom"><a href="http://dom.spec.whatwg.org/#processinginstruction">ProcessingInstruction</a></code> <a class="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 <a href="#prolog">prolog</a>, is no longer part of the <a href="#prolog">prolog</a>, or has its
1545-
<a class="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 <code class="external" data-anolis-spec="dom"><a href="http://dom.spec.whatwg.org/#processinginstruction">ProcessingInstruction</a></code> <a class="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+
<a href="#prolog">prolog</a>, is no longer part of the <a href="#prolog">prolog</a>, or has its <a class="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:
15461546

15471547
<ol>
15481548
<li><p>If an instance of this algorithm is currently running for <var>node</var>, abort that instance, and stop the associated
@@ -1552,8 +1552,6 @@ <h4 id="requirements-on-user-agents-implementing-the-xml-stylesheet-processing-i
15521552

15531553
<li><p>If <var>node</var> is not an <a class="external" data-anolis-spec="xmlss" href="http://www.w3.org/TR/xml-stylesheet/#dt-xml-stylesheet">xml-stylesheet processing instruction</a>, terminate these steps.
15541554

1555-
<li><p>If <var>node</var> is part of the <a class="external" data-anolis-spec="xml" href="http://www.w3.org/TR/xml/#dt-doctype">document type declaration</a>, terminate these steps.
1556-
15571555
<li><p>If <var>node</var> does not have an <code title="">href</code> <a class="external" data-anolis-spec="xmlss" href="http://www.w3.org/TR/xml-stylesheet/#dt-pseudo-attribute">pseudo-attribute</a>, terminate these steps.
15581556

15591557
<li><p>Let <var>title</var> be the value of the

cssom/Overview.src.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1457,9 +1457,9 @@ <h4>Requirements on User Agents Implementing the xml-stylesheet processing instr
14571457
<span data-anolis-spec=dom title=concept-document>document</span> and are not <span data-anolis-spec=dom title=concept-tree-following>following</span> the
14581458
<code data-anolis-spec=dom>Element</code> child of the <span data-anolis-spec=dom title=concept-document>document</span>, if any.
14591459

1460-
<p>When a <code data-anolis-spec=dom>ProcessingInstruction</code> <span data-anolis-spec=dom title=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-
<span data-anolis-spec=dom title=concept-cd-data>data</span> changed, these steps must be run:
1460+
<p>When a <code data-anolis-spec=dom>ProcessingInstruction</code> <span data-anolis-spec=dom title=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 <span data-anolis-spec=dom title=concept-cd-data>data</span> changed, these steps
1462+
must be run:
14631463

14641464
<ol>
14651465
<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
14691469

14701470
<li><p>If <var>node</var> is not an <span data-anolis-spec=xmlss>xml-stylesheet processing instruction</span>, terminate these steps.
14711471

1472-
<li><p>If <var>node</var> is part of the <span data-anolis-spec=xml>document type declaration</span>, terminate these steps.
1473-
14741472
<li><p>If <var>node</var> does not have an <code title>href</code> <span data-anolis-spec=xmlss>pseudo-attribute</span>, terminate these steps.
14751473

14761474
<li><p>Let <var>title</var> be the value of the

0 commit comments

Comments
 (0)