html5/spec-author-view Overview.html,1.257,1.258 acknowledgements.html,1.257,1.258 browsers.html,1.258,1.259 comms.html,1.257,1.258 dom.html,1.258,1.259 editing.html,1.257,1.258 embedded-content-0.html,1.257,1.258 forms.html,1.257,1.258 history.html,1.258,1.259 iana-considerations.html,1.257,1.258 index.html,1.257,1.258 infrastructure.html,1.258,1.259 interactive-elements.html,1.257,1.258 introduction.html,1.258,1.259 microdata.html,1.257,1.258 named-character-references.html,1.258,1.259 obsolete.html,1.258,1.259 offline.html,1.257,1.258 references.html,1.257,1.258 semantics.html,1.257,1.258 spec.html,1.258,1.259 syntax.html,1.258,1.259 tabular-data.html,1.257,1.258 text-level-semantics.html,1.256,1.257 the-canvas-element.html,1.257,1.258 the-xhtml-syntax.html,1.256,1.257 video.html,1.257,1.258

Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv30191

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 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:
a.name somehow fell through the cracks (whatwg r4021)

[updated by splitter]


Index: infrastructure.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/infrastructure.html,v
retrieving revision 1.258
retrieving revision 1.259
diff -u -d -r1.258 -r1.259
--- infrastructure.html	29 Sep 2009 01:16:53 -0000	1.258
+++ infrastructure.html	29 Sep 2009 01:26:51 -0000	1.259
@@ -218,7 +218,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.3181.</p>
+<p>This is revision 1.3183.</p>
    </div><div>
    <a href="introduction.html">&#8592; 1 Introduction</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;
@@ -794,15 +794,13 @@
   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-idl-attributes">URL decomposition IDL
   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>;
+  definitions:</p><pre class="idl extract">           attribute DOMString <a href="#dom-uda-protocol" title="dom-uda-protocol">protocol</a>;
            attribute DOMString <a href="#dom-uda-host" title="dom-uda-host">host</a>;
            attribute DOMString <a href="#dom-uda-hostname" title="dom-uda-hostname">hostname</a>;
            attribute DOMString <a href="#dom-uda-port" title="dom-uda-port">port</a>;
            attribute DOMString <a href="#dom-uda-pathname" title="dom-uda-pathname">pathname</a>;
            attribute DOMString <a href="#dom-uda-search" title="dom-uda-search">search</a>;
-           attribute DOMString <a href="#dom-uda-hash" title="dom-uda-hash">hash</a>;
-</pre><dl class="domintro"><dt><var title="">o</var> . <code title="dom-uda-protocol"><a href="#dom-uda-protocol">protocol</a></code> [ = <var title="">value</var> ]</dt>
+           attribute DOMString <a href="#dom-uda-hash" title="dom-uda-hash">hash</a>;</pre><dl class="domintro"><dt><var title="">o</var> . <code title="dom-uda-protocol"><a href="#dom-uda-protocol">protocol</a></code> [ = <var title="">value</var> ]</dt>
    <dd>
     <p>Returns the current scheme of the underlying URL.</p>
     <p>Can be set, to change the underlying URL's scheme.</p>

Index: text-level-semantics.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/text-level-semantics.html,v
retrieving revision 1.256
retrieving revision 1.257
diff -u -d -r1.256 -r1.257
--- text-level-semantics.html	29 Sep 2009 01:16:54 -0000	1.256
+++ text-level-semantics.html	29 Sep 2009 01:26:51 -0000	1.257
@@ -218,7 +218,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.3181.</p>
+<p>This is revision 1.3183.</p>
    </div><div>
    <a href="semantics.html">&#8592; 4 The elements of HTML</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: history.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/history.html,v
retrieving revision 1.258
retrieving revision 1.259
diff -u -d -r1.258 -r1.259
--- history.html	29 Sep 2009 01:16:53 -0000	1.258
+++ history.html	29 Sep 2009 01:26:51 -0000	1.259
@@ -218,7 +218,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.3181.</p>
+<p>This is revision 1.3183.</p>
    </div><div>
    <a href="offline.html">&#8592; 6.7 Offline Web applications</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: tabular-data.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/tabular-data.html,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -d -r1.257 -r1.258
--- tabular-data.html	29 Sep 2009 01:16:54 -0000	1.257
+++ tabular-data.html	29 Sep 2009 01:26:51 -0000	1.258
@@ -218,7 +218,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.3181.</p>
+<p>This is revision 1.3183.</p>
    </div><div>
    <a href="the-canvas-element.html">&#8592; 4.8.11 The canvas element</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;
@@ -258,6 +258,7 @@
   readonly attribute <a href="infrastructure.html#htmlcollection">HTMLCollection</a> <a href="#dom-table-rows" title="dom-table-rows">rows</a>;
   <a href="dom.html#htmlelement">HTMLElement</a> <a href="#dom-table-insertrow" title="dom-table-insertRow">insertRow</a>(in optional long index);
   void <a href="#dom-table-deleterow" title="dom-table-deleteRow">deleteRow</a>(in long index);
+           attribute DOMString <a href="#dom-table-summary" title="dom-table-summary">summary</a>;
 };</pre>
    </dd>
   </dl><p>The <code><a href="#the-table-element">table</a></code> element <a href="#represents">represents</a> data with
@@ -409,8 +410,7 @@
      &lt;td&gt; Passing
   &lt;/table&gt;
  &lt;/dd&gt;
-&lt;/figure&gt;
-</pre></div>
+&lt;/figure&gt;</pre></div>
    </dd>
 
    <dt>Next to the table, in a <code><a href="text-level-semantics.html#the-figure-element">figure</a></code>'s <code><a href="semantics.html#the-dt-element">dt</a></code></dt>
@@ -441,8 +441,7 @@
      &lt;td&gt; Passing
   &lt;/table&gt;
  &lt;/dd&gt;
-&lt;/figure&gt;
-</pre></div>
+&lt;/figure&gt;</pre></div>
    </dd>
 
   </dl><p>Authors may also use other techniques, or combinations of the

Index: microdata.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/microdata.html,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -d -r1.257 -r1.258
--- microdata.html	29 Sep 2009 01:16:54 -0000	1.257
+++ microdata.html	29 Sep 2009 01:26:51 -0000	1.258
@@ -218,7 +218,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.3181.</p>
+<p>This is revision 1.3183.</p>
    </div><div>
    <a href="interactive-elements.html">&#8592; 4.11 Interactive elements</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;
@@ -2021,8 +2021,7 @@
    <code><a href="semantics.html#the-address-element">address</a></code> element) containing an address with two street
    components:</p>
 
-   <pre>
-&lt;address item=vcard&gt;
+   <pre>&lt;address item=vcard&gt;
  &lt;strong title="fn"&gt;Alfred Person&lt;/strong&gt; &lt;br&gt;
  &lt;span itemprop="adr" item&gt;
   &lt;span itemprop="street-address"&gt;1600 Amphitheatre Parkway&lt;/span&gt; &lt;br&gt;

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -d -r1.257 -r1.258
--- Overview.html	29 Sep 2009 01:16:53 -0000	1.257
+++ Overview.html	29 Sep 2009 01:26:50 -0000	1.258
@@ -240,7 +240,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.3181.
+This is revision 1.3183.
    </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: embedded-content-0.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/embedded-content-0.html,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -d -r1.257 -r1.258
--- embedded-content-0.html	29 Sep 2009 01:16:53 -0000	1.257
+++ embedded-content-0.html	29 Sep 2009 01:26:50 -0000	1.258
@@ -218,7 +218,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.3181.</p>
+<p>This is revision 1.3183.</p>
    </div><div>
    <a href="dom.html">&#8592; 3 Semantics, structure, and APIs of HTML documents</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: dom.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/dom.html,v
retrieving revision 1.258
retrieving revision 1.259
diff -u -d -r1.258 -r1.259
--- dom.html	29 Sep 2009 01:16:53 -0000	1.258
+++ dom.html	29 Sep 2009 01:26:50 -0000	1.259
@@ -218,7 +218,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.3181.</p>
+<p>This is revision 1.3183.</p>
    </div><div>
    <a href="infrastructure.html">&#8592; 2 Common infrastructure</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;
@@ -364,8 +364,7 @@
            attribute <a href="#function">Function</a> <a href="#handler-onvolumechange" title="handler-onvolumechange">onvolumechange</a>;
            attribute <a href="#function">Function</a> <a href="#handler-onwaiting" title="handler-onwaiting">onwaiting</a>;
 };
-<span>Document</span> implements <a href="#htmldocument">HTMLDocument</a>;
-</pre><p>Since the <code><a href="#htmldocument">HTMLDocument</a></code> interface holds methods and
+<span>Document</span> implements <a href="#htmldocument">HTMLDocument</a>;</pre><p>Since the <code><a href="#htmldocument">HTMLDocument</a></code> interface holds methods and
   attributes related to a number of disparate features, the members of
   this interface are described in various different sections.</p><h4 id="security"><span class="secno">3.1.2 </span>Security</h4><p>User agents must<code><a href="infrastructure.html#security_err">SECURITY_ERR</a></code> exception whenever any of the members of
   an <code><a href="#htmldocument">HTMLDocument</a></code> object are accessed by scripts whose
@@ -1025,16 +1024,14 @@
    <p>If a Web page wanted an element to represent a space ship,
    e.g. as part of a game, it would have to use the <code class="attr-class">class</code> attribute along with <code title="attr-data-*"><a href="#attr-data">data-*</a></code> attributes:</p>
 
-   <pre>
-&lt;div class="spaceship" data-id="92432"
+   <pre>&lt;div class="spaceship" data-id="92432"
      data-weapons="laser 2" data-shields="50%"
      data-x="30" data-y="10" data-z="90"&gt;
  &lt;button class="fire"
          onclick="spaceships[this.parentNode.dataset.id].fire()"&gt;
   Fire
  &lt;/button&gt;
-&lt;/div&gt;
-</pre>
+&lt;/div&gt;</pre>
 
   </div><p>Authors should carefully design such extensions so that when the
   attributes are ignored and any associated CSS dropped, the page is

Index: acknowledgements.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/acknowledgements.html,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -d -r1.257 -r1.258
--- acknowledgements.html	29 Sep 2009 01:16:53 -0000	1.257
+++ acknowledgements.html	29 Sep 2009 01:26:50 -0000	1.258
@@ -217,7 +217,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.3181.</p>
+<p>This is revision 1.3183.</p>
    </div><div>
    <a href="references.html">&#8592; References</a> &#8211;
    <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.257
retrieving revision 1.258
diff -u -d -r1.257 -r1.258
--- the-canvas-element.html	29 Sep 2009 01:16:54 -0000	1.257
+++ the-canvas-element.html	29 Sep 2009 01:26:51 -0000	1.258
@@ -218,7 +218,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.3181.</p>
+<p>This is revision 1.3183.</p>
    </div><div>
    <a href="video.html">&#8592; 4.8.7 The video element</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;
@@ -292,8 +292,7 @@
   style sheet. During rendering, the image is scaled to fit this layout
   size.</p><div class="example">
    <p>Only one square appears to be drawn in the following example:</p>
-   <pre>
-  // canvas is a reference to a &lt;canvas&gt; element
+   <pre>  // canvas is a reference to a &lt;canvas&gt; element
   var context = canvas.getContext('2d');
   context.fillRect(0,0,50,50);
   canvas.setAttribute('width', '300'); // clears the canvas

Index: iana-considerations.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/iana-considerations.html,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -d -r1.257 -r1.258
--- iana-considerations.html	29 Sep 2009 01:16:53 -0000	1.257
+++ iana-considerations.html	29 Sep 2009 01:26:51 -0000	1.258
@@ -218,7 +218,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.3181.</p>
+<p>This is revision 1.3183.</p>
    </div><div>
    <a href="obsolete.html">&#8592; 11 Obsolete features</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: forms.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/forms.html,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -d -r1.257 -r1.258
--- forms.html	29 Sep 2009 01:16:53 -0000	1.257
+++ forms.html	29 Sep 2009 01:26:51 -0000	1.258
@@ -218,7 +218,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.3181.</p>
+<p>This is revision 1.3183.</p>
    </div><div>
    <a href="tabular-data.html">&#8592; 4.9 Tabular data</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;
@@ -2203,12 +2203,10 @@
   such as in a tooltip or read out by assistive technology when the
   control gains focus.</p><div class="example">
    <p>For example, the following snippet:</p>
-   <pre>
-&lt;label&gt; Part number:
+   <pre>&lt;label&gt; Part number:
  &lt;input pattern="[0-9][A-Z]{3}" name="part"
         title="A part number is a digit followed by three uppercase letters."/&gt;
-&lt;/label&gt;
-</pre>
+&lt;/label&gt;</pre>
    <p>...could cause the UA to display an alert such as:</p>
    <pre><samp>A part number is a digit followed by three uppercase letters.
 You cannot complete this form until the field is correct.</samp></pre>

Index: interactive-elements.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/interactive-elements.html,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -d -r1.257 -r1.258
--- interactive-elements.html	29 Sep 2009 01:16:53 -0000	1.257
+++ interactive-elements.html	29 Sep 2009 01:26:51 -0000	1.258
@@ -218,7 +218,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.3181.</p>
+<p>This is revision 1.3183.</p>
    </div><div>
    <a href="forms.html">&#8592; 4.10 Forms</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: editing.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/editing.html,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -d -r1.257 -r1.258
--- editing.html	29 Sep 2009 01:16:53 -0000	1.257
+++ editing.html	29 Sep 2009 01:26:50 -0000	1.258
@@ -218,7 +218,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.3181.</p>
+<p>This is revision 1.3183.</p>
    </div><div>
    <a href="history.html">&#8592; 6.8 Session history and navigation</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: video.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/video.html,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -d -r1.257 -r1.258
--- video.html	29 Sep 2009 01:16:54 -0000	1.257
+++ video.html	29 Sep 2009 01:26:51 -0000	1.258
@@ -218,7 +218,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.3181.</p>
+<p>This is revision 1.3183.</p>
    </div><div>
    <a href="text-level-semantics.html">&#8592; 4.6 Text-level semantics</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: browsers.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/browsers.html,v
retrieving revision 1.258
retrieving revision 1.259
diff -u -d -r1.258 -r1.259
--- browsers.html	29 Sep 2009 01:16:53 -0000	1.258
+++ browsers.html	29 Sep 2009 01:26:50 -0000	1.259
@@ -218,7 +218,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.3181.</p>
+<p>This is revision 1.3183.</p>
    </div><div>
    <a href="microdata.html">&#8592; 5 Microdata</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;
@@ -470,8 +470,7 @@
            attribute <a href="#function">Function</a> <a href="#handler-onvolumechange" title="handler-onvolumechange">onvolumechange</a>;
            attribute <a href="#function">Function</a> <a href="#handler-onwaiting" title="handler-onwaiting">onwaiting</a>;
 };
-<a href="#window">Window</a> implements <span>EventTarget</span>;
-</pre><!-- for more features to add here, look here:
+<a href="#window">Window</a> implements <span>EventTarget</span>;</pre><!-- for more features to add here, look here:
  http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/obj_window.asp
  http://www.mozilla.org/docs/dom/domref/dom_window_ref.html
  http://lxr.mozilla.org/mozilla/source/dom/public/idl/base/nsIDOMWindow.idl - scrollBy, etc

Index: the-xhtml-syntax.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-xhtml-syntax.html,v
retrieving revision 1.256
retrieving revision 1.257
diff -u -d -r1.256 -r1.257
--- the-xhtml-syntax.html	29 Sep 2009 01:16:54 -0000	1.256
+++ the-xhtml-syntax.html	29 Sep 2009 01:26:51 -0000	1.257
@@ -218,7 +218,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.3181.</p>
+<p>This is revision 1.3183.</p>
    </div><div>
    <a href="named-character-references.html">&#8592; 9.2 Named character references</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: offline.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/offline.html,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -d -r1.257 -r1.258
--- offline.html	29 Sep 2009 01:16:54 -0000	1.257
+++ offline.html	29 Sep 2009 01:26:51 -0000	1.258
@@ -218,7 +218,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.3181.</p>
+<p>This is revision 1.3183.</p>
    </div><div>
    <a href="browsers.html">&#8592; 6 Web browsers</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: syntax.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/syntax.html,v
retrieving revision 1.258
retrieving revision 1.259
diff -u -d -r1.258 -r1.259
--- syntax.html	29 Sep 2009 01:16:54 -0000	1.258
+++ syntax.html	29 Sep 2009 01:26:51 -0000	1.259
@@ -218,7 +218,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.3181.</p>
+<p>This is revision 1.3183.</p>
    </div><div>
    <a href="comms.html">&#8592; 8 Communication</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: obsolete.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/obsolete.html,v
retrieving revision 1.258
retrieving revision 1.259
diff -u -d -r1.258 -r1.259
--- obsolete.html	29 Sep 2009 01:16:54 -0000	1.258
+++ obsolete.html	29 Sep 2009 01:26:51 -0000	1.259
@@ -218,7 +218,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.3181.</p>
+<p>This is revision 1.3183.</p>
    </div><div>
    <a href="the-xhtml-syntax.html">&#8592; 10 The XHTML syntax</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: named-character-references.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/named-character-references.html,v
retrieving revision 1.258
retrieving revision 1.259
diff -u -d -r1.258 -r1.259
--- named-character-references.html	29 Sep 2009 01:16:54 -0000	1.258
+++ named-character-references.html	29 Sep 2009 01:26:51 -0000	1.259
@@ -218,7 +218,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.3181.</p>
+<p>This is revision 1.3183.</p>
    </div><div>
    <a href="syntax.html">&#8592; 9 The HTML syntax</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: references.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/references.html,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -d -r1.257 -r1.258
--- references.html	29 Sep 2009 01:16:54 -0000	1.257
+++ references.html	29 Sep 2009 01:26:51 -0000	1.258
@@ -218,7 +218,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.3181.</p>
+<p>This is revision 1.3183.</p>
    </div><div>
    <a href="index.html">&#8592; Index</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: semantics.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/semantics.html,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -d -r1.257 -r1.258
--- semantics.html	29 Sep 2009 01:16:54 -0000	1.257
+++ semantics.html	29 Sep 2009 01:26:51 -0000	1.258
@@ -218,7 +218,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.3181.</p>
+<p>This is revision 1.3183.</p>
    </div><div>
    <a href="embedded-content-0.html">&#8592; 3.2.5.1.6 Embedded content</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;
@@ -342,8 +342,7 @@
     ...
   &lt;h1&gt;Introduction&lt;/h1&gt;
   &lt;p&gt;This companion guide to the highly successful
-  &lt;cite&gt;Introduction to Medieval Bee-Keeping&lt;/cite&gt; book is...
-</pre>
+  &lt;cite&gt;Introduction to Medieval Bee-Keeping&lt;/cite&gt; book is...</pre>
 
    <p>The next page might be a part of the same site. Note how the
    title describes the subject matter unambiguously, while the first

Index: index.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index.html,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -d -r1.257 -r1.258
--- index.html	29 Sep 2009 01:16:53 -0000	1.257
+++ index.html	29 Sep 2009 01:26:51 -0000	1.258
@@ -218,7 +218,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.3181.</p>
+<p>This is revision 1.3183.</p>
    </div><div>
    <a href="iana-considerations.html">&#8592; IANA considerations</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: comms.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/comms.html,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -d -r1.257 -r1.258
--- comms.html	29 Sep 2009 01:16:53 -0000	1.257
+++ comms.html	29 Sep 2009 01:26:50 -0000	1.258
@@ -218,7 +218,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.3181.</p>
+<p>This is revision 1.3183.</p>
    </div><div>
    <a href="editing.html">&#8592; 7 User Interaction</a> &#8211;
    <a href="Overview.html#contents">Table of contents</a> &#8211;

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.258
retrieving revision 1.259
diff -u -d -r1.258 -r1.259
--- spec.html	29 Sep 2009 01:16:54 -0000	1.258
+++ spec.html	29 Sep 2009 01:26:51 -0000	1.259
@@ -238,7 +238,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.3181.
+This is revision 1.3183.
    </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
@@ -1834,15 +1834,13 @@
   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-idl-attributes>URL decomposition IDL
   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>;
+  definitions:</p><pre class="idl extract">           attribute DOMString <a href=#dom-uda-protocol title=dom-uda-protocol>protocol</a>;
            attribute DOMString <a href=#dom-uda-host title=dom-uda-host>host</a>;
            attribute DOMString <a href=#dom-uda-hostname title=dom-uda-hostname>hostname</a>;
            attribute DOMString <a href=#dom-uda-port title=dom-uda-port>port</a>;
            attribute DOMString <a href=#dom-uda-pathname title=dom-uda-pathname>pathname</a>;
            attribute DOMString <a href=#dom-uda-search title=dom-uda-search>search</a>;
-           attribute DOMString <a href=#dom-uda-hash title=dom-uda-hash>hash</a>;
-</pre><dl class=domintro><dt><var title="">o</var> . <code title=dom-uda-protocol><a href=#dom-uda-protocol>protocol</a></code> [ = <var title="">value</var> ]</dt>
+           attribute DOMString <a href=#dom-uda-hash title=dom-uda-hash>hash</a>;</pre><dl class=domintro><dt><var title="">o</var> . <code title=dom-uda-protocol><a href=#dom-uda-protocol>protocol</a></code> [ = <var title="">value</var> ]</dt>
    <dd>
     <p>Returns the current scheme of the underlying URL.</p>
     <p>Can be set, to change the underlying URL's scheme.</p>
@@ -2411,8 +2409,7 @@
            attribute <a href=#function>Function</a> <a href=#handler-onvolumechange title=handler-onvolumechange>onvolumechange</a>;
            attribute <a href=#function>Function</a> <a href=#handler-onwaiting title=handler-onwaiting>onwaiting</a>;
 };
-<span>Document</span> implements <a href=#htmldocument>HTMLDocument</a>;
-</pre><p>Since the <code><a href=#htmldocument>HTMLDocument</a></code> interface holds methods and
+<span>Document</span> implements <a href=#htmldocument>HTMLDocument</a>;</pre><p>Since the <code><a href=#htmldocument>HTMLDocument</a></code> interface holds methods and
   attributes related to a number of disparate features, the members of
   this interface are described in various different sections.</p><h4 id=security><span class=secno>3.1.2 </span>Security</h4><p>User agents must<code><a href=#security_err>SECURITY_ERR</a></code> exception whenever any of the members of
   an <code><a href=#htmldocument>HTMLDocument</a></code> object are accessed by scripts whose
@@ -3072,16 +3069,14 @@
    <p>If a Web page wanted an element to represent a space ship,
    e.g. as part of a game, it would have to use the <code class=attr-class>class</code> attribute along with <code title=attr-data-*><a href=#attr-data>data-*</a></code> attributes:</p>
 
-   <pre>
-&lt;div class="spaceship" data-id="92432"
+   <pre>&lt;div class="spaceship" data-id="92432"
      data-weapons="laser 2" data-shields="50%"
      data-x="30" data-y="10" data-z="90"&gt;
  &lt;button class="fire"
          onclick="spaceships[this.parentNode.dataset.id].fire()"&gt;
   Fire
  &lt;/button&gt;
-&lt;/div&gt;
-</pre>
+&lt;/div&gt;</pre>
 
   </div><p>Authors should carefully design such extensions so that when the
   attributes are ignored and any associated CSS dropped, the page is
@@ -4184,8 +4179,7 @@
     ...
   &lt;h1&gt;Introduction&lt;/h1&gt;
   &lt;p&gt;This companion guide to the highly successful
-  &lt;cite&gt;Introduction to Medieval Bee-Keeping&lt;/cite&gt; book is...
-</pre>
+  &lt;cite&gt;Introduction to Medieval Bee-Keeping&lt;/cite&gt; book is...</pre>
 
    <p>The next page might be a part of the same site. Note how the
    title describes the subject matter unambiguously, while the first
@@ -11297,8 +11291,7 @@
   style sheet. During rendering, the image is scaled to fit this layout
   size.</p><div class=example>
    <p>Only one square appears to be drawn in the following example:</p>
-   <pre>
-  // canvas is a reference to a &lt;canvas&gt; element
+   <pre>  // canvas is a reference to a &lt;canvas&gt; element
   var context = canvas.getContext('2d');
   context.fillRect(0,0,50,50);
   canvas.setAttribute('width', '300'); // clears the canvas
@@ -12614,6 +12607,7 @@
   readonly attribute <a href=#htmlcollection>HTMLCollection</a> <a href=#dom-table-rows title=dom-table-rows>rows</a>;
   <a href=#htmlelement>HTMLElement</a> <a href=#dom-table-insertrow title=dom-table-insertRow>insertRow</a>(in optional long index);
   void <a href=#dom-table-deleterow title=dom-table-deleteRow>deleteRow</a>(in long index);
+           attribute DOMString <a href=#dom-table-summary title=dom-table-summary>summary</a>;
 };</pre>
    </dd>
   </dl><p>The <code><a href=#the-table-element>table</a></code> element <a href=#represents>represents</a> data with
@@ -12765,8 +12759,7 @@
      &lt;td&gt; Passing
   &lt;/table&gt;
  &lt;/dd&gt;
-&lt;/figure&gt;
-</pre></div>
+&lt;/figure&gt;</pre></div>
    </dd>
 
    <dt>Next to the table, in a <code><a href=#the-figure-element>figure</a></code>'s <code><a href=#the-dt-element>dt</a></code></dt>
@@ -12797,8 +12790,7 @@
      &lt;td&gt; Passing
   &lt;/table&gt;
  &lt;/dd&gt;
-&lt;/figure&gt;
-</pre></div>
+&lt;/figure&gt;</pre></div>
    </dd>
 
   </dl><p>Authors may also use other techniques, or combinations of the
@@ -15498,12 +15490,10 @@
   such as in a tooltip or read out by assistive technology when the
   control gains focus.</p><div class=example>
    <p>For example, the following snippet:</p>
-   <pre>
-&lt;label&gt; Part number:
+   <pre>&lt;label&gt; Part number:
  &lt;input pattern="[0-9][A-Z]{3}" name="part"
         title="A part number is a digit followed by three uppercase letters."/&gt;
-&lt;/label&gt;
-</pre>
+&lt;/label&gt;</pre>
    <p>...could cause the UA to display an alert such as:</p>
    <pre><samp>A part number is a digit followed by three uppercase letters.
 You cannot complete this form until the field is correct.</samp></pre>
@@ -21742,8 +21732,7 @@
    <code><a href=#the-address-element>address</a></code> element) containing an address with two street
    components:</p>
 
-   <pre>
-&lt;address item=vcard&gt;
+   <pre>&lt;address item=vcard&gt;
  &lt;strong title="fn"&gt;Alfred Person&lt;/strong&gt; &lt;br&gt;
  &lt;span itemprop="adr" item&gt;
   &lt;span itemprop="street-address"&gt;1600 Amphitheatre Parkway&lt;/span&gt; &lt;br&gt;
@@ -22654,8 +22643,7 @@
            attribute <a href=#function>Function</a> <a href=#handler-onvolumechange title=handler-onvolumechange>onvolumechange</a>;
            attribute <a href=#function>Function</a> <a href=#handler-onwaiting title=handler-onwaiting>onwaiting</a>;
 };
-<a href=#window>Window</a> implements <span>EventTarget</span>;
-</pre><!-- for more features to add here, look here:
+<a href=#window>Window</a> implements <span>EventTarget</span>;</pre><!-- for more features to add here, look here:
  http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/obj_window.asp
  http://www.mozilla.org/docs/dom/domref/dom_window_ref.html
  http://lxr.mozilla.org/mozilla/source/dom/public/idl/base/nsIDOMWindow.idl - scrollBy, etc

Index: introduction.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/introduction.html,v
retrieving revision 1.258
retrieving revision 1.259
diff -u -d -r1.258 -r1.259
--- introduction.html	29 Sep 2009 01:16:53 -0000	1.258
+++ introduction.html	29 Sep 2009 01:26:51 -0000	1.259
@@ -217,7 +217,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.3181.</p>
+<p>This is revision 1.3183.</p>
    </div><div>
    <a href="Overview.html#contents">Table of contents</a> &#8211;
    <a href="infrastructure.html">2 Common infrastructure &#8594;</a>

Received on Tuesday, 29 September 2009 01:27:05 UTC