[html5] r5912 - [e] (0) xref Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11925

whatwg at whatwg.org whatwg at whatwg.org
Thu Feb 24 23:13:09 PST 2011


Author: ianh
Date: 2011-02-24 23:13:08 -0800 (Thu, 24 Feb 2011)
New Revision: 5912

Modified:
   complete.html
   index
   source
Log:
[e] (0) xref
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11925

Modified: complete.html
===================================================================
--- complete.html	2011-02-19 00:26:01 UTC (rev 5911)
+++ complete.html	2011-02-25 07:13:08 UTC (rev 5912)
@@ -239,7 +239,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1>Web Applications 1.0</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 19 February 2011</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 25 February 2011</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -11837,8 +11837,8 @@
   <h3 id=interactions-with-xpath-and-xslt><span class=secno>3.4 </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) must act as if the
+  operate on <a href=#html-documents>HTML documents</a> parsed or created in the
+  manners described in this specification (e.g. as part of the <code title="">document.evaluate()</code> API) must act as if the
   following edit was applied to the XPath 1.0 specification.</p>
 
   <p>First, remove this paragraph:</p>

Modified: index
===================================================================
--- index	2011-02-19 00:26:01 UTC (rev 5911)
+++ index	2011-02-25 07:13:08 UTC (rev 5912)
@@ -243,7 +243,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1 class=allcaps>HTML</h1>
-    <h2 class="no-num no-toc">Living Standard — Last Updated 19 February 2011</h2>
+    <h2 class="no-num no-toc">Living Standard — Last Updated 25 February 2011</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -11817,8 +11817,8 @@
   <h3 id=interactions-with-xpath-and-xslt><span class=secno>3.4 </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) must act as if the
+  operate on <a href=#html-documents>HTML documents</a> parsed or created in the
+  manners described in this specification (e.g. as part of the <code title="">document.evaluate()</code> API) must act as if the
   following edit was applied to the XPath 1.0 specification.</p>
 
   <p>First, remove this paragraph:</p>

Modified: source
===================================================================
--- source	2011-02-19 00:26:01 UTC (rev 5911)
+++ source	2011-02-25 07:13:08 UTC (rev 5912)
@@ -12268,8 +12268,8 @@
   <h3>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
+  operate on <span>HTML documents</span> parsed or created in the
+  manners described in this specification (e.g. as part of the <code
   title="">document.evaluate()</code> API) must act as if the
   following edit was applied to the XPath 1.0 specification.</p>
 




More information about the Commit-Watchers mailing list