[html5] r3326 - [e] (0) markup fixes

whatwg at whatwg.org whatwg at whatwg.org
Fri Jun 26 01:51:56 PDT 2009


Author: ianh
Date: 2009-06-26 01:51:54 -0700 (Fri, 26 Jun 2009)
New Revision: 3326

Modified:
   index
   source
Log:
[e] (0) markup fixes

Modified: index
===================================================================
--- index	2009-06-26 08:42:56 UTC (rev 3325)
+++ index	2009-06-26 08:51:54 UTC (rev 3326)
@@ -8524,13 +8524,15 @@
    </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>
 
-  <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>
+  <h3 id=interactions-with-xpath-and-xslt><span class=secno>3.7 </span>Interactions with XPath and XSLT</h3>
 
+  <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
   node when all the following conditions are also met:</p>
@@ -8568,6 +8570,7 @@
   unaffected.) <a href=#refsXSLT10>[XSLT10]</a></p> <!-- note:
   version matters for this ref -->
 
+  </div>
 
 
 

Modified: source
===================================================================
--- source	2009-06-26 08:42:56 UTC (rev 3325)
+++ source	2009-06-26 08:51:54 UTC (rev 3326)
@@ -8711,13 +8711,15 @@
   </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
@@ -8762,6 +8764,7 @@
   unaffected.) <a href="#refsXSLT10">[XSLT10]</a></p> <!-- note:
   version matters for this ref -->
 
+  </div>
 
 
 




More information about the Commit-Watchers mailing list