html5/spec acknowledgements.html,1.93,1.94 browsers.html,1.93,1.94 comms.html,1.93,1.94 dom.html,1.93,1.94 editing.html,1.93,1.94 embedded-content-0.html,1.87,1.88 forms.html,1.87,1.88 history.html,1.87,1.88 index.html,1.93,1.94 infrastructure.html,1.93,1.94 interactive-elements.html,1.87,1.88 introduction.html,1.93,1.94 microdata.html,1.47,1.48 named-character-references.html,1.86,1.87 no.html,1.93,1.94 obsolete.html,1.85,1.86 offline.html,1.88,1.89 references.html,1.93,1.94 semantics.html,1.93,1.94 spec.html,1.93,1.94 syntax.html,1.93,1.94 tabular-data.html,1.87,1.88 text-level-semantics.html,1.86,1.87 the-xhtml-syntax.html,1.93,1.94

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

Modified Files:
	acknowledgements.html browsers.html comms.html dom.html 
	editing.html embedded-content-0.html forms.html history.html 
	index.html infrastructure.html interactive-elements.html 
	introduction.html microdata.html 
	named-character-references.html no.html obsolete.html 
	offline.html references.html semantics.html spec.html 
	syntax.html tabular-data.html text-level-semantics.html 
	the-xhtml-syntax.html 
Log Message:
Clean up some references in preparation for actually having a references section. (whatwg r3567)

[updated by splitter]


Index: infrastructure.html
===================================================================
RCS file: /sources/public/html5/spec/infrastructure.html,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- infrastructure.html	8 Aug 2009 08:08:33 -0000	1.93
+++ infrastructure.html	8 Aug 2009 08:27:34 -0000	1.94
@@ -183,7 +183,7 @@
    <a href="introduction.html">&#8592; 1 Introduction</a> &#8211;
    <a href="spec.html#contents">Table of contents</a> &#8211;
    <a href="dom.html">3 Semantics, structure, and APIs of HTML documents &#8594;</a>
-  </nav><p>This is revision 1.2759.</p>
+  </nav><p>This is revision 1.2760.</p>
 
 
   <h2 id="infrastructure"><span class="secno">2 </span>Common infrastructure</h2><h3 id="terminology"><span class="secno">2.1 </span>Terminology</h3><p>This specification refers to both HTML and XML attributes and DOM
@@ -260,7 +260,7 @@
   user agent must not mutate the DOM in such situations.</span></p><p>The term <dfn id="text-node">text node</dfn> refers to any <code>Text</code>
   node, including <code>CDATASection</code> nodes; specifically, any
   <code>Node</code> with node type <code title="">TEXT_NODE</code> (3)
-  or <code title="">CDATA_SECTION_NODE</code> (4). <a href="references.html#references">[DOM3CORE]</a></p><p>A content attribute is said to <dfn title="">change</dfn> value
+  or <code title="">CDATA_SECTION_NODE</code> (4). <a href="references.html#references">[DOMCORE]</a></p><p>A content attribute is said to <dfn title="">change</dfn> value
   only if its new value is different than its previous value; setting
   an attribute to a value it already has does not change it.</p><h4 id="scripting-0"><span class="secno">2.1.3 </span>Scripting</h4><p>The construction "a <code>Foo</code> object", where
   <code>Foo</code> is actually an interface, is sometimes used instead
@@ -273,7 +273,7 @@
   <span class="impl">must</span> operate on the actual underlying
   data, not a snapshot of the data.</p><p>The terms <dfn title="">fire</dfn> and <dfn title="">dispatch</dfn> are used
   interchangeably in the context of events, as in the DOM Events
-  specifications. <a href="references.html#references">[DOM3EVENTS]</a></p><h4 id="plugins"><span class="secno">2.1.4 </span>Plugins</h4><p>The term <dfn id="plugin">plugin</dfn> is used to mean any content handler
+  specifications. <a href="references.html#references">[DOMEVENTS]</a></p><h4 id="plugins"><span class="secno">2.1.4 </span>Plugins</h4><p>The term <dfn id="plugin">plugin</dfn> is used to mean any content handler
   for Web content types that are either not supported by the user
   agent natively or that do not expose a DOM, which supports rendering
   the content as part of the user agent's interface.</p><p>Typically such content handlers are provided by third
@@ -610,12 +610,12 @@
     model &#8212; of a document and its content. The DOM is not just
     an API; the conformance criteria of HTML implementations are
     defined, in this specification, in terms of operations on the DOM.
-    <a href="references.html#references">[DOM3CORE]</a></p>
+    <a href="references.html#references">[DOMCORE]</a></p>
 
     <p>Implementations must support some version of DOM Core and DOM
     Events, because this specification is defined in terms of the DOM,
     and some of the features are defined as extensions to the DOM Core
-    interfaces. <a href="references.html#references">[DOM3CORE]</a> <a href="references.html#references">[DOM3EVENTS]</a></p>
+    interfaces. <a href="references.html#references">[DOMCORE]</a> <a href="references.html#references">[DOMEVENTS]</a></p>
 
    </dd>
 
@@ -4521,7 +4521,7 @@
 
   </div><h4 id="dom-feature-strings"><span class="secno">2.8.7 </span>DOM feature strings</h4><p>DOM3 Core defines mechanisms for checking for interface support,
   and for obtaining implementations of interfaces, using <a href="http://www.w3.org/TR/DOM-Level-3-Core/core.html#DOMFeatures">feature
-  strings</a>. <a href="references.html#references">[DOM3CORE]</a></p><p>Authors are strongly discouraged from using these, as they are
+  strings</a>. <a href="references.html#references">[DOMCORE]</a></p><p>Authors are strongly discouraged from using these, as they are
   notoriously unreliable and imprecise. Authors are encouraged to rely
   on explicit feature testing or the graceful degradation behavior
   intrinsic to some of the features in this specification.</p><div class="impl">

Index: text-level-semantics.html
===================================================================
RCS file: /sources/public/html5/spec/text-level-semantics.html,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- text-level-semantics.html	8 Aug 2009 08:08:34 -0000	1.86
+++ text-level-semantics.html	8 Aug 2009 08:27:35 -0000	1.87
@@ -183,7 +183,7 @@
    <a href="semantics.html">&#8592; 4 The elements of HTML</a> &#8211;
    <a href="spec.html#contents">Table of contents</a> &#8211;
    <a href="embedded-content-0.html">4.8 Embedded content &#8594;</a>
-  </nav><p>This is revision 1.2759.</p>
+  </nav><p>This is revision 1.2760.</p>
 
 
   <h3 id="text-level-semantics"><span class="secno">4.6 </span>Text-level semantics</h3><h4 id="the-a-element"><span class="secno">4.6.1 </span>The <dfn><code>a</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
@@ -1907,7 +1907,7 @@
   </div><p>Mathematical expressions often use subscripts and superscripts.
   Authors are encouraged to use MathML for marking up mathematics, but
   authors may opt to use <code><a href="#the-sub-and-sup-elements">sub</a></code> and <code><a href="#the-sub-and-sup-elements">sup</a></code> if
-  detailed mathematical markup is not desired. <a href="references.html#references">[MathML]</a></p><div class="example">
+  detailed mathematical markup is not desired. <a href="references.html#references">[MATHML]</a></p><div class="example">
    <pre>&lt;var&gt;E&lt;/var&gt;=&lt;var&gt;m&lt;/var&gt;&lt;var&gt;c&lt;/var&gt;&lt;sup&gt;2&lt;/sup&gt;</pre>
    <pre>f(&lt;var&gt;x&lt;/var&gt;, &lt;var&gt;n&lt;/var&gt;) = log&lt;sub&gt;4&lt;/sub&gt;&lt;var&gt;x&lt;/var&gt;&lt;sup&gt;&lt;var&gt;n&lt;/var&gt;&lt;/sup&gt;</pre>
   </div><h4 id="the-span-element"><span class="secno">4.6.18 </span>The <dfn><code>span</code></dfn> element</h4><dl class="element"><dt>Categories</dt>

Index: tabular-data.html
===================================================================
RCS file: /sources/public/html5/spec/tabular-data.html,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- tabular-data.html	8 Aug 2009 08:08:34 -0000	1.87
+++ tabular-data.html	8 Aug 2009 08:27:35 -0000	1.88
@@ -183,7 +183,7 @@
    <a href="the-canvas-element.html">&#8592; 4.8.11 The canvas element</a> &#8211;
    <a href="spec.html#contents">Table of contents</a> &#8211;
    <a href="forms.html">4.10 Forms &#8594;</a>
-  </nav><p>This is revision 1.2759.</p>
+  </nav><p>This is revision 1.2760.</p>
 
 
   <h3 id="tabular-data"><span class="secno">4.9 </span>Tabular data</h3><h4 id="table-intro"><span class="secno">4.9.1 </span>Introduction</h4><p><i>This section is non-normative.</i></p><p class="XXX">...examples, how to write tables accessibly, a

Index: microdata.html
===================================================================
RCS file: /sources/public/html5/spec/microdata.html,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- microdata.html	8 Aug 2009 08:08:33 -0000	1.47
+++ microdata.html	8 Aug 2009 08:27:34 -0000	1.48
@@ -183,7 +183,7 @@
    <a href="interactive-elements.html">&#8592; 4.11 Interactive elements</a> &#8211;
    <a href="spec.html#contents">Table of contents</a> &#8211;
    <a href="browsers.html">6 Web browsers &#8594;</a>
-  </nav><p>This is revision 1.2759.</p>
+  </nav><p>This is revision 1.2760.</p>
 
 
   <h2 id="microdata"><span class="secno">5 </span><dfn>Microdata</dfn></h2><!-- v2

Index: embedded-content-0.html
===================================================================
RCS file: /sources/public/html5/spec/embedded-content-0.html,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- embedded-content-0.html	8 Aug 2009 08:08:33 -0000	1.87
+++ embedded-content-0.html	8 Aug 2009 08:27:34 -0000	1.88
@@ -183,7 +183,7 @@
    <a href="text-level-semantics.html">&#8592; 4.6 Text-level semantics</a> &#8211;
    <a href="spec.html#contents">Table of contents</a> &#8211;
    <a href="video.html">4.8.7 The video element &#8594;</a>
-  </nav><p>This is revision 1.2759.</p>
+  </nav><p>This is revision 1.2760.</p>
 
 
   <h3 id="embedded-content-0"><span class="secno">4.8 </span>Embedded content</h3><h4 id="the-figure-element"><span class="secno">4.8.1 </span>The <dfn><code>figure</code></dfn> element</h4><dl class="element"><dt>Categories</dt>

Index: dom.html
===================================================================
RCS file: /sources/public/html5/spec/dom.html,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- dom.html	8 Aug 2009 08:08:33 -0000	1.93
+++ dom.html	8 Aug 2009 08:27:34 -0000	1.94
@@ -183,11 +183,11 @@
    <a href="infrastructure.html">&#8592; 2 Common infrastructure</a> &#8211;
    <a href="spec.html#contents">Table of contents</a> &#8211;
    <a href="semantics.html">4 The elements of HTML &#8594;</a>
-  </nav><p>This is revision 1.2759.</p>
+  </nav><p>This is revision 1.2760.</p>
 
 
   <h2 id="dom"><span class="secno">3 </span>Semantics, structure, and APIs of HTML documents</h2><h3 id="semantics-intro"><span class="secno">3.1 </span>Introduction</h3><p><i>This section is non-normative.</i></p><p class="XXX">An introduction to marking up a document.</p><h3 id="documents"><span class="secno">3.2 </span>Documents</h3><p>Every XML and HTML document in an HTML UA is represented by a
-  <code>Document</code> object. <a href="references.html#references">[DOM3CORE]</a></p><p><dfn id="the-document-s-address">The document's address</dfn> is an <a href="infrastructure.html#absolute-url">absolute URL</a>
+  <code>Document</code> object. <a href="references.html#references">[DOMCORE]</a></p><p><dfn id="the-document-s-address">The document's address</dfn> is an <a href="infrastructure.html#absolute-url">absolute URL</a>
   that is set when the <code>Document</code> is created. <dfn id="the-document-s-current-address">The
   document's current address</dfn> is an <a href="infrastructure.html#absolute-url">absolute URL</a>
   that can change during the lifetime of the <code>Document</code>,
@@ -408,7 +408,7 @@
   it would include if <a href="infrastructure.html#fetch" title="fetch">fetching</a> the resource
   indicated by <a href="#the-document-s-address">the document's address</a> over HTTP, as per
   RFC 2109 section 4.3.4 or later specifications, excluding HTTP-only
-  cookies. <a href="references.html#references">[RFC2109]</a> <a href="references.html#references">[RFC2965]</a></p>
+  cookies. <a href="references.html#references">[RFC2109]</a> <a href="references.html#references">[COOKIES]</a></p>
 
   <p>On setting, if the document is not associated with a
   <a href="browsers.html#browsing-context">browsing context</a> then the user agent must raise an
@@ -425,7 +425,7 @@
   response with a <code>Set-Cookie</code> header whose value was the
   specified value, as per RFC 2109 sections 4.3.1, 4.3.2, and 4.3.3 or
   later specifications, but without overwriting the values of
-  HTTP-only cookies. <a href="references.html#references">[RFC2109]</a> <a href="references.html#references">[RFC2965]</a></p>
+  HTTP-only cookies. <a href="references.html#references">[RFC2109]</a> <a href="references.html#references">[COOKIES]</a></p>
 
   <p class="note">This specification does not define what makes an
   HTTP-only cookie, and at the time of publication the editor is not
@@ -2219,9 +2219,9 @@
 
   </div><h3 id="apis-in-html-documents"><span class="secno">3.4 </span>APIs in HTML documents</h3><p>For <a href="#html-documents">HTML documents</a>, and for <a href="infrastructure.html#html-elements">HTML
   elements</a> in <a href="#html-documents">HTML documents</a>, certain APIs defined
-  in DOM3 Core become case-insensitive or case-changing, as sometimes
-  defined in DOM3 Core, and as summarized <span class="impl">or
-  required</span> below. <a href="references.html#references">[DOM3CORE]</a>.</p><p>This does not apply to <a href="#xml-documents">XML documents</a> or to elements
+  in DOM Core become case-insensitive or case-changing, as sometimes
+  defined in DOM Core, and as summarized <span class="impl">or
+  required</span> below. <a href="references.html#references">[DOMCORE]</a>.</p><p>This does not apply to <a href="#xml-documents">XML documents</a> or to elements
   that are not in the <a href="syntax.html#html-namespace-0">HTML namespace</a> despite being in
   <a href="#html-documents">HTML documents</a>.</p><dl><dt><code title="">Element.tagName</code> and <code title="">Node.nodeName</code></dt>
 

Index: acknowledgements.html
===================================================================
RCS file: /sources/public/html5/spec/acknowledgements.html,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- acknowledgements.html	8 Aug 2009 08:08:32 -0000	1.93
+++ acknowledgements.html	8 Aug 2009 08:27:34 -0000	1.94
@@ -181,7 +181,7 @@
    </div><nav>
    <a href="references.html">&#8592; References</a> &#8211;
    <a href="spec.html#contents">Table of contents</a>
-  </nav><p>This is revision 1.2759.</p>
+  </nav><p>This is revision 1.2760.</p>
 
 
   <h2 class="no-num" id="acknowledgements">Acknowledgements</h2><!-- ACKS --><p>Thanks to

Index: history.html
===================================================================
RCS file: /sources/public/html5/spec/history.html,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- history.html	8 Aug 2009 08:08:33 -0000	1.87
+++ history.html	8 Aug 2009 08:27:34 -0000	1.88
@@ -183,7 +183,7 @@
    <a href="offline.html">&#8592; 6.9 Offline Web applications</a> &#8211;
    <a href="spec.html#contents">Table of contents</a> &#8211;
    <a href="editing.html">7 User Interaction &#8594;</a>
-  </nav><p>This is revision 1.2759.</p>
+  </nav><p>This is revision 1.2760.</p>
 
 
   <h3 id="history"><span class="secno">6.10 </span>Session history and navigation</h3><h4 id="the-session-history-of-browsing-contexts"><span class="secno">6.10.1 </span>The session history of browsing contexts</h4><p>The sequence of <code>Document</code>s in a <a href="browsers.html#browsing-context">browsing
@@ -512,7 +512,7 @@
   <p>The <dfn id="dom-popstateevent-initpopstateevent" title="dom-PopStateEvent-initPopStateEvent"><code>initPopStateEvent()</code></dfn>
   and <dfn id="dom-popstateevent-initpopstateeventns" title="dom-PopStateEvent-initPopStateEventNS"><code>initPopStateEventNS()</code></dfn>
   methods must initialize the event in a manner analogous to the
-  similarly-named methods in the DOM3 Events interfaces. <a href="references.html#references">[DOM3EVENTS]</a></p>
+  similarly-named methods in the DOM Events interfaces. <a href="references.html#references">[DOMEVENTS]</a></p>
 
   <p>The <dfn id="dom-popstateevent-state" title="dom-PopStateEvent-state"><code>state</code></dfn>
   attribute represents the context information for the event, or null,
@@ -1199,7 +1199,7 @@
   <p>When faced with displaying an XML file inline, user agents must
   first <a href="#create-a-document-object">create a <code>Document</code> object</a>, following
   the requirements of the XML and Namespaces in XML recommendations,
-  RFC 3023, DOM3 Core, and other relevant specifications. <a href="references.html#references">[XML]</a> <a href="references.html#references">[XMLNS]</a> <a href="references.html#references">[RFC3023]</a> <a href="references.html#references">[DOM3CORE]</a></p>
+  RFC 3023, DOM3 Core, and other relevant specifications. <a href="references.html#references">[XML]</a> <a href="references.html#references">[XMLNS]</a> <a href="references.html#references">[RFC3023]</a> <a href="references.html#references">[DOMCORE]</a></p>
 
   <p>The actual HTTP headers and other metadata, not the headers as
   mutated or implied by the algorithms given in this specification,

Index: forms.html
===================================================================
RCS file: /sources/public/html5/spec/forms.html,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- forms.html	8 Aug 2009 08:08:33 -0000	1.87
+++ forms.html	8 Aug 2009 08:27:34 -0000	1.88
@@ -183,7 +183,7 @@
    <a href="tabular-data.html">&#8592; 4.9 Tabular data</a> &#8211;
    <a href="spec.html#contents">Table of contents</a> &#8211;
    <a href="interactive-elements.html">4.11 Interactive elements &#8594;</a>
-  </nav><p>This is revision 1.2759.</p>
+  </nav><p>This is revision 1.2760.</p>
 
 
   <h3 id="forms"><span class="secno">4.10 </span>Forms</h3><p>Forms allow unscripted client-server interaction: given a form, a

Index: interactive-elements.html
===================================================================
RCS file: /sources/public/html5/spec/interactive-elements.html,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- interactive-elements.html	8 Aug 2009 08:08:33 -0000	1.87
+++ interactive-elements.html	8 Aug 2009 08:27:34 -0000	1.88
@@ -183,7 +183,7 @@
    <a href="forms.html">&#8592; 4.10 Forms</a> &#8211;
    <a href="spec.html#contents">Table of contents</a> &#8211;
    <a href="microdata.html">5 Microdata &#8594;</a>
-  </nav><p>This is revision 1.2759.</p>
+  </nav><p>This is revision 1.2760.</p>
 
 
   <h3 id="interactive-elements"><span class="secno">4.11 </span>Interactive elements</h3><h4 id="the-details-element"><span class="secno">4.11.1 </span>The <dfn><code>details</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
@@ -2761,7 +2761,7 @@
   title="">index</var>th row in the selection. If the argument is out
   of range (less than zero or greater than the number of selected rows
   minus one), then it must raise an <code>INDEX_SIZE_ERR</code>
-  exception. <a href="#references">[DOM3CORE]</a></p>
+  exception. <a href="#references">[DOMCORE]</a></p>
 
   <p>The <dfn
   title="dom-DataGridSelection-isSelected"><code>isSelected()</code></dfn>

Index: editing.html
===================================================================
RCS file: /sources/public/html5/spec/editing.html,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- editing.html	8 Aug 2009 08:08:33 -0000	1.93
+++ editing.html	8 Aug 2009 08:27:34 -0000	1.94
@@ -183,7 +183,7 @@
    <a href="history.html">&#8592; 6.10 Session history and navigation</a> &#8211;
    <a href="spec.html#contents">Table of contents</a> &#8211;
    <a href="comms.html">8 Communication &#8594;</a>
-  </nav><p>This is revision 1.2759.</p>
+  </nav><p>This is revision 1.2760.</p>
 
 
   <h2 id="editing"><span class="secno">7 </span><dfn>User Interaction</dfn></h2><p>This section describes various features that allow authors to
@@ -876,7 +876,7 @@
 --><p>The <code><a href="#selection-0">Selection</a></code> interface is represents a list of
   <code>Range</code> objects. The first item in the list has index 0,
   and the last item has index <var title="">count</var>-1, where
-  <var title="">count</var> is the number of ranges in the list. <a href="references.html#references">[DOM2RANGE]</a></p><p>All of the members of the <code><a href="#selection-0">Selection</a></code> interface are
+  <var title="">count</var> is the number of ranges in the list. <a href="references.html#references">[DOMRANGE]</a></p><p>All of the members of the <code><a href="#selection-0">Selection</a></code> interface are
   defined in terms of operations on the <code>Range</code> objects
   represented by this object. These operations can raise exceptions,
   as defined for the <code>Range</code> interface; this can therefore
@@ -1795,7 +1795,7 @@
   <p>The <dfn id="dom-dragevent-initdragevent" title="dom-DragEvent-initDragEvent"><code>initDragEvent()</code></dfn>
   and <dfn id="dom-dragevent-initdrageventns" title="dom-DragEvent-initDragEventNS"><code>initDragEventNS()</code></dfn>
   methods must initialize the event in a manner analogous to the
-  similarly-named methods in the DOM3 Events interfaces. <a href="references.html#references">[DOM3EVENTS]</a></p>
+  similarly-named methods in the DOM Events interfaces. <a href="references.html#references">[DOMEVENTS]</a></p>
 
   <p class="note">The <code title="dom-DragEvent-initDragEvent"><a href="#dom-dragevent-initdragevent">initDragEvent()</a></code> and <code title="dom-DragEvent-initDragEventNS"><a href="#dom-dragevent-initdrageventns">initDragEventNS()</a></code>
   methods handle modifier keys differently, much like the equivalent
@@ -3067,7 +3067,7 @@
   <p>The <dfn id="dom-undomanagerevent-initundomanagerevent" title="dom-UndoManagerEvent-initUndoManagerEvent"><code>initUndoManagerEvent()</code></dfn>
   and <dfn id="initundomanagereventns"><code title="dom-UndoManagerEvent-initUndoManagerEventNS">initUndoManagerEventNS()</code></dfn>
   methods must initialize the event in a manner analogous to the
-  similarly-named methods in the DOM3 Events interfaces. <a href="references.html#references">[DOM3EVENTS]</a></p>
+  similarly-named methods in the DOM Events interfaces. <a href="references.html#references">[DOMEVENTS]</a></p>
 
   <p>The <dfn id="dom-undomanagerevent-data" title="dom-UndoManagerEvent-data"><code>data</code></dfn>
   attribute represents the <a href="#undo-object">undo object</a> for the event.</p>

Index: browsers.html
===================================================================
RCS file: /sources/public/html5/spec/browsers.html,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- browsers.html	8 Aug 2009 08:08:33 -0000	1.93
+++ browsers.html	8 Aug 2009 08:27:34 -0000	1.94
@@ -183,7 +183,7 @@
    <a href="microdata.html">&#8592; 5 Microdata</a> &#8211;
    <a href="spec.html#contents">Table of contents</a> &#8211;
    <a href="offline.html">6.9 Offline Web applications &#8594;</a>
-  </nav><p>This is revision 1.2759.</p>
+  </nav><p>This is revision 1.2760.</p>
 
 
   <h2 id="browsers"><span class="secno">6 </span>Web browsers</h2><div class="impl">
@@ -204,7 +204,7 @@
   media used for the presentation of a particular
   <code>Document</code> object in some media. A view may be
   interactive. Each view is represented by an
-  <code>AbstractView</code> object. <a href="references.html#references">[DOM2VIEWS]</a></p><p>The main <a href="#view">view</a> through which a user primarily
+  <code>AbstractView</code> object. <a href="references.html#references">[DOMVIEWS]</a></p><p>The main <a href="#view">view</a> through which a user primarily
   interacts with a user agent is the <dfn id="default-view">default view</dfn>. The
   <code>AbstractView</code> object that represents this view <span class="impl">must also implement the <code><a href="#window">Window</a></code> interface,
   and</span> is referred to as the <code>Document</code>'s
@@ -217,12 +217,12 @@
   <code>DocumentView</code> interface must return the <a href="#browsing-context">browsing
   context</a>'s <code><a href="#windowproxy">WindowProxy</a></code> object, not the actual
   <code>AbstractView</code> object of the <a href="#default-view">default
-  view</a>. <a href="references.html#references">[DOM3VIEWS]</a></p>
+  view</a>. <a href="references.html#references">[DOMVIEWS]</a></p>
 
   </div><p class="note">The <code title="dom-document">document</code>
   attribute of an <code>AbstractView</code> object representing a
   <a href="#view">view</a> gives the view's corresponding
-  <code>Document</code> object. <a href="references.html#references">[DOM2VIEWS]</a></p><p class="note">In general, there is a 1-to-1 mapping from the
+  <code>Document</code> object. <a href="references.html#references">[DOMVIEWS]</a></p><p class="note">In general, there is a 1-to-1 mapping from the
   <code><a href="#window">Window</a></code> object to the <code>Document</code> object. In
   one particular case, a set of <a href="#view" title="view">views</a> can be
   reused for the presentation of a second <code>Document</code> in the
@@ -238,7 +238,7 @@
   the <code><a href="#windowproxy">WindowProxy</a></code> object of the <a href="#browsing-context">browsing
   context</a> of that <a href="#view">view</a>, not the actual
   <code>AbstractView</code> object of the <a href="#default-view">default
-  view</a>. <a href="references.html#references">[DOM3EVENTS]</a></p>
+  view</a>. <a href="references.html#references">[DOMEVENTS]</a></p>
 
   </div><p class="note">A typical Web browser has one obvious
   <a href="#view">view</a> per <code>Document</code>: the browser's window
@@ -2542,7 +2542,7 @@
   elements. For example, the <code title="dom-click"><a href="editing.html#dom-click">click()</a></code>
   method on the <code><a href="dom.html#htmlelement">HTMLElement</a></code> interface is defined as
   firing a <code title="event-click">click</code> event on the
-  element. <a href="references.html#references">[DOM3EVENTS]</a></p>
+  element. <a href="references.html#references">[DOMEVENTS]</a></p>
 
   <p><dfn id="fire-a-click-event" title="fire a click event">Firing a <code title="event-click">click</code> event</dfn> means that a <code title="event-click">click</code> event with no namespace, which
   bubbles and is cancelable, and which uses the

Index: the-xhtml-syntax.html
===================================================================
RCS file: /sources/public/html5/spec/the-xhtml-syntax.html,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- the-xhtml-syntax.html	8 Aug 2009 08:08:34 -0000	1.93
+++ the-xhtml-syntax.html	8 Aug 2009 08:27:35 -0000	1.94
@@ -183,7 +183,7 @@
    <a href="named-character-references.html">&#8592; 9.6 Named character references</a> &#8211;
    <a href="spec.html#contents">Table of contents</a> &#8211;
    <a href="obsolete.html">12 Obsolete features &#8594;</a>
-  </nav><p>This is revision 1.2759.</p>
+  </nav><p>This is revision 1.2760.</p>
 
 
   <h2 id="the-xhtml-syntax"><span class="secno">10 </span><dfn id="xhtml">The XHTML syntax</dfn></h2><p class="note">This section only describes the rules for XML

Index: offline.html
===================================================================
RCS file: /sources/public/html5/spec/offline.html,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- offline.html	8 Aug 2009 08:08:33 -0000	1.88
+++ offline.html	8 Aug 2009 08:27:34 -0000	1.89
@@ -183,7 +183,7 @@
    <a href="browsers.html">&#8592; 6 Web browsers</a> &#8211;
    <a href="spec.html#contents">Table of contents</a> &#8211;
    <a href="history.html">6.10 Session history and navigation &#8594;</a>
-  </nav><p>This is revision 1.2759.</p>
+  </nav><p>This is revision 1.2760.</p>
 
 
   <h3 id="offline"><span class="secno">6.9 </span>Offline Web applications</h3><!-- v2 ideas for appcache:

Index: syntax.html
===================================================================
RCS file: /sources/public/html5/spec/syntax.html,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- syntax.html	8 Aug 2009 08:08:34 -0000	1.93
+++ syntax.html	8 Aug 2009 08:27:35 -0000	1.94
@@ -183,7 +183,7 @@
    <a href="comms.html">&#8592; 8 Communication</a> &#8211;
    <a href="spec.html#contents">Table of contents</a> &#8211;
    <a href="named-character-references.html">9.6 Named character references &#8594;</a>
-  </nav><p>This is revision 1.2759.</p>
+  </nav><p>This is revision 1.2760.</p>
 
 
   <h2 id="syntax"><span class="secno">9 </span><dfn>The HTML syntax</dfn></h2><p class="note">This section only describes the rules for
@@ -3239,7 +3239,7 @@
   <p id="mutation-during-parsing">DOM mutation events must not fire
   for changes caused by the UA parsing the document. (Conceptually,
   the parser is not mutating the DOM, it is constructing it.) This
-  includes the parsing of any content inserted using <code title="dom-document-write"><a href="dom.html#dom-document-write">document.write()</a></code> and <code title="dom-document-writeln"><a href="dom.html#dom-document-writeln">document.writeln()</a></code> calls. <a href="references.html#references">[DOM3EVENTS]</a></p>
+  includes the parsing of any content inserted using <code title="dom-document-write"><a href="dom.html#dom-document-write">document.write()</a></code> and <code title="dom-document-writeln"><a href="dom.html#dom-document-writeln">document.writeln()</a></code> calls. <a href="references.html#references">[DOMEVENTS]</a></p>
 
   <p class="note">Not all of the tag names mentioned below are
   conformant tag names in this specification; many are included to

Index: obsolete.html
===================================================================
RCS file: /sources/public/html5/spec/obsolete.html,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- obsolete.html	8 Aug 2009 08:08:33 -0000	1.85
+++ obsolete.html	8 Aug 2009 08:27:34 -0000	1.86
@@ -183,7 +183,7 @@
    <a href="the-xhtml-syntax.html">&#8592; 10 The XHTML syntax</a> &#8211;
    <a href="spec.html#contents">Table of contents</a> &#8211;
    <a href="no.html">13 Things that you can't do with this specification because they are better handled using other technologies that are further described herein &#8594;</a>
-  </nav><p>This is revision 1.2759.</p>
+  </nav><p>This is revision 1.2760.</p>
 
 
   <h2 id="obsolete"><span class="secno">12 </span>Obsolete features</h2><h3 id="obsolete-but-conforming-features"><span class="secno">12.1 </span>Obsolete but conforming features</h3><p>Features listed in this section will trigger warnings in

Index: named-character-references.html
===================================================================
RCS file: /sources/public/html5/spec/named-character-references.html,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- named-character-references.html	8 Aug 2009 08:08:33 -0000	1.86
+++ named-character-references.html	8 Aug 2009 08:27:34 -0000	1.87
@@ -183,7 +183,7 @@
    <a href="syntax.html">&#8592; 9 The HTML syntax</a> &#8211;
    <a href="spec.html#contents">Table of contents</a> &#8211;
    <a href="the-xhtml-syntax.html">10 The XHTML syntax &#8594;</a>
-  </nav><p>This is revision 1.2759.</p>
+  </nav><p>This is revision 1.2760.</p>
 
 
   <h3 id="named-character-references"><span class="secno">9.6 </span><dfn>Named character references</dfn></h3><p>This table lists the character reference names that are supported

Index: references.html
===================================================================
RCS file: /sources/public/html5/spec/references.html,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- references.html	8 Aug 2009 08:08:33 -0000	1.93
+++ references.html	8 Aug 2009 08:27:34 -0000	1.94
@@ -183,7 +183,7 @@
    <a href="index.html">&#8592; Index</a> &#8211;
    <a href="spec.html#contents">Table of contents</a> &#8211;
    <a href="acknowledgements.html">Acknowledgements &#8594;</a>
-  </nav><p>This is revision 1.2759.</p>
+  </nav><p>This is revision 1.2760.</p>
 
 
   <h2 class="no-num" id="references">References</h2><p class="XXX">This section will be written in a future draft.</p><!-- XXX check that #references is always for [RFC\1] --><!-- REFS

Index: semantics.html
===================================================================
RCS file: /sources/public/html5/spec/semantics.html,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- semantics.html	8 Aug 2009 08:08:33 -0000	1.93
+++ semantics.html	8 Aug 2009 08:27:34 -0000	1.94
@@ -183,7 +183,7 @@
    <a href="dom.html">&#8592; 3 Semantics, structure, and APIs of HTML documents</a> &#8211;
    <a href="spec.html#contents">Table of contents</a> &#8211;
    <a href="text-level-semantics.html">4.6 Text-level semantics &#8594;</a>
-  </nav><p>This is revision 1.2759.</p>
+  </nav><p>This is revision 1.2760.</p>
 
 
   <h2 id="semantics"><span class="secno">4 </span>The elements of HTML</h2><h3 id="the-root-element"><span class="secno">4.1 </span>The root element</h3><h4 id="the-html-element"><span class="secno">4.1.1 </span>The <dfn><code>html</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
@@ -572,7 +572,7 @@
   the order that they were given in the HTTP entity header. (URIs in
   these headers are to be processed and resolved according to the
   rules given in HTTP; the rules of <em>this</em> specification don't
-  apply.) <a href="references.html#references">[HTTP]</a> <a href="references.html#references">[RFC2068]</a></p>
+  apply.) <a href="references.html#references">[HTTP]</a> <a href="references.html#references">[WEBLINK]</a></p> <!-- WEBLINK is ref for Link: header -->
 
   <p>The DOM attributes <dfn id="dom-link-href" title="dom-link-href"><code>href</code></dfn>, <dfn id="dom-link-rel" title="dom-link-rel"><code>rel</code></dfn>, <dfn id="dom-link-media" title="dom-link-media"><code>media</code></dfn>, <dfn id="dom-link-hreflang" title="dom-link-hreflang"><code>hreflang</code></dfn>, and <dfn id="dom-link-type" title="dom-link-type"><code>type</code></dfn>, and <dfn id="dom-link-sizes" title="dom-link-sizes"><code>sizes</code></dfn> each must
   <a href="infrastructure.html#reflect">reflect</a> the respective content attributes of the same

Index: index.html
===================================================================
RCS file: /sources/public/html5/spec/index.html,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- index.html	8 Aug 2009 08:08:33 -0000	1.93
+++ index.html	8 Aug 2009 08:27:34 -0000	1.94
@@ -183,7 +183,7 @@
    <a href="iana-considerations.html">&#8592; IANA considerations</a> &#8211;
    <a href="spec.html#contents">Table of contents</a> &#8211;
    <a href="references.html">References &#8594;</a>
-  </nav><p>This is revision 1.2759.</p>
+  </nav><p>This is revision 1.2760.</p>
 
 
   <h2 class="no-num" id="index">Index</h2><p><i>This section is non-normative.</i></p><table><caption>List of elements</caption>

Index: comms.html
===================================================================
RCS file: /sources/public/html5/spec/comms.html,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- comms.html	8 Aug 2009 08:08:33 -0000	1.93
+++ comms.html	8 Aug 2009 08:27:34 -0000	1.94
@@ -183,7 +183,7 @@
    <a href="editing.html">&#8592; 7 User Interaction</a> &#8211;
    <a href="spec.html#contents">Table of contents</a> &#8211;
    <a href="syntax.html">9 The HTML syntax &#8594;</a>
-  </nav><p>This is revision 1.2759.</p>
+  </nav><p>This is revision 1.2760.</p>
 
 
   <h2 id="comms"><span class="secno">8 </span>Communication</h2><h3 id="event-definitions"><span class="secno">8.1 </span>Event definitions</h3><!-- XXX cross-references for SSE and WS need fixing now that this is cross-spec --><p>Messages in <span>server-sent events</span>, <span>Web
@@ -246,7 +246,7 @@
   <p>The <dfn id="dom-messageevent-initmessageevent" title="dom-MessageEvent-initMessageEvent"><code>initMessageEvent()</code></dfn>
   and <dfn id="dom-messageevent-initmessageeventns" title="dom-MessageEvent-initMessageEventNS"><code>initMessageEventNS()</code></dfn>
   methods must initialize the event in a manner analogous to the
-  similarly-named methods in the DOM3 Events interfaces. <a href="references.html#references">[DOM3EVENTS]</a></p>
+  similarly-named methods in the DOM Events interfaces. <a href="references.html#references">[DOMEVENTS]</a></p>
 
   <p>The <dfn id="dom-messageevent-data" title="dom-MessageEvent-data"><code>data</code></dfn>
   attribute represents the message being sent.</p>

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- spec.html	8 Aug 2009 08:08:33 -0000	1.93
+++ spec.html	8 Aug 2009 08:27:35 -0000	1.94
@@ -200,7 +200,7 @@
    </dl><p>This specification is available in the following formats: 
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>.
-This is revision 1.2759.
+This is revision 1.2760.
    </p>
    <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2009 <a href="http://www.w3.org/"><abbr title="World Wide

Index: introduction.html
===================================================================
RCS file: /sources/public/html5/spec/introduction.html,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- introduction.html	8 Aug 2009 08:08:33 -0000	1.93
+++ introduction.html	8 Aug 2009 08:27:34 -0000	1.94
@@ -181,7 +181,7 @@
    </div><nav>
    <a href="spec.html#contents">Table of contents</a> &#8211;
    <a href="infrastructure.html">2 Common infrastructure &#8594;</a>
-  </nav><p>This is revision 1.2759.</p>
+  </nav><p>This is revision 1.2760.</p>
 
 
   <h2 id="introduction"><span class="secno">1 </span>Introduction</h2><h3 id="background"><span class="secno">1.1 </span>Background</h3><p><i>This section is non-normative.</i></p><p>The World Wide Web's markup language has always been HTML. HTML

Index: no.html
===================================================================
RCS file: /sources/public/html5/spec/no.html,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- no.html	8 Aug 2009 08:08:33 -0000	1.93
+++ no.html	8 Aug 2009 08:27:34 -0000	1.94
@@ -183,7 +183,7 @@
    <a href="obsolete.html">&#8592; 12 Obsolete features</a> &#8211;
    <a href="spec.html#contents">Table of contents</a> &#8211;
    <a href="iana-considerations.html">IANA considerations &#8594;</a>
-  </nav><p>This is revision 1.2759.</p>
+  </nav><p>This is revision 1.2760.</p>
 
 
   <h2 id="no"><span class="secno">13 </span>Things that you can't do with this specification because

Received on Saturday, 8 August 2009 08:27:46 UTC