- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
 - Date: Sun, 30 Aug 2009 20:26:52 +0000
 - To: public-html-commits@w3.org
 
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv26104
Modified Files:
	Overview.html acknowledgements.html browsers.html comms.html 
	dom.html editing.html embedded-content-0.html forms.html 
	history.html iana-considerations.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-canvas-element.html the-xhtml-syntax.html video.html 
Log Message:
URL decomposition attributes are DOM attributes. (whatwg r3710)
[updated by splitter]
Index: infrastructure.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/infrastructure.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- infrastructure.html	30 Aug 2009 20:16:58 -0000	1.22
+++ infrastructure.html	30 Aug 2009 20:26:50 -0000	1.23
@@ -176,7 +176,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.2888.</p>
+<p>This is revision 1.2889.</p>
    </div><div>
    <a href="introduction.html">← 1 Introduction</a> –
    <a href="Overview.html#contents">Table of contents</a> –
@@ -738,7 +738,7 @@
   RFC 3986. Readers familiar with that RFC will find it easier to read
   <em>this</em> specification if they pretend the term "URL" as used
   herein is really called something else altogether. This is a
-  <a href="introduction.html#willful-violation">willful violation</a> of RFC 3986. <a href="references.html#refsRFC3986">[RFC3986]</a></p><h4 id="interfaces-for-url-manipulation"><span class="secno">2.5.2 </span>Interfaces for URL manipulation</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>An interface that has a complement of <dfn id="url-decomposition-attributes">URL decomposition
+  <a href="introduction.html#willful-violation">willful violation</a> of RFC 3986. <a href="references.html#refsRFC3986">[RFC3986]</a></p><h4 id="interfaces-for-url-manipulation"><span class="secno">2.5.2 </span>Interfaces for URL manipulation</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>An interface that has a complement of <dfn id="url-decomposition-dom-attributes">URL decomposition DOM
   attributes</dfn> will have seven attributes with the following
   definitions:</p><pre class="idl extract">
            attribute DOMString <a href="#dom-uda-protocol" title="dom-uda-protocol">protocol</a>;
Index: text-level-semantics.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/text-level-semantics.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- text-level-semantics.html	30 Aug 2009 20:16:58 -0000	1.22
+++ text-level-semantics.html	30 Aug 2009 20:26:50 -0000	1.23
@@ -176,7 +176,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.2888.</p>
+<p>This is revision 1.2889.</p>
    </div><div>
    <a href="semantics.html">← 4 The elements of HTML</a> –
    <a href="Overview.html#contents">Table of contents</a> –
@@ -212,7 +212,7 @@
            attribute DOMString <a href="#dom-a-hreflang" title="dom-a-hreflang">hreflang</a>;
            attribute DOMString <a href="#dom-a-type" title="dom-a-type">type</a>;
 
-  // <a href="infrastructure.html#url-decomposition-attributes">URL decomposition attributes</a>
+  // <a href="infrastructure.html#url-decomposition-dom-attributes">URL decomposition DOM attributes</a>
            attribute DOMString <a href="#dom-a-protocol" title="dom-a-protocol">protocol</a>;
            attribute DOMString <a href="#dom-a-host" title="dom-a-host">host</a>;
            attribute DOMString <a href="#dom-a-hostname" title="dom-a-hostname">hostname</a>;
Index: history.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/history.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- history.html	30 Aug 2009 20:16:57 -0000	1.22
+++ history.html	30 Aug 2009 20:26:49 -0000	1.23
@@ -176,7 +176,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.2888.</p>
+<p>This is revision 1.2889.</p>
    </div><div>
    <a href="offline.html">← 6.7 Offline Web applications</a> –
    <a href="Overview.html#contents">Table of contents</a> –
@@ -325,7 +325,7 @@
   void <a href="#dom-location-replace" title="dom-location-replace">replace</a>(in DOMString url);
   void <a href="#dom-location-reload" title="dom-location-reload">reload</a>();
 
-  // <a href="infrastructure.html#url-decomposition-attributes">URL decomposition attributes</a> <!-- blame brendan for these "innovative" names -->
+  // <a href="infrastructure.html#url-decomposition-dom-attributes">URL decomposition DOM attributes</a> <!-- blame brendan for these "innovative" names -->
            attribute DOMString <a href="#dom-location-protocol" title="dom-location-protocol">protocol</a>;
            attribute DOMString <a href="#dom-location-host" title="dom-location-host">host</a>;
            attribute DOMString <a href="#dom-location-hostname" title="dom-location-hostname">hostname</a>;
@@ -379,7 +379,7 @@
    </dd>
 
   </dl><p>The <code><a href="#location">Location</a></code> interface also has the complement of
-  <a href="infrastructure.html#url-decomposition-attributes">URL decomposition attributes</a>, <dfn id="dom-location-protocol" title="dom-location-protocol"><code>protocol</code></dfn>, <dfn id="dom-location-host" title="dom-location-host"><code>host</code></dfn>, <dfn id="dom-location-port" title="dom-location-port"><code>port</code></dfn>, <dfn id="dom-location-hostname" title="dom-location-hostname"><code>hostname</code></dfn>, <dfn id="dom-location-pathname" title="dom-location-pathname"><code>pathname</code></dfn>, <dfn id="dom-location-search" title="dom-location-search"><code>search</code></dfn>, and <dfn id="dom-location-hash" title="dom-location-hash"><code>hash</code></dfn>. </p><h3 id="browsing-the-web"><span class="secno">6.9 </span>Browsing the Web</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h4 id="unloading-documents"><span class="secno">6.9.1 </span>Unloading documents</h4><pre class="idl">interface <dfn id="beforeunloadevent">BeforeUnloadEvent</dfn> : Even {
+  <a href="infrastructure.html#url-decomposition-dom-attributes">URL decomposition DOM attributes</a>, <dfn id="dom-location-protocol" title="dom-location-protocol"><code>protocol</code></dfn>, <dfn id="dom-location-host" title="dom-location-host"><code>host</code></dfn>, <dfn id="dom-location-port" title="dom-location-port"><code>port</code></dfn>, <dfn id="dom-location-hostname" title="dom-location-hostname"><code>hostname</code></dfn>, <dfn id="dom-location-pathname" title="dom-location-pathname"><code>pathname</code></dfn>, <dfn id="dom-location-search" title="dom-location-search"><code>search</code></dfn>, and <dfn id="dom-location-hash" title="dom-location-hash"><code>hash</code></dfn>. </p><h3 id="browsing-the-web"><span class="secno">6.9 </span>Browsing the Web</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h4 id="unloading-documents"><span class="secno">6.9.1 </span>Unloading documents</h4><pre class="idl">interface <dfn id="beforeunloadevent">BeforeUnloadEvent</dfn : Event {
            attribute DOMString <a href="#dom-beforeunloadevent-returnvalue" title="dom-BeforeUnloadEvent-returnValue">returnValue</a>;
 };</pre><dl class="domintro"><dt><var title="">event</var> . <code title="dom-BeforeUnloadEvent-returnValue"><a href="#dom-beforeunloadevent-returnvalue">returnValue</a></code> [ = <var title="">value</var> ]</dt>
 
Index: tabular-data.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/tabular-data.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- tabular-data.html	30 Aug 2009 20:16:58 -0000	1.22
+++ tabular-data.html	30 Aug 2009 20:26:50 -0000	1.23
@@ -176,7 +176,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.2888.</p>
+<p>This is revision 1.2889.</p>
    </div><div>
    <a href="the-canvas-element.html">← 4.8.11 The canvas element</a> –
    <a href="Overview.html#contents">Table of contents</a> –
Index: microdata.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/microdata.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- microdata.html	30 Aug 2009 20:16:58 -0000	1.22
+++ microdata.html	30 Aug 2009 20:26:50 -0000	1.23
@@ -176,7 +176,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.2888.</p>
+<p>This is revision 1.2889.</p>
    </div><div>
    <a href="interactive-elements.html">← 4.11 Interactive elements</a> –
    <a href="Overview.html#contents">Table of contents</a> –
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- Overview.html	30 Aug 2009 20:16:57 -0000	1.22
+++ Overview.html	30 Aug 2009 20:26:49 -0000	1.23
@@ -197,7 +197,7 @@
    </dl><p>This specification is available in the following formats: 
     <a href="spec.html">single page HTML</a>,
     <a href="Overview.html">multipage HTML</a>.
-This is revision 1.2888.
+This is revision 1.2889.
    </p>
    <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    © 2009 <a href="http://www.w3.org/"><abbr title="World Wide
Index: embedded-content-0.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/embedded-content-0.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- embedded-content-0.html	30 Aug 2009 20:16:57 -0000	1.22
+++ embedded-content-0.html	30 Aug 2009 20:26:49 -0000	1.23
@@ -176,7 +176,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.2888.</p>
+<p>This is revision 1.2889.</p>
    </div><div>
    <a href="dom.html">← 3 Semantics, structure, and APIs of HTML documents</a> –
    <a href="Overview.html#contents">Table of contents</a> –
@@ -364,7 +364,7 @@
    <p>To avoid this confusion, explicit <code><a href="semantics.html#the-p-element">p</a></code> elements can be
    used.</p>
 
-  </div><h4 id="annotations-for-assistive-technology-products"><span class="secno">3.2.6 </span><dfn>Annotations for assistive technology products</dfn></h4><p class="XXX annotation"><b>Status: </b><i>First draft. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/35">ISSUE-35</a> (aria-processing) and <a href="http://www.w3.org/html/wg/tracker/issues/14">ISSUE-14</a> (aria-role) block progress to Last Call</span></p><p>Authors may use the ARIA <code title="attr-aria-role">role</code>
+  </div><h4 id="annotations-for-assistive-technology-products"><span class="secno">3.2.6 </span><dfn>Annotations for assistive technology products</dfn></h4><p class="XXX annotation"><b>Status: </b><i>First draft. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/14">ISSUE-14</a> (aria-role) and <a href="http://www.w3.org/html/wg/tracker/issues/35">ISSUE-35</a> (aria-processing) block progress to Last Call</span></p><p>Authors may use the ARIA <code title="attr-aria-role">role</code>
   and <code title="attr-aria-*">aria-*</code> attributes on <a href="infrastructure.html#html-elements">HTML
   elements</a>, in accordance with the requirements described in
   the ARIA specifications, except where these conflict with the
Index: dom.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/dom.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- dom.html	30 Aug 2009 20:16:57 -0000	1.22
+++ dom.html	30 Aug 2009 20:26:49 -0000	1.23
@@ -176,7 +176,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.2888.</p>
+<p>This is revision 1.2889.</p>
    </div><div>
    <a href="infrastructure.html">← 2 Common infrastructure</a> –
    <a href="Overview.html#contents">Table of contents</a> –
Index: acknowledgements.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/acknowledgements.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- acknowledgements.html	30 Aug 2009 20:16:57 -0000	1.22
+++ acknowledgements.html	30 Aug 2009 20:26:49 -0000	1.23
@@ -175,7 +175,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.2888.</p>
+<p>This is revision 1.2889.</p>
    </div><div>
    <a href="references.html">← References</a> –
    <a href="Overview.html#contents">Table of contents</a>
Index: the-canvas-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-canvas-element.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- the-canvas-element.html	30 Aug 2009 20:16:58 -0000	1.22
+++ the-canvas-element.html	30 Aug 2009 20:26:50 -0000	1.23
@@ -176,7 +176,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.2888.</p>
+<p>This is revision 1.2889.</p>
    </div><div>
    <a href="video.html">← 4.8.7 The video element</a> –
    <a href="Overview.html#contents">Table of contents</a> –
@@ -1293,7 +1293,7 @@
            attribute DOMString <a href="#dom-area-hreflang" title="dom-area-hreflang">hreflang</a>;
            attribute DOMString <a href="#dom-area-type" title="dom-area-type">type</a>;
 
-  // <a href="infrastructure.html#url-decomposition-attributes">URL decomposition attributes</a>
+  // <a href="infrastructure.html#url-decomposition-dom-attributes">URL decomposition DOM attributes</a>
            attribute DOMString <a href="#dom-area-protocol" title="dom-area-protocol">protocol</a>;
            attribute DOMString <a href="#dom-area-host" title="dom-area-host">host</a>;
            attribute DOMString <a href="#dom-area-hostname" title="dom-area-hostname">hostname</a>;
Index: iana-considerations.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/iana-considerations.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- iana-considerations.html	30 Aug 2009 20:16:58 -0000	1.22
+++ iana-considerations.html	30 Aug 2009 20:26:50 -0000	1.23
@@ -176,7 +176,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.2888.</p>
+<p>This is revision 1.2889.</p>
    </div><div>
    <a href="no.html">← 12 Things that you can't do with this specification because they are better handled using other technologies that are further described herein</a> –
    <a href="Overview.html#contents">Table of contents</a> –
Index: forms.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/forms.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- forms.html	30 Aug 2009 20:16:57 -0000	1.22
+++ forms.html	30 Aug 2009 20:26:49 -0000	1.23
@@ -176,7 +176,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.2888.</p>
+<p>This is revision 1.2889.</p>
    </div><div>
    <a href="tabular-data.html">← 4.9 Tabular data</a> –
    <a href="Overview.html#contents">Table of contents</a> –
Index: interactive-elements.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/interactive-elements.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- interactive-elements.html	30 Aug 2009 20:16:58 -0000	1.22
+++ interactive-elements.html	30 Aug 2009 20:26:50 -0000	1.23
@@ -176,7 +176,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.2888.</p>
+<p>This is revision 1.2889.</p>
    </div><div>
    <a href="forms.html">← 4.10 Forms</a> –
    <a href="Overview.html#contents">Table of contents</a> –
Index: editing.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/editing.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- editing.html	30 Aug 2009 20:16:57 -0000	1.22
+++ editing.html	30 Aug 2009 20:26:49 -0000	1.23
@@ -176,7 +176,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.2888.</p>
+<p>This is revision 1.2889.</p>
    </div><div>
    <a href="history.html">← 6.8 Session history and navigation</a> –
    <a href="Overview.html#contents">Table of contents</a> –
Index: video.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/video.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- video.html	30 Aug 2009 20:16:58 -0000	1.22
+++ video.html	30 Aug 2009 20:26:50 -0000	1.23
@@ -176,14 +176,14 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.2888.</p>
+<p>This is revision 1.2889.</p>
    </div><div>
    <a href="text-level-semantics.html">← 4.6 Text-level semantics</a> –
    <a href="Overview.html#contents">Table of contents</a> –
    <a href="the-canvas-element.html">4.8.11 The canvas element →</a>
   </div>
 
-  <h4 id="video"><span class="secno">4.8.7 </span>The <dfn><code>video</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/9">ISSUE-9</a> (video-synchronization), <a href="http://www.w3.org/html/wg/tracker/issues/10">ISSUE-10</a> (video-smil) and <a href="http://www.w3.org/html/wg/tracker/issues/7">ISSUE-7</a> (video-codecs) block progress to Last Call</span></p><dl class="element"><dt>Categories</dt>
+  <h4 id="video"><span class="secno">4.8.7 </span>The <dfn><code>video</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/7">ISSUE-7</a> (video-codecs), <a href="http://www.w3.org/html/wg/tracker/issues/9">ISSUE-9</a> (video-synchronization) and <a href="http://www.w3.org/html/wg/tracker/issues/10">ISSUE-10</a> (video-smil) block progress to Last Call</span></p><dl class="element"><dt>Categories</dt>
    <dd><a href="dom.html#flow-content">Flow content</a>.</dd>
    <dd><a href="dom.html#phrasing-content">Phrasing content</a>.</dd>
    <dd><a href="embedded-content-0.html#embedded-content">Embedded content</a>.</dd>
Index: browsers.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/browsers.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- browsers.html	30 Aug 2009 20:16:57 -0000	1.22
+++ browsers.html	30 Aug 2009 20:26:49 -0000	1.23
@@ -176,7 +176,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.2888.</p>
+<p>This is revision 1.2889.</p>
    </div><div>
    <a href="microdata.html">← 5 Microdata</a> –
    <a href="Overview.html#contents">Table of contents</a> –
Index: the-xhtml-syntax.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-xhtml-syntax.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- the-xhtml-syntax.html	30 Aug 2009 20:16:58 -0000	1.22
+++ the-xhtml-syntax.html	30 Aug 2009 20:26:50 -0000	1.23
@@ -176,7 +176,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.2888.</p>
+<p>This is revision 1.2889.</p>
    </div><div>
    <a href="named-character-references.html">← 9.2 Named character references</a> –
    <a href="Overview.html#contents">Table of contents</a> –
Index: offline.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/offline.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- offline.html	30 Aug 2009 20:16:58 -0000	1.22
+++ offline.html	30 Aug 2009 20:26:50 -0000	1.23
@@ -176,7 +176,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.2888.</p>
+<p>This is revision 1.2889.</p>
    </div><div>
    <a href="browsers.html">← 6 Web browsers</a> –
    <a href="Overview.html#contents">Table of contents</a> –
Index: syntax.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/syntax.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- syntax.html	30 Aug 2009 20:16:58 -0000	1.22
+++ syntax.html	30 Aug 2009 20:26:50 -0000	1.23
@@ -176,7 +176,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.2888.</p>
+<p>This is revision 1.2889.</p>
    </div><div>
    <a href="comms.html">← 8 Communication</a> –
    <a href="Overview.html#contents">Table of contents</a> –
Index: obsolete.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/obsolete.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- obsolete.html	30 Aug 2009 20:16:58 -0000	1.22
+++ obsolete.html	30 Aug 2009 20:26:50 -0000	1.23
@@ -176,7 +176,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.2888.</p>
+<p>This is revision 1.2889.</p>
    </div><div>
    <a href="the-xhtml-syntax.html">← 10 The XHTML syntax</a> –
    <a href="Overview.html#contents">Table of contents</a> –
Index: named-character-references.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/named-character-references.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- named-character-references.html	30 Aug 2009 20:16:58 -0000	1.22
+++ named-character-references.html	30 Aug 2009 20:26:50 -0000	1.23
@@ -176,7 +176,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.2888.</p>
+<p>This is revision 1.2889.</p>
    </div><div>
    <a href="syntax.html">← 9 The HTML syntax</a> –
    <a href="Overview.html#contents">Table of contents</a> –
Index: references.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/references.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- references.html	30 Aug 2009 20:16:58 -0000	1.22
+++ references.html	30 Aug 2009 20:26:50 -0000	1.23
@@ -176,7 +176,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.2888.</p>
+<p>This is revision 1.2889.</p>
    </div><div>
    <a href="index.html">← Index</a> –
    <a href="Overview.html#contents">Table of contents</a> –
Index: semantics.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/semantics.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- semantics.html	30 Aug 2009 20:16:58 -0000	1.22
+++ semantics.html	30 Aug 2009 20:26:50 -0000	1.23
@@ -176,7 +176,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.2888.</p>
+<p>This is revision 1.2889.</p>
    </div><div>
    <a href="embedded-content-0.html">← 3.2.5.1.6 Embedded content</a> –
    <a href="Overview.html#contents">Table of contents</a> –
Index: index.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- index.html	30 Aug 2009 20:16:58 -0000	1.22
+++ index.html	30 Aug 2009 20:26:50 -0000	1.23
@@ -176,7 +176,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.2888.</p>
+<p>This is revision 1.2889.</p>
    </div><div>
    <a href="iana-considerations.html">← IANA considerations</a> –
    <a href="Overview.html#contents">Table of contents</a> –
Index: comms.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/comms.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- comms.html	30 Aug 2009 20:16:57 -0000	1.22
+++ comms.html	30 Aug 2009 20:26:49 -0000	1.23
@@ -176,7 +176,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.2888.</p>
+<p>This is revision 1.2889.</p>
    </div><div>
    <a href="editing.html">← 7 User Interaction</a> –
    <a href="Overview.html#contents">Table of contents</a> –
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- spec.html	30 Aug 2009 20:16:58 -0000	1.22
+++ spec.html	30 Aug 2009 20:26:50 -0000	1.23
@@ -196,7 +196,7 @@
    </dl><p>This specification is available in the following formats: 
     <a href=spec.html>single page HTML</a>,
     <a href=Overview.html>multipage HTML</a>.
-This is revision 1.2888.
+This is revision 1.2889.
    </p>
    <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a>
    © 2009 <a href=http://www.w3.org/><abbr title="World Wide
@@ -1724,7 +1724,7 @@
   RFC 3986. Readers familiar with that RFC will find it easier to read
   <em>this</em> specification if they pretend the term "URL" as used
   herein is really called something else altogether. This is a
-  <a href=#willful-violation>willful violation</a> of RFC 3986. <a href=#refsRFC3986>[RFC3986]</a></p><h4 id=interfaces-for-url-manipulation><span class=secno>2.5.2 </span>Interfaces for URL manipulation</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>An interface that has a complement of <dfn id=url-decomposition-attributes>URL decomposition
+  <a href=#willful-violation>willful violation</a> of RFC 3986. <a href=#refsRFC3986>[RFC3986]</a></p><h4 id=interfaces-for-url-manipulation><span class=secno>2.5.2 </span>Interfaces for URL manipulation</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p>An interface that has a complement of <dfn id=url-decomposition-dom-attributes>URL decomposition DOM
   attributes</dfn> will have seven attributes with the following
   definitions:</p><pre class="idl extract">
            attribute DOMString <a href=#dom-uda-protocol title=dom-uda-protocol>protocol</a>;
@@ -3475,7 +3475,7 @@
    <p>To avoid this confusion, explicit <code><a href=#the-p-element>p</a></code> elements can be
    used.</p>
 
-  </div><h4 id=annotations-for-assistive-technology-products><span class=secno>3.2.6 </span><dfn>Annotations for assistive technology products</dfn></h4><p class="XXX annotation"><b>Status: </b><i>First draft. </i><span><a href=http://www.w3.org/html/wg/tracker/issues/35>ISSUE-35</a> (aria-processing) and <a href=http://www.w3.org/html/wg/tracker/issues/14>ISSUE-14</a> (aria-role) block progress to Last Call</span></p><p>Authors may use the ARIA <code title=attr-aria-role>role</code>
+  </div><h4 id=annotations-for-assistive-technology-products><span class=secno>3.2.6 </span><dfn>Annotations for assistive technology products</dfn></h4><p class="XXX annotation"><b>Status: </b><i>First draft. </i><span><a href=http://www.w3.org/html/wg/tracker/issues/14>ISSUE-14</a> (aria-role) and <a href=http://www.w3.org/html/wg/tracker/issues/35>ISSUE-35</a> (aria-processing) block progress to Last Call</span></p><p>Authors may use the ARIA <code title=attr-aria-role>role</code>
   and <code title=attr-aria-*>aria-*</code> attributes on <a href=#html-elements>HTML
   elements</a>, in accordance with the requirements described in
   the ARIA specifications, except where these conflict with the
@@ -6341,7 +6341,7 @@
            attribute DOMString <a href=#dom-a-hreflang title=dom-a-hreflang>hreflang</a>;
            attribute DOMString <a href=#dom-a-type title=dom-a-type>type</a>;
 
-  // <a href=#url-decomposition-attributes>URL decomposition attributes</a>
+  // <a href=#url-decomposition-dom-attributes>URL decomposition DOM attributes</a>
            attribute DOMString <a href=#dom-a-protocol title=dom-a-protocol>protocol</a>;
            attribute DOMString <a href=#dom-a-host title=dom-a-host>host</a>;
            attribute DOMString <a href=#dom-a-hostname title=dom-a-hostname>hostname</a>;
@@ -9570,7 +9570,7 @@
   </dl><p>The <code><a href=#the-param-element>param</a></code> element defines parameters for plugins
   invoked by <code><a href=#the-object-element>object</a></code> elements. It does not <a href=#represents title=represents>represent</a> anything on its own.</p><p>The <dfn id=attr-param-name title=attr-param-name><code>name</code></dfn>
   attribute gives the name of the parameter.</p><p>The <dfn id=attr-param-value title=attr-param-value><code>value</code></dfn>
-  attribute gives the value of the parameter.</p><p>Both attributes must be present. They may have any value.</p><h4 id=video><span class=secno>4.8.7 </span>The <dfn><code>video</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href=http://www.w3.org/html/wg/tracker/issues/9>ISSUE-9</a> (video-synchronization), <a href=http://www.w3.org/html/wg/tracker/issues/10>ISSUE-10</a> (video-smil) and <a href=http://www.w3.org/html/wg/tracker/issues/7>ISSUE-7</a> (video-codecs) block progress to Last Call</span></p><dl class=element><dt>Categories</dt>
+  attribute gives the value of the parameter.</p><p>Both attributes must be present. They may have any value.</p><h4 id=video><span class=secno>4.8.7 </span>The <dfn><code>video</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href=http://www.w3.org/html/wg/tracker/issues/7>ISSUE-7</a> (video-codecs), <a href=http://www.w3.org/html/wg/tracker/issues/9>ISSUE-9</a> (video-synchronization) and <a href=http://www.w3.org/html/wg/tracker/issues/10>ISSUE-10</a> (video-smil) block progress to Last Call</span></p><dl class=element><dt>Categories</dt>
    <dd><a href=#flow-content>Flow content</a>.</dd>
    <dd><a href=#phrasing-content>Phrasing content</a>.</dd>
    <dd><a href=#embedded-content>Embedded content</a>.</dd>
@@ -11747,7 +11747,7 @@
            attribute DOMString <a href=#dom-area-hreflang title=dom-area-hreflang>hreflang</a>;
            attribute DOMString <a href=#dom-area-type title=dom-area-type>type</a>;
 
-  // <a href=#url-decomposition-attributes>URL decomposition attributes</a>
+  // <a href=#url-decomposition-dom-attributes>URL decomposition DOM attributes</a>
            attribute DOMString <a href=#dom-area-protocol title=dom-area-protocol>protocol</a>;
            attribute DOMString <a href=#dom-area-host title=dom-area-host>host</a>;
            attribute DOMString <a href=#dom-area-hostname title=dom-area-hostname>hostname</a>;
@@ -22254,7 +22254,7 @@
   void <a href=#dom-location-replace title=dom-location-replace>replace</a>(in DOMString url);
   void <a href=#dom-location-reload title=dom-location-reload>reload</a>();
 
-  // <a href=#url-decomposition-attributes>URL decomposition attributes</a> <!-- blame brendan for these "innovative" names -->
+  // <a href=#url-decomposition-dom-attributes>URL decomposition DOM attributes</a> <!-- blame brendan for these "innovative" names -->
            attribute DOMString <a href=#dom-location-protocol title=dom-location-protocol>protocol</a>;
            attribute DOMString <a href=#dom-location-host title=dom-location-host>host</a>;
            attribute DOMString <a href=#dom-location-hostname title=dom-location-hostname>hostname</a>;
@@ -22308,7 +22308,7 @@
    </dd>
 
   </dl><p>The <code><a href=#location>Location</a></code> interface also has the complement of
-  <a href=#url-decomposition-attributes>URL decomposition attributes</a>, <dfn id=dom-location-protocol title=dom-location-protocol><code>protocol</code></dfn>, <dfn id=dom-location-host title=dom-location-host><code>host</code></dfn>, <dfn id=dom-location-port title=dom-location-port><code>port</code></dfn>, <dfn id=dom-location-hostname title=dom-location-hostname><code>hostname</code></dfn>, <dfn id=dom-location-pathname title=dom-location-pathname><code>pathname</code></dfn>, <dfn id=dom-location-search title=dom-location-search><code>search</code></dfn>, and <dfn id=dom-location-hash title=dom-location-hash><code>hash</code></dfn>. </p><h3 id=browsing-the-web><span class=secno>6.9 </span>Browsing the Web</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h4 id=unloading-documents><span class=secno>6.9.1 </span>Unloading documents</h4><pre class=idl>interface <dfn id=beforeunloadevent>BeforeUnloadEvent</dfn> : Event {
+  <a href=#url-decomposition-dom-attributes>URL decomposition DOM attributes</a>, <dfn id=dom-location-protocol title=dom-location-protocol><code>protocol</code></dfn>, <dfn id=dom-location-host title=dom-location-host><code>host</code></dfn>, <dfn id=dom-location-port title=dom-location-port><code>port</code></dfn>, <dfn id=dom-location-hostname title=dom-location-hostname><code>hostname</code></dfn>, <dfn id=dom-location-pathname title=dom-location-pathname><code>pathname</code></dfn>, <dfn id=dom-location-search title=dom-location-search><code>search</code></dfn>, and <dfn id=dom-location-hash title=dom-location-hash><code>hash</code></dfn>. </p><h3 id=browsing-the-web><span class=secno>6.9 </span>Browsing the Web</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><h4 id=unloading-documents><span class=secno>6.9.1 </span>Unloading documents</h4><pre class=idl>interface <dfn id=beforeunloadevent>BeforeUnloadEvent</dfn> : Event {
            attribute DOMString <a href=#dom-beforeunloadevent-returnvalue title=dom-BeforeUnloadEvent-returnValue>returnValue</a>;
 };</pre><dl class=domintro><dt><var title="">event</var> . <code title=dom-BeforeUnloadEvent-returnValue><a href=#dom-beforeunloadevent-returnvalue>returnValue</a></code> [ = <var title="">value</var> ]</dt>
 
Index: introduction.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/introduction.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- introduction.html	30 Aug 2009 20:16:58 -0000	1.22
+++ introduction.html	30 Aug 2009 20:26:50 -0000	1.23
@@ -175,7 +175,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.2888.</p>
+<p>This is revision 1.2889.</p>
    </div><div>
    <a href="Overview.html#contents">Table of contents</a> –
    <a href="infrastructure.html">2 Common infrastructure →</a>
Index: no.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/no.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- no.html	30 Aug 2009 20:16:58 -0000	1.22
+++ no.html	30 Aug 2009 20:26:50 -0000	1.23
@@ -176,7 +176,7 @@
    <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
    <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>
-<p>This is revision 1.2888.</p>
+<p>This is revision 1.2889.</p>
    </div><div>
    <a href="obsolete.html">← 11 Obsolete features</a> –
    <a href="Overview.html#contents">Table of contents</a> –
Received on Sunday, 30 August 2009 20:27:04 UTC