[cssom] Remove some no-op text. Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24258

Thu, 09 Jan 2014 23:34:08 +0100

author
Simon Pieters <simonp@opera.com>
date
Thu, 09 Jan 2014 23:34:08 +0100
changeset 9720
371b1b635ae6
parent 9719
9df4548267c7
child 9721
cd036956c99d

[cssom] Remove some no-op text. Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=24258

cssom/Overview.html file | annotate | diff | comparison | revisions
cssom/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/cssom/Overview.html	Thu Jan 09 17:36:41 2014 -0800
     1.2 +++ b/cssom/Overview.html	Thu Jan 09 23:34:08 2014 +0100
     1.3 @@ -1540,9 +1540,9 @@
     1.4  <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
     1.5  <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.
     1.6  
     1.7 -<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
     1.8 -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
     1.9 -<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:
    1.10 +<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
    1.11 +<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
    1.12 +must be run:
    1.13  
    1.14  <ol>
    1.15   <li><p>If an instance of this algorithm is currently running for <var>node</var>, abort that instance, and stop the associated
    1.16 @@ -1552,8 +1552,6 @@
    1.17  
    1.18   <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.
    1.19  
    1.20 - <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.
    1.21 -
    1.22   <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.
    1.23  
    1.24   <li><p>Let <var>title</var> be the value of the
     2.1 --- a/cssom/Overview.src.html	Thu Jan 09 17:36:41 2014 -0800
     2.2 +++ b/cssom/Overview.src.html	Thu Jan 09 23:34:08 2014 +0100
     2.3 @@ -1457,9 +1457,9 @@
     2.4  <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
     2.5  <code data-anolis-spec=dom>Element</code> child of the <span data-anolis-spec=dom title=concept-document>document</span>, if any.
     2.6  
     2.7 -<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
     2.8 -document, removed from a document, becomes part of the <span>prolog</span>, is no longer part of the <span>prolog</span>, or has its
     2.9 -<span data-anolis-spec=dom title=concept-cd-data>data</span> changed, these steps must be run:
    2.10 +<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
    2.11 +<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
    2.12 +must be run:
    2.13  
    2.14  <ol>
    2.15   <li><p>If an instance of this algorithm is currently running for <var>node</var>, abort that instance, and stop the associated
    2.16 @@ -1469,8 +1469,6 @@
    2.17  
    2.18   <li><p>If <var>node</var> is not an <span data-anolis-spec=xmlss>xml-stylesheet processing instruction</span>, terminate these steps.
    2.19  
    2.20 - <li><p>If <var>node</var> is part of the <span data-anolis-spec=xml>document type declaration</span>, terminate these steps.
    2.21 -
    2.22   <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.
    2.23  
    2.24   <li><p>Let <var>title</var> be the value of the

mercurial