Skip to content

Commit

Permalink
[e] (0) markup fixes
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3326 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 26, 2009
1 parent ff9cca3 commit cfbf75e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
13 changes: 8 additions & 5 deletions index
Expand Up @@ -8524,12 +8524,14 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
</dd>


</dl><h3 id=interactions-with-xpath-and-xslt><span class=secno>3.7 </span>Interactions with XPath and XSLT</h3>
</dl><div class=impl>

<h3 id=interactions-with-xpath-and-xslt><span class=secno>3.7 </span>Interactions with XPath and XSLT</h3>

<p>Implementations of XPath 1.0 that operate on HTML documents
parsed or created in the manners described in this specification
(e.g. as part of the <code title="">document.evaluate()</code> API)
are affected as follows:</p>
<p id=xpath-1.0-processors>Implementations of XPath 1.0 that
operate on HTML documents parsed or created in the manners described
in this specification (e.g. as part of the <code title="">document.evaluate()</code> API) are affected as
follows:</p>

<p>In addition to the cases where a name expression would match a
node per XPath 1.0, a name expression must evaluate to matching a
Expand Down Expand Up @@ -8568,6 +8570,7 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
unaffected.) <a href=#refsXSLT10>[XSLT10]</a></p> <!-- note:
version matters for this ref -->

</div>



Expand Down
11 changes: 7 additions & 4 deletions source
Expand Up @@ -8711,13 +8711,15 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
</dl>


<div class="impl">

<h3>Interactions with XPath and XSLT</h3>

<p>Implementations of XPath 1.0 that operate on HTML documents
parsed or created in the manners described in this specification
(e.g. as part of the <code title="">document.evaluate()</code> API)
are affected as follows:</p>
<p id="xpath-1.0-processors">Implementations of XPath 1.0 that
operate on HTML documents parsed or created in the manners described
in this specification (e.g. as part of the <code
title="">document.evaluate()</code> API) are affected as
follows:</p>

<p>In addition to the cases where a name expression would match a
node per XPath 1.0, a name expression must evaluate to matching a
Expand Down Expand Up @@ -8762,6 +8764,7 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
unaffected.) <a href="#refsXSLT10">[XSLT10]</a></p> <!-- note:
version matters for this ref -->

</div>



Expand Down

0 comments on commit cfbf75e

Please sign in to comment.