html5/spec apis-in-html-documents.html,1.34,1.35 links.html,1.49,1.50 spec.html,1.1389,1.1390

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv28428

Modified Files:
	apis-in-html-documents.html links.html spec.html 
Log Message:
xref (whatwg r5912)

[updated by splitter]


Index: apis-in-html-documents.html
===================================================================
RCS file: /sources/public/html5/spec/apis-in-html-documents.html,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- apis-in-html-documents.html	3 Feb 2011 20:57:33 -0000	1.34
+++ apis-in-html-documents.html	25 Feb 2011 07:46:37 -0000	1.35
@@ -468,8 +468,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="dom.html#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>

Index: links.html
===================================================================
RCS file: /sources/public/html5/spec/links.html,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- links.html	18 Feb 2011 08:46:57 -0000	1.49
+++ links.html	25 Feb 2011 07:46:37 -0000	1.50
@@ -1330,7 +1330,7 @@
   RelExtensions page</a> with the status "proposed" or "ratified" may
   be used with the <code title="">rel</code> attribute on
   <code><a href="semantics.html#the-link-element">link</a></code>, <code><a href="text-level-semantics.html#the-a-element">a</a></code>, and <code><a href="the-map-element.html#the-area-element">area</a></code> elements in
-  accordance to the "Effect on..." field. <a href="references.html#refsWHATWGWIKI">[WHATWGWIKI]</a></p><h3 id="common-idioms-without-dedicated-elements"><span class="secno">4.13 </span>Common idioms without dedicated elements</h3><p class="XXX annotation"><span><a href="http://www.w3.org/html/wg/tracker/issues/89">ISSUE-89</a> (idioms) blocks progress to Last Call</span></p><h4 id="the-main-part-of-the-content"><span class="secno">4.13.1 </span>The main part of the content</h4><p>The main content of a page &#8212; not including headers and
+  accordance to the "Effect on..." field. <a href="references.html#refsWHATWGWIKI">[WHATWGWIKI]</a></p><h3 id="common-idioms-without-dedicated-elements"><span class="secno">4.13 </span>Common idioms without dedicated elements</h3><h4 id="the-main-part-of-the-content"><span class="secno">4.13.1 </span>The main part of the content</h4><p>The main content of a page &#8212; not including headers and
   footers, navigation links, sidebars, advertisements, and so forth
   &#8212; can be marked up in a variety of ways, depending on the
   needs of the author.</p><p>The simplest solution is to not mark up the main content at all,

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1389
retrieving revision 1.1390
diff -u -d -r1.1389 -r1.1390
--- spec.html	19 Feb 2011 00:47:12 -0000	1.1389
+++ spec.html	25 Feb 2011 07:46:37 -0000	1.1390
@@ -347,7 +347,7 @@
 
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-   <h2 class="no-num no-toc" id="editor-s-draft-19-february-2011">Editor's Draft 19 February 2011</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-25-february-2011">Editor's Draft 25 February 2011</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -369,7 +369,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.4751.
+This is revision 1.4752.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide
@@ -482,7 +482,7 @@
   Group</a> is the W3C working group responsible for this
   specification's progress along the W3C Recommendation
   track.
-  This specification is the 19 February 2011 Editor's Draft.
+  This specification is the 25 February 2011 Editor's Draft.
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
   actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
   group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5

Received on Friday, 25 February 2011 07:46:41 UTC