html5/spec acknowledgements.html,1.1235,1.1236 association-of-controls-and-forms.html,1.242,1.243 attributes-common-to-form-controls.html,1.131,1.132 attributes-common-to-ins-and-del-elements.html,1.131,1.132 attributes-common-to-td-and-th-elements.html,1.131,1.132 browsers.html,1.1218,1.1219 commands.html,1.182,1.183 common-dom-interfaces.html,1.215,1.216 common-input-element-apis.html,1.131,1.132 common-input-element-attributes.html,1.197,1.198 common-microsyntaxes.html,1.197,1.198 constraints.html,1.131,1.132 content-models.html,1.240,1.241 dimension-attributes.html,1.131,1.132 dnd.html,1.219,1.220 dom.html,1.1210,1.1211 dynamic-markup-insertion.html,1.132,1.133 editing-apis.html,1.131,1.132 editing.html,1.1196,1.1197 edits-and-lists.html,1.131,1.132 edits-and-paragraphs.html,1.131,1.132 edits.html,1.176,1.177 element-definitions.html,1.131,1.132 elements.html,1.206,1.207 embedded-content-1.html,1.201,1.202 examples.html,1.131,1.132 form-submission.html,1.131,1.132 forms.html,1.1185,1.1186 globa

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

Modified Files:
	acknowledgements.html association-of-controls-and-forms.html 
	attributes-common-to-form-controls.html 
	attributes-common-to-ins-and-del-elements.html 
	attributes-common-to-td-and-th-elements.html browsers.html 
	commands.html common-dom-interfaces.html 
	common-input-element-apis.html 
	common-input-element-attributes.html common-microsyntaxes.html 
	constraints.html content-models.html dimension-attributes.html 
	dnd.html dom.html dynamic-markup-insertion.html 
	editing-apis.html editing.html edits-and-lists.html 
	edits-and-paragraphs.html edits.html element-definitions.html 
	elements.html embedded-content-1.html examples.html 
	form-submission.html forms.html global-attributes.html 
	grouping-content.html headings-and-sections.html history.html 
	iana.html image-maps.html index.html infrastructure.html 
	interactions-with-xpath-and-xslt.html 
	interactive-elements.html introduction.html links.html 
	mathml.html media-elements.html 
	named-character-references.html namespaces.html obsolete.html 
	offline.html origin-0.html parsing.html references.html 
	rendering.html 
	requirements-relating-to-bidirectional-algorithm-formatting-characters.html 
	scripting-1.html section-index.html sections.html 
	semantics.html single-page.html spec.html 
	states-of-the-type-attribute.html styling.html svg-0.html 
	syntax.html system-state-and-capabilities.html 
	tabular-data.html text-level-semantics.html 
	textFieldSelection.html the-a-element.html 
	the-abbr-element.html the-address-element.html 
	the-area-element.html the-article-element.html 
	the-aside-element.html the-audio-element.html 
	the-b-element.html the-base-element.html the-bdi-element.html 
	the-bdo-element.html the-blockquote-element.html 
	the-body-element.html the-br-element.html 
	the-button-element.html the-canvas-element.html 
	the-caption-element.html the-cite-element.html 
	the-code-element.html the-col-element.html 
	the-colgroup-element.html the-command-element.html 
	the-datalist-element.html the-dd-element.html 
	the-del-element.html the-details-element.html 
	the-dfn-element.html the-div-element.html the-dl-element.html 
	the-dt-element.html the-em-element.html the-embed-element.html 
	the-end.html the-fieldset-element.html 
	the-figcaption-element.html the-figure-element.html 
	the-footer-element.html the-form-element.html 
	the-h1-h2-h3-h4-h5-and-h6-elements.html the-head-element.html 
	the-header-element.html the-hgroup-element.html 
	the-hr-element.html the-html-element.html the-i-element.html 
	the-iframe-element.html the-img-element.html 
	the-input-element.html the-ins-element.html 
	the-kbd-element.html the-keygen-element.html 
	the-label-element.html the-legend-element.html 
	the-li-element.html the-link-element.html the-map-element.html 
	the-mark-element.html the-menu-element.html 
	the-meta-element.html the-meter-element.html 
	the-nav-element.html the-noscript-element.html 
	the-object-element.html the-ol-element.html 
	the-optgroup-element.html the-option-element.html 
	the-output-element.html the-p-element.html 
	the-param-element.html the-pre-element.html 
	the-progress-element.html the-q-element.html 
	the-rp-element.html the-rt-element.html the-ruby-element.html 
	the-s-element.html the-samp-element.html 
	the-script-element.html the-section-element.html 
	the-select-element.html the-small-element.html 
	the-source-element.html the-span-element.html 
	the-strong-element.html the-style-element.html 
	the-sub-and-sup-elements.html the-summary-element.html 
	the-table-element.html the-tbody-element.html 
	the-td-element.html the-textarea-element.html 
	the-tfoot-element.html the-th-element.html 
	the-thead-element.html the-time-element.html 
	the-title-element.html the-tr-element.html 
	the-track-element.html the-u-element.html the-ul-element.html 
	the-var-element.html the-video-element.html 
	the-wbr-element.html the-xhtml-syntax.html timers.html 
	tokenization.html tree-construction.html urls.html 
	usage-summary.html user-prompts.html wai-aria.html 
	webappapis.html 
Log Message:
Fix a race condition (whatwg r7108)

[updated by splitter]


Index: the-a-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-a-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-a-element.html	29 May 2012 23:47:07 -0000	1.131
+++ the-a-element.html	30 May 2012 22:46:46 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-img-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-img-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-img-element.html	29 May 2012 23:47:10 -0000	1.131
+++ the-img-element.html	30 May 2012 22:46:49 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-del-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-del-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-del-element.html	29 May 2012 23:47:09 -0000	1.131
+++ the-del-element.html	30 May 2012 22:46:48 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-option-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-option-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-option-element.html	29 May 2012 23:47:11 -0000	1.131
+++ the-option-element.html	30 May 2012 22:46:50 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-figcaption-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-figcaption-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-figcaption-element.html	29 May 2012 23:47:09 -0000	1.131
+++ the-figcaption-element.html	30 May 2012 22:46:48 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-hr-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-hr-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-hr-element.html	29 May 2012 23:47:10 -0000	1.131
+++ the-hr-element.html	30 May 2012 22:46:49 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-summary-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-summary-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-summary-element.html	29 May 2012 23:47:13 -0000	1.131
+++ the-summary-element.html	30 May 2012 22:46:51 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-small-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-small-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-small-element.html	29 May 2012 23:47:13 -0000	1.131
+++ the-small-element.html	30 May 2012 22:46:51 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-kbd-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-kbd-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-kbd-element.html	29 May 2012 23:47:10 -0000	1.131
+++ the-kbd-element.html	30 May 2012 22:46:49 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: single-page.html
===================================================================
RCS file: /sources/public/html5/spec/single-page.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- single-page.html	29 May 2012 23:47:05 -0000	1.48
+++ single-page.html	30 May 2012 22:46:44 -0000	1.49
@@ -326,7 +326,7 @@
 
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -353,7 +353,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.5662.
+This is revision 1.5663.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &copy; 2012 <a href="http://www.w3.org/"><abbr title="World Wide
@@ -519,7 +519,7 @@
   Group</a> is the W3C working group responsible for this
   specification's progress along the W3C Recommendation
   track.
-  This specification is the 29 May 2012 Editor's Draft.
+  This specification is the 30 May 2012 Editor's Draft.
   </p>
 
 
@@ -24815,7 +24815,9 @@
   </ul><p>...the user agent must <a href="#queue-a-task">queue a task</a> to run the
   following steps to (re)determine what the <code><a href="#the-object-element">object</a></code>
   element represents. The <a href="#task-source">task source</a> for this <a href="#concept-task" title="concept-task">task</a> is the <a href="#dom-manipulation-task-source">DOM manipulation task
-  source</a>.</p> 
+  source</a>. This <a href="#concept-task" title="concept-task">task</a> being
+  <a href="#queue-a-task" title="queue a task">queued</a> or actively running must
+  <a href="#delay-the-load-event">delay the load event</a> of the element's document. </p>
 
   <ol><li>
 

Index: the-end.html
===================================================================
RCS file: /sources/public/html5/spec/the-end.html,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -d -r1.140 -r1.141
--- the-end.html	29 May 2012 21:47:00 -0000	1.140
+++ the-end.html	30 May 2012 22:46:48 -0000	1.141
@@ -326,7 +326,7 @@
 
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: parsing.html
===================================================================
RCS file: /sources/public/html5/spec/parsing.html,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -d -r1.151 -r1.152
--- parsing.html	29 May 2012 21:46:53 -0000	1.151
+++ parsing.html	30 May 2012 22:46:44 -0000	1.152
@@ -326,7 +326,7 @@
 
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-span-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-span-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-span-element.html	29 May 2012 23:47:13 -0000	1.131
+++ the-span-element.html	30 May 2012 22:46:51 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-fieldset-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-fieldset-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-fieldset-element.html	29 May 2012 23:47:09 -0000	1.131
+++ the-fieldset-element.html	30 May 2012 22:46:48 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-figure-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-figure-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-figure-element.html	29 May 2012 23:47:09 -0000	1.131
+++ the-figure-element.html	30 May 2012 22:46:48 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: element-definitions.html
===================================================================
RCS file: /sources/public/html5/spec/element-definitions.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- element-definitions.html	29 May 2012 23:46:56 -0000	1.131
+++ element-definitions.html	30 May 2012 22:46:41 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-script-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-script-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-script-element.html	29 May 2012 23:47:12 -0000	1.131
+++ the-script-element.html	30 May 2012 22:46:51 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-input-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-input-element.html,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -d -r1.192 -r1.193
--- the-input-element.html	29 May 2012 23:47:10 -0000	1.192
+++ the-input-element.html	30 May 2012 22:46:49 -0000	1.193
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: constraints.html
===================================================================
RCS file: /sources/public/html5/spec/constraints.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- constraints.html	29 May 2012 23:46:54 -0000	1.131
+++ constraints.html	30 May 2012 22:46:40 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-p-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-p-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-p-element.html	29 May 2012 23:47:11 -0000	1.131
+++ the-p-element.html	30 May 2012 22:46:50 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: examples.html
===================================================================
RCS file: /sources/public/html5/spec/examples.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- examples.html	29 May 2012 23:46:56 -0000	1.131
+++ examples.html	30 May 2012 22:46:41 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-map-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-map-element.html,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -d -r1.192 -r1.193
--- the-map-element.html	29 May 2012 23:47:11 -0000	1.192
+++ the-map-element.html	30 May 2012 22:46:49 -0000	1.193
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: browsers.html
===================================================================
RCS file: /sources/public/html5/spec/browsers.html,v
retrieving revision 1.1218
retrieving revision 1.1219
diff -u -d -r1.1218 -r1.1219
--- browsers.html	29 May 2012 23:46:51 -0000	1.1218
+++ browsers.html	30 May 2012 22:46:40 -0000	1.1219
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-head-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-head-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-head-element.html	29 May 2012 23:47:09 -0000	1.131
+++ the-head-element.html	30 May 2012 22:46:48 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-s-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-s-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-s-element.html	29 May 2012 23:47:12 -0000	1.131
+++ the-s-element.html	30 May 2012 22:46:51 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-section-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-section-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-section-element.html	29 May 2012 23:47:12 -0000	1.131
+++ the-section-element.html	30 May 2012 22:46:51 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-article-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-article-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-article-element.html	29 May 2012 23:47:08 -0000	1.131
+++ the-article-element.html	30 May 2012 22:46:46 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-blockquote-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-blockquote-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-blockquote-element.html	29 May 2012 23:47:08 -0000	1.131
+++ the-blockquote-element.html	30 May 2012 22:46:47 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-rp-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-rp-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-rp-element.html	29 May 2012 23:47:12 -0000	1.131
+++ the-rp-element.html	30 May 2012 22:46:51 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-details-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-details-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-details-element.html	29 May 2012 23:47:09 -0000	1.131
+++ the-details-element.html	30 May 2012 22:46:48 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-aside-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-aside-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-aside-element.html	29 May 2012 23:47:08 -0000	1.131
+++ the-aside-element.html	30 May 2012 22:46:47 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-title-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-title-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-title-element.html	29 May 2012 23:47:14 -0000	1.131
+++ the-title-element.html	30 May 2012 22:46:52 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: offline.html
===================================================================
RCS file: /sources/public/html5/spec/offline.html,v
retrieving revision 1.1188
retrieving revision 1.1189
diff -u -d -r1.1188 -r1.1189
--- offline.html	29 May 2012 23:47:04 -0000	1.1188
+++ offline.html	30 May 2012 22:46:44 -0000	1.1189
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: textFieldSelection.html
===================================================================
RCS file: /sources/public/html5/spec/textFieldSelection.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- textFieldSelection.html	29 May 2012 23:47:07 -0000	1.131
+++ textFieldSelection.html	30 May 2012 22:46:46 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: global-attributes.html
===================================================================
RCS file: /sources/public/html5/spec/global-attributes.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- global-attributes.html	29 May 2012 23:46:57 -0000	1.131
+++ global-attributes.html	30 May 2012 22:46:42 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-bdi-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-bdi-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-bdi-element.html	29 May 2012 23:47:08 -0000	1.131
+++ the-bdi-element.html	30 May 2012 22:46:47 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-legend-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-legend-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-legend-element.html	29 May 2012 23:47:10 -0000	1.131
+++ the-legend-element.html	30 May 2012 22:46:49 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-dt-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-dt-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-dt-element.html	29 May 2012 23:47:09 -0000	1.131
+++ the-dt-element.html	30 May 2012 22:46:48 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: history.html
===================================================================
RCS file: /sources/public/html5/spec/history.html,v
retrieving revision 1.1223
retrieving revision 1.1224
diff -u -d -r1.1223 -r1.1224
--- history.html	29 May 2012 23:46:57 -0000	1.1223
+++ history.html	30 May 2012 22:46:42 -0000	1.1224
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: svg-0.html
===================================================================
RCS file: /sources/public/html5/spec/svg-0.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- svg-0.html	29 May 2012 23:47:06 -0000	1.131
+++ svg-0.html	30 May 2012 22:46:45 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-source-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-source-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-source-element.html	29 May 2012 23:47:13 -0000	1.131
+++ the-source-element.html	30 May 2012 22:46:51 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-embed-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-embed-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-embed-element.html	29 May 2012 23:47:09 -0000	1.131
+++ the-embed-element.html	30 May 2012 22:46:48 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-ins-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-ins-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-ins-element.html	29 May 2012 23:47:10 -0000	1.131
+++ the-ins-element.html	30 May 2012 22:46:49 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-col-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-col-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-col-element.html	29 May 2012 23:47:08 -0000	1.131
+++ the-col-element.html	30 May 2012 22:46:47 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-em-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-em-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-em-element.html	29 May 2012 23:47:09 -0000	1.131
+++ the-em-element.html	30 May 2012 22:46:48 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: semantics.html
===================================================================
RCS file: /sources/public/html5/spec/semantics.html,v
retrieving revision 1.1212
retrieving revision 1.1213
diff -u -d -r1.1212 -r1.1213
--- semantics.html	29 May 2012 23:47:05 -0000	1.1212
+++ semantics.html	30 May 2012 22:46:44 -0000	1.1213
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-q-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-q-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-q-element.html	29 May 2012 23:47:12 -0000	1.131
+++ the-q-element.html	30 May 2012 22:46:50 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-style-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-style-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-style-element.html	29 May 2012 23:47:13 -0000	1.131
+++ the-style-element.html	30 May 2012 22:46:51 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: syntax.html
===================================================================
RCS file: /sources/public/html5/spec/syntax.html,v
retrieving revision 1.1182
retrieving revision 1.1183
diff -u -d -r1.1182 -r1.1183
--- syntax.html	29 May 2012 23:47:06 -0000	1.1182
+++ syntax.html	30 May 2012 22:46:45 -0000	1.1183
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: webappapis.html
===================================================================
RCS file: /sources/public/html5/spec/webappapis.html,v
retrieving revision 1.335
retrieving revision 1.336
diff -u -d -r1.335 -r1.336
--- webappapis.html	29 May 2012 23:47:17 -0000	1.335
+++ webappapis.html	30 May 2012 22:46:53 -0000	1.336
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: attributes-common-to-form-controls.html
===================================================================
RCS file: /sources/public/html5/spec/attributes-common-to-form-controls.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- attributes-common-to-form-controls.html	29 May 2012 23:46:51 -0000	1.131
+++ attributes-common-to-form-controls.html	30 May 2012 22:46:40 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-h1-h2-h3-h4-h5-and-h6-elements.html
===================================================================
RCS file: /sources/public/html5/spec/the-h1-h2-h3-h4-h5-and-h6-elements.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-h1-h2-h3-h4-h5-and-h6-elements.html	29 May 2012 23:47:09 -0000	1.131
+++ the-h1-h2-h3-h4-h5-and-h6-elements.html	30 May 2012 22:46:48 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-abbr-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-abbr-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-abbr-element.html	29 May 2012 23:47:07 -0000	1.131
+++ the-abbr-element.html	30 May 2012 22:46:46 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-caption-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-caption-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-caption-element.html	29 May 2012 23:47:08 -0000	1.131
+++ the-caption-element.html	30 May 2012 22:46:47 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: edits-and-paragraphs.html
===================================================================
RCS file: /sources/public/html5/spec/edits-and-paragraphs.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- edits-and-paragraphs.html	29 May 2012 23:46:56 -0000	1.131
+++ edits-and-paragraphs.html	30 May 2012 22:46:41 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-tbody-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-tbody-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-tbody-element.html	29 May 2012 23:47:13 -0000	1.131
+++ the-tbody-element.html	30 May 2012 22:46:51 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-td-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-td-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-td-element.html	29 May 2012 23:47:13 -0000	1.131
+++ the-td-element.html	30 May 2012 22:46:51 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1915
retrieving revision 1.1916
diff -u -d -r1.1915 -r1.1916
--- spec.html	29 May 2012 23:47:05 -0000	1.1915
+++ spec.html	30 May 2012 22:46:45 -0000	1.1916
@@ -323,7 +323,7 @@
 
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -350,7 +350,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.5662.
+This is revision 1.5663.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2012 <a href="http://www.w3.org/"><abbr title="World Wide
@@ -516,7 +516,7 @@
   Group</a> is the W3C working group responsible for this
   specification's progress along the W3C Recommendation
   track.
-  This specification is the 29 May 2012 Editor's Draft.
+  This specification is the 30 May 2012 Editor's Draft.
   </p>
 
 

Index: system-state-and-capabilities.html
===================================================================
RCS file: /sources/public/html5/spec/system-state-and-capabilities.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- system-state-and-capabilities.html	29 May 2012 23:47:06 -0000	1.131
+++ system-state-and-capabilities.html	30 May 2012 22:46:46 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: origin-0.html
===================================================================
RCS file: /sources/public/html5/spec/origin-0.html,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -d -r1.183 -r1.184
--- origin-0.html	29 May 2012 23:47:04 -0000	1.183
+++ origin-0.html	30 May 2012 22:46:44 -0000	1.184
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: media-elements.html
===================================================================
RCS file: /sources/public/html5/spec/media-elements.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- media-elements.html	29 May 2012 23:47:01 -0000	1.131
+++ media-elements.html	30 May 2012 22:46:43 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-base-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-base-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-base-element.html	29 May 2012 23:47:08 -0000	1.131
+++ the-base-element.html	30 May 2012 22:46:47 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-menu-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-menu-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-menu-element.html	29 May 2012 23:47:11 -0000	1.131
+++ the-menu-element.html	30 May 2012 22:46:50 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: styling.html
===================================================================
RCS file: /sources/public/html5/spec/styling.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- styling.html	29 May 2012 23:47:06 -0000	1.131
+++ styling.html	30 May 2012 22:46:45 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-noscript-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-noscript-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-noscript-element.html	29 May 2012 23:47:11 -0000	1.131
+++ the-noscript-element.html	30 May 2012 22:46:50 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-code-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-code-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-code-element.html	29 May 2012 23:47:08 -0000	1.131
+++ the-code-element.html	30 May 2012 22:46:47 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-command-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-command-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-command-element.html	29 May 2012 23:47:08 -0000	1.131
+++ the-command-element.html	30 May 2012 22:46:48 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: urls.html
===================================================================
RCS file: /sources/public/html5/spec/urls.html,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -d -r1.192 -r1.193
--- urls.html	29 May 2012 23:47:16 -0000	1.192
+++ urls.html	30 May 2012 22:46:52 -0000	1.193
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-xhtml-syntax.html
===================================================================
RCS file: /sources/public/html5/spec/the-xhtml-syntax.html,v
retrieving revision 1.1177
retrieving revision 1.1178
diff -u -d -r1.1177 -r1.1178
--- the-xhtml-syntax.html	29 May 2012 23:47:14 -0000	1.1177
+++ the-xhtml-syntax.html	30 May 2012 22:46:52 -0000	1.1178
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-div-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-div-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-div-element.html	29 May 2012 23:47:09 -0000	1.131
+++ the-div-element.html	30 May 2012 22:46:48 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-output-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-output-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-output-element.html	29 May 2012 23:47:11 -0000	1.131
+++ the-output-element.html	30 May 2012 22:46:50 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-label-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-label-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-label-element.html	29 May 2012 23:47:10 -0000	1.131
+++ the-label-element.html	30 May 2012 22:46:49 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: dnd.html
===================================================================
RCS file: /sources/public/html5/spec/dnd.html,v
retrieving revision 1.219
retrieving revision 1.220
diff -u -d -r1.219 -r1.220
--- dnd.html	29 May 2012 23:46:54 -0000	1.219
+++ dnd.html	30 May 2012 22:46:40 -0000	1.220
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-dl-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-dl-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-dl-element.html	29 May 2012 23:47:09 -0000	1.131
+++ the-dl-element.html	30 May 2012 22:46:48 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-select-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-select-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-select-element.html	29 May 2012 23:47:12 -0000	1.131
+++ the-select-element.html	30 May 2012 22:46:51 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: editing-apis.html
===================================================================
RCS file: /sources/public/html5/spec/editing-apis.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- editing-apis.html	29 May 2012 23:46:55 -0000	1.131
+++ editing-apis.html	30 May 2012 22:46:40 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: dom.html
===================================================================
RCS file: /sources/public/html5/spec/dom.html,v
retrieving revision 1.1210
retrieving revision 1.1211
diff -u -d -r1.1210 -r1.1211
--- dom.html	29 May 2012 23:46:55 -0000	1.1210
+++ dom.html	30 May 2012 22:46:40 -0000	1.1211
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-textarea-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-textarea-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-textarea-element.html	29 May 2012 23:47:13 -0000	1.131
+++ the-textarea-element.html	30 May 2012 22:46:51 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-colgroup-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-colgroup-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-colgroup-element.html	29 May 2012 23:47:08 -0000	1.131
+++ the-colgroup-element.html	30 May 2012 22:46:47 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: attributes-common-to-ins-and-del-elements.html
===================================================================
RCS file: /sources/public/html5/spec/attributes-common-to-ins-and-del-elements.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- attributes-common-to-ins-and-del-elements.html	29 May 2012 23:46:51 -0000	1.131
+++ attributes-common-to-ins-and-del-elements.html	30 May 2012 22:46:40 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-video-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-video-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-video-element.html	29 May 2012 23:47:14 -0000	1.131
+++ the-video-element.html	30 May 2012 22:46:52 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-table-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-table-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-table-element.html	29 May 2012 23:47:13 -0000	1.131
+++ the-table-element.html	30 May 2012 22:46:51 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-audio-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-audio-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-audio-element.html	29 May 2012 23:47:08 -0000	1.131
+++ the-audio-element.html	30 May 2012 22:46:47 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: edits-and-lists.html
===================================================================
RCS file: /sources/public/html5/spec/edits-and-lists.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- edits-and-lists.html	29 May 2012 23:46:56 -0000	1.131
+++ edits-and-lists.html	30 May 2012 22:46:41 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-pre-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-pre-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-pre-element.html	29 May 2012 23:47:12 -0000	1.131
+++ the-pre-element.html	30 May 2012 22:46:50 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: dynamic-markup-insertion.html
===================================================================
RCS file: /sources/public/html5/spec/dynamic-markup-insertion.html,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -d -r1.132 -r1.133
--- dynamic-markup-insertion.html	29 May 2012 23:46:55 -0000	1.132
+++ dynamic-markup-insertion.html	30 May 2012 22:46:40 -0000	1.133
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-tfoot-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-tfoot-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-tfoot-element.html	29 May 2012 23:47:13 -0000	1.131
+++ the-tfoot-element.html	30 May 2012 22:46:52 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-thead-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-thead-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-thead-element.html	29 May 2012 23:47:13 -0000	1.131
+++ the-thead-element.html	30 May 2012 22:46:52 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: image-maps.html
===================================================================
RCS file: /sources/public/html5/spec/image-maps.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- image-maps.html	29 May 2012 23:46:58 -0000	1.131
+++ image-maps.html	30 May 2012 22:46:42 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-br-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-br-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-br-element.html	29 May 2012 23:47:08 -0000	1.131
+++ the-br-element.html	30 May 2012 22:46:47 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-meta-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-meta-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-meta-element.html	29 May 2012 23:47:11 -0000	1.131
+++ the-meta-element.html	30 May 2012 22:46:50 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-wbr-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-wbr-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-wbr-element.html	29 May 2012 23:47:14 -0000	1.131
+++ the-wbr-element.html	30 May 2012 22:46:52 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: introduction.html
===================================================================
RCS file: /sources/public/html5/spec/introduction.html,v
retrieving revision 1.1190
retrieving revision 1.1191
diff -u -d -r1.1190 -r1.1191
--- introduction.html	29 May 2012 23:47:00 -0000	1.1190
+++ introduction.html	30 May 2012 22:46:43 -0000	1.1191
@@ -324,9 +324,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: editing.html
===================================================================
RCS file: /sources/public/html5/spec/editing.html,v
retrieving revision 1.1196
retrieving revision 1.1197
diff -u -d -r1.1196 -r1.1197
--- editing.html	29 May 2012 23:46:55 -0000	1.1196
+++ editing.html	30 May 2012 22:46:40 -0000	1.1197
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: common-microsyntaxes.html
===================================================================
RCS file: /sources/public/html5/spec/common-microsyntaxes.html,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -d -r1.197 -r1.198
--- common-microsyntaxes.html	29 May 2012 23:46:52 -0000	1.197
+++ common-microsyntaxes.html	30 May 2012 22:46:40 -0000	1.198
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: rendering.html
===================================================================
RCS file: /sources/public/html5/spec/rendering.html,v
retrieving revision 1.210
retrieving revision 1.211
diff -u -d -r1.210 -r1.211
--- rendering.html	29 May 2012 21:46:53 -0000	1.210
+++ rendering.html	30 May 2012 22:46:44 -0000	1.211
@@ -326,7 +326,7 @@
 
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: text-level-semantics.html
===================================================================
RCS file: /sources/public/html5/spec/text-level-semantics.html,v
retrieving revision 1.1199
retrieving revision 1.1200
diff -u -d -r1.1199 -r1.1200
--- text-level-semantics.html	29 May 2012 23:47:07 -0000	1.1199
+++ text-level-semantics.html	30 May 2012 22:46:46 -0000	1.1200
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: embedded-content-1.html
===================================================================
RCS file: /sources/public/html5/spec/embedded-content-1.html,v
retrieving revision 1.201
retrieving revision 1.202
diff -u -d -r1.201 -r1.202
--- embedded-content-1.html	29 May 2012 23:46:56 -0000	1.201
+++ embedded-content-1.html	30 May 2012 22:46:41 -0000	1.202
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: infrastructure.html
===================================================================
RCS file: /sources/public/html5/spec/infrastructure.html,v
retrieving revision 1.1254
retrieving revision 1.1255
diff -u -d -r1.1254 -r1.1255
--- infrastructure.html	29 May 2012 23:46:59 -0000	1.1254
+++ infrastructure.html	30 May 2012 22:46:42 -0000	1.1255
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: form-submission.html
===================================================================
RCS file: /sources/public/html5/spec/form-submission.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- form-submission.html	29 May 2012 23:46:56 -0000	1.131
+++ form-submission.html	30 May 2012 22:46:41 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: user-prompts.html
===================================================================
RCS file: /sources/public/html5/spec/user-prompts.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- user-prompts.html	29 May 2012 23:47:16 -0000	1.131
+++ user-prompts.html	30 May 2012 22:46:52 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: tabular-data.html
===================================================================
RCS file: /sources/public/html5/spec/tabular-data.html,v
retrieving revision 1.1179
retrieving revision 1.1180
diff -u -d -r1.1179 -r1.1180
--- tabular-data.html	29 May 2012 23:47:07 -0000	1.1179
+++ tabular-data.html	30 May 2012 22:46:46 -0000	1.1180
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-iframe-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-iframe-element.html,v
retrieving revision 1.276
retrieving revision 1.277
diff -u -d -r1.276 -r1.277
--- the-iframe-element.html	29 May 2012 23:47:10 -0000	1.276
+++ the-iframe-element.html	30 May 2012 22:46:49 -0000	1.277
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: dimension-attributes.html
===================================================================
RCS file: /sources/public/html5/spec/dimension-attributes.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- dimension-attributes.html	29 May 2012 23:46:54 -0000	1.131
+++ dimension-attributes.html	30 May 2012 22:46:40 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: tree-construction.html
===================================================================
RCS file: /sources/public/html5/spec/tree-construction.html,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- tree-construction.html	29 May 2012 21:47:12 -0000	1.95
+++ tree-construction.html	30 May 2012 22:46:52 -0000	1.96
@@ -326,7 +326,7 @@
 
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: association-of-controls-and-forms.html
===================================================================
RCS file: /sources/public/html5/spec/association-of-controls-and-forms.html,v
retrieving revision 1.242
retrieving revision 1.243
diff -u -d -r1.242 -r1.243
--- association-of-controls-and-forms.html	29 May 2012 23:46:51 -0000	1.242
+++ association-of-controls-and-forms.html	30 May 2012 22:46:40 -0000	1.243
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: common-dom-interfaces.html
===================================================================
RCS file: /sources/public/html5/spec/common-dom-interfaces.html,v
retrieving revision 1.215
retrieving revision 1.216
diff -u -d -r1.215 -r1.216
--- common-dom-interfaces.html	29 May 2012 23:46:52 -0000	1.215
+++ common-dom-interfaces.html	30 May 2012 22:46:40 -0000	1.216
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-strong-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-strong-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-strong-element.html	29 May 2012 23:47:13 -0000	1.131
+++ the-strong-element.html	30 May 2012 22:46:51 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-form-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-form-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-form-element.html	29 May 2012 23:47:09 -0000	1.131
+++ the-form-element.html	30 May 2012 22:46:48 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-li-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-li-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-li-element.html	29 May 2012 23:47:10 -0000	1.131
+++ the-li-element.html	30 May 2012 22:46:49 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: scripting-1.html
===================================================================
RCS file: /sources/public/html5/spec/scripting-1.html,v
retrieving revision 1.207
retrieving revision 1.208
diff -u -d -r1.207 -r1.208
--- scripting-1.html	29 May 2012 23:47:04 -0000	1.207
+++ scripting-1.html	30 May 2012 22:46:44 -0000	1.208
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-keygen-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-keygen-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-keygen-element.html	29 May 2012 23:47:10 -0000	1.131
+++ the-keygen-element.html	30 May 2012 22:46:49 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-link-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-link-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-link-element.html	29 May 2012 23:47:11 -0000	1.131
+++ the-link-element.html	30 May 2012 22:46:49 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-optgroup-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-optgroup-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-optgroup-element.html	29 May 2012 23:47:11 -0000	1.131
+++ the-optgroup-element.html	30 May 2012 22:46:50 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-param-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-param-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-param-element.html	29 May 2012 23:47:12 -0000	1.131
+++ the-param-element.html	30 May 2012 22:46:50 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-time-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-time-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-time-element.html	29 May 2012 23:47:14 -0000	1.131
+++ the-time-element.html	30 May 2012 22:46:52 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: mathml.html
===================================================================
RCS file: /sources/public/html5/spec/mathml.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- mathml.html	29 May 2012 23:47:01 -0000	1.131
+++ mathml.html	30 May 2012 22:46:43 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-var-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-var-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-var-element.html	29 May 2012 23:47:14 -0000	1.131
+++ the-var-element.html	30 May 2012 22:46:52 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-th-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-th-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-th-element.html	29 May 2012 23:47:13 -0000	1.131
+++ the-th-element.html	30 May 2012 22:46:52 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: tokenization.html
===================================================================
RCS file: /sources/public/html5/spec/tokenization.html,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -d -r1.155 -r1.156
--- tokenization.html	29 May 2012 21:47:11 -0000	1.155
+++ tokenization.html	30 May 2012 22:46:52 -0000	1.156
@@ -326,7 +326,7 @@
 
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: requirements-relating-to-bidirectional-algorithm-formatting-characters.html
===================================================================
RCS file: /sources/public/html5/spec/requirements-relating-to-bidirectional-algorithm-formatting-characters.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- requirements-relating-to-bidirectional-algorithm-formatting-characters.html	29 May 2012 23:47:04 -0000	1.131
+++ requirements-relating-to-bidirectional-algorithm-formatting-characters.html	30 May 2012 22:46:44 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-body-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-body-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-body-element.html	29 May 2012 23:47:08 -0000	1.131
+++ the-body-element.html	30 May 2012 22:46:47 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: common-input-element-attributes.html
===================================================================
RCS file: /sources/public/html5/spec/common-input-element-attributes.html,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -d -r1.197 -r1.198
--- common-input-element-attributes.html	29 May 2012 23:46:52 -0000	1.197
+++ common-input-element-attributes.html	30 May 2012 22:46:40 -0000	1.198
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: interactive-elements.html
===================================================================
RCS file: /sources/public/html5/spec/interactive-elements.html,v
retrieving revision 1.1184
retrieving revision 1.1185
diff -u -d -r1.1184 -r1.1185
--- interactive-elements.html	29 May 2012 23:46:59 -0000	1.1184
+++ interactive-elements.html	30 May 2012 22:46:43 -0000	1.1185
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-address-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-address-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-address-element.html	29 May 2012 23:47:07 -0000	1.131
+++ the-address-element.html	30 May 2012 22:46:46 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: iana.html
===================================================================
RCS file: /sources/public/html5/spec/iana.html,v
retrieving revision 1.501
retrieving revision 1.502
diff -u -d -r1.501 -r1.502
--- iana.html	29 May 2012 23:46:57 -0000	1.501
+++ iana.html	30 May 2012 22:46:42 -0000	1.502
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-b-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-b-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-b-element.html	29 May 2012 23:47:08 -0000	1.131
+++ the-b-element.html	30 May 2012 22:46:47 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: states-of-the-type-attribute.html
===================================================================
RCS file: /sources/public/html5/spec/states-of-the-type-attribute.html,v
retrieving revision 1.192
retrieving revision 1.193
diff -u -d -r1.192 -r1.193
--- states-of-the-type-attribute.html	29 May 2012 23:47:06 -0000	1.192
+++ states-of-the-type-attribute.html	30 May 2012 22:46:45 -0000	1.193
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-nav-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-nav-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-nav-element.html	29 May 2012 23:47:11 -0000	1.131
+++ the-nav-element.html	30 May 2012 22:46:50 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: references.html
===================================================================
RCS file: /sources/public/html5/spec/references.html,v
retrieving revision 1.1206
retrieving revision 1.1207
diff -u -d -r1.1206 -r1.1207
--- references.html	29 May 2012 23:47:04 -0000	1.1206
+++ references.html	30 May 2012 22:46:44 -0000	1.1207
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-meter-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-meter-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-meter-element.html	29 May 2012 23:47:11 -0000	1.131
+++ the-meter-element.html	30 May 2012 22:46:50 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-ul-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-ul-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-ul-element.html	29 May 2012 23:47:14 -0000	1.131
+++ the-ul-element.html	30 May 2012 22:46:52 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-html-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-html-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-html-element.html	29 May 2012 23:47:10 -0000	1.131
+++ the-html-element.html	30 May 2012 22:46:49 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: index.html
===================================================================
RCS file: /sources/public/html5/spec/index.html,v
retrieving revision 1.1249
retrieving revision 1.1250
diff -u -d -r1.1249 -r1.1250
--- index.html	29 May 2012 23:46:58 -0000	1.1249
+++ index.html	30 May 2012 22:46:42 -0000	1.1250
@@ -323,7 +323,7 @@
 
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -350,7 +350,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.5662.
+This is revision 1.5663.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2012 <a href="http://www.w3.org/"><abbr title="World Wide
@@ -516,7 +516,7 @@
   Group</a> is the W3C working group responsible for this
   specification's progress along the W3C Recommendation
   track.
-  This specification is the 29 May 2012 Editor's Draft.
+  This specification is the 30 May 2012 Editor's Draft.
   </p>
 
 

Index: attributes-common-to-td-and-th-elements.html
===================================================================
RCS file: /sources/public/html5/spec/attributes-common-to-td-and-th-elements.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- attributes-common-to-td-and-th-elements.html	29 May 2012 23:46:51 -0000	1.131
+++ attributes-common-to-td-and-th-elements.html	30 May 2012 22:46:40 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: wai-aria.html
===================================================================
RCS file: /sources/public/html5/spec/wai-aria.html,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -d -r1.132 -r1.133
--- wai-aria.html	29 May 2012 23:47:16 -0000	1.132
+++ wai-aria.html	30 May 2012 22:46:52 -0000	1.133
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-ruby-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-ruby-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-ruby-element.html	29 May 2012 23:47:12 -0000	1.131
+++ the-ruby-element.html	30 May 2012 22:46:51 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-track-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-track-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-track-element.html	29 May 2012 23:47:14 -0000	1.131
+++ the-track-element.html	30 May 2012 22:46:52 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: usage-summary.html
===================================================================
RCS file: /sources/public/html5/spec/usage-summary.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- usage-summary.html	29 May 2012 23:47:16 -0000	1.131
+++ usage-summary.html	30 May 2012 22:46:52 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: sections.html
===================================================================
RCS file: /sources/public/html5/spec/sections.html,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -d -r1.197 -r1.198
--- sections.html	29 May 2012 23:47:05 -0000	1.197
+++ sections.html	30 May 2012 22:46:44 -0000	1.198
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: content-models.html
===================================================================
RCS file: /sources/public/html5/spec/content-models.html,v
retrieving revision 1.240
retrieving revision 1.241
diff -u -d -r1.240 -r1.241
--- content-models.html	29 May 2012 23:46:54 -0000	1.240
+++ content-models.html	30 May 2012 22:46:40 -0000	1.241
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-progress-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-progress-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-progress-element.html	29 May 2012 23:47:12 -0000	1.131
+++ the-progress-element.html	30 May 2012 22:46:50 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-footer-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-footer-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-footer-element.html	29 May 2012 23:47:09 -0000	1.131
+++ the-footer-element.html	30 May 2012 22:46:48 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: interactions-with-xpath-and-xslt.html
===================================================================
RCS file: /sources/public/html5/spec/interactions-with-xpath-and-xslt.html,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- interactions-with-xpath-and-xslt.html	29 May 2012 21:46:50 -0000	1.68
+++ interactions-with-xpath-and-xslt.html	30 May 2012 22:46:43 -0000	1.69
@@ -326,7 +326,7 @@
 
    <h1>HTML5</h1>
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-dd-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-dd-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-dd-element.html	29 May 2012 23:47:09 -0000	1.131
+++ the-dd-element.html	30 May 2012 22:46:48 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-bdo-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-bdo-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-bdo-element.html	29 May 2012 23:47:08 -0000	1.131
+++ the-bdo-element.html	30 May 2012 22:46:47 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-object-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-object-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-object-element.html	29 May 2012 23:47:11 -0000	1.131
+++ the-object-element.html	30 May 2012 22:46:50 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">
@@ -452,7 +452,9 @@
   </li></ul><p>...the user agent must <a href="webappapis.html#queue-a-task">queue a task</a> to run the
   following steps to (re)determine what the <code><a href="#the-object-element">object</a></code>
   element represents. The <a href="webappapis.html#task-source">task source</a> for this <a href="webappapis.html#concept-task" title="concept-task">task</a> is the <a href="webappapis.html#dom-manipulation-task-source">DOM manipulation task
-  source</a>.</p> 
+  source</a>. This <a href="webappapis.html#concept-task" title="concept-task">task</a> being
+  <a href="webappapis.html#queue-a-task" title="queue a task">queued</a> or actively running must
+  <a href="the-end.html#delay-the-load-event">delay the load event</a> of the element's document. </p>
 
   <ol><li>
 

Index: the-ol-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-ol-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-ol-element.html	29 May 2012 23:47:11 -0000	1.131
+++ the-ol-element.html	30 May 2012 22:46:50 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-area-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-area-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-area-element.html	29 May 2012 23:47:08 -0000	1.131
+++ the-area-element.html	30 May 2012 22:46:46 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-datalist-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-datalist-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-datalist-element.html	29 May 2012 23:47:08 -0000	1.131
+++ the-datalist-element.html	30 May 2012 22:46:48 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: grouping-content.html
===================================================================
RCS file: /sources/public/html5/spec/grouping-content.html,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -d -r1.191 -r1.192
--- grouping-content.html	29 May 2012 23:46:57 -0000	1.191
+++ grouping-content.html	30 May 2012 22:46:42 -0000	1.192
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-mark-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-mark-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-mark-element.html	29 May 2012 23:47:11 -0000	1.131
+++ the-mark-element.html	30 May 2012 22:46:50 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-dfn-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-dfn-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-dfn-element.html	29 May 2012 23:47:09 -0000	1.131
+++ the-dfn-element.html	30 May 2012 22:46:48 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: acknowledgements.html
===================================================================
RCS file: /sources/public/html5/spec/acknowledgements.html,v
retrieving revision 1.1235
retrieving revision 1.1236
diff -u -d -r1.1235 -r1.1236
--- acknowledgements.html	29 May 2012 23:46:51 -0000	1.1235
+++ acknowledgements.html	30 May 2012 22:46:39 -0000	1.1236
@@ -324,9 +324,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-header-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-header-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-header-element.html	29 May 2012 23:47:09 -0000	1.131
+++ the-header-element.html	30 May 2012 22:46:48 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: elements.html
===================================================================
RCS file: /sources/public/html5/spec/elements.html,v
retrieving revision 1.206
retrieving revision 1.207
diff -u -d -r1.206 -r1.207
--- elements.html	29 May 2012 23:46:56 -0000	1.206
+++ elements.html	30 May 2012 22:46:41 -0000	1.207
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-sub-and-sup-elements.html
===================================================================
RCS file: /sources/public/html5/spec/the-sub-and-sup-elements.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-sub-and-sup-elements.html	29 May 2012 23:47:13 -0000	1.131
+++ the-sub-and-sup-elements.html	30 May 2012 22:46:51 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-i-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-i-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-i-element.html	29 May 2012 23:47:10 -0000	1.131
+++ the-i-element.html	30 May 2012 22:46:49 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: forms.html
===================================================================
RCS file: /sources/public/html5/spec/forms.html,v
retrieving revision 1.1185
retrieving revision 1.1186
diff -u -d -r1.1185 -r1.1186
--- forms.html	29 May 2012 23:46:56 -0000	1.1185
+++ forms.html	30 May 2012 22:46:41 -0000	1.1186
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: edits.html
===================================================================
RCS file: /sources/public/html5/spec/edits.html,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -d -r1.176 -r1.177
--- edits.html	29 May 2012 23:46:56 -0000	1.176
+++ edits.html	30 May 2012 22:46:41 -0000	1.177
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-canvas-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-canvas-element.html,v
retrieving revision 1.1056
retrieving revision 1.1057
diff -u -d -r1.1056 -r1.1057
--- the-canvas-element.html	29 May 2012 23:47:08 -0000	1.1056
+++ the-canvas-element.html	30 May 2012 22:46:47 -0000	1.1057
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: commands.html
===================================================================
RCS file: /sources/public/html5/spec/commands.html,v
retrieving revision 1.182
retrieving revision 1.183
diff -u -d -r1.182 -r1.183
--- commands.html	29 May 2012 23:46:52 -0000	1.182
+++ commands.html	30 May 2012 22:46:40 -0000	1.183
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-samp-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-samp-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-samp-element.html	29 May 2012 23:47:12 -0000	1.131
+++ the-samp-element.html	30 May 2012 22:46:51 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-u-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-u-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-u-element.html	29 May 2012 23:47:14 -0000	1.131
+++ the-u-element.html	30 May 2012 22:46:52 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: headings-and-sections.html
===================================================================
RCS file: /sources/public/html5/spec/headings-and-sections.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- headings-and-sections.html	29 May 2012 23:46:57 -0000	1.131
+++ headings-and-sections.html	30 May 2012 22:46:42 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: obsolete.html
===================================================================
RCS file: /sources/public/html5/spec/obsolete.html,v
retrieving revision 1.1192
retrieving revision 1.1193
diff -u -d -r1.1192 -r1.1193
--- obsolete.html	29 May 2012 23:47:03 -0000	1.1192
+++ obsolete.html	30 May 2012 22:46:43 -0000	1.1193
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: named-character-references.html
===================================================================
RCS file: /sources/public/html5/spec/named-character-references.html,v
retrieving revision 1.1150
retrieving revision 1.1151
diff -u -d -r1.1150 -r1.1151
--- named-character-references.html	29 May 2012 23:47:01 -0000	1.1150
+++ named-character-references.html	30 May 2012 22:46:43 -0000	1.1151
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-button-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-button-element.html,v
retrieving revision 1.234
retrieving revision 1.235
diff -u -d -r1.234 -r1.235
--- the-button-element.html	29 May 2012 23:47:08 -0000	1.234
+++ the-button-element.html	30 May 2012 22:46:47 -0000	1.235
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: links.html
===================================================================
RCS file: /sources/public/html5/spec/links.html,v
retrieving revision 1.235
retrieving revision 1.236
diff -u -d -r1.235 -r1.236
--- links.html	29 May 2012 23:47:00 -0000	1.235
+++ links.html	30 May 2012 22:46:43 -0000	1.236
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-cite-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-cite-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-cite-element.html	29 May 2012 23:47:08 -0000	1.131
+++ the-cite-element.html	30 May 2012 22:46:47 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-hgroup-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-hgroup-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-hgroup-element.html	29 May 2012 23:47:09 -0000	1.131
+++ the-hgroup-element.html	30 May 2012 22:46:49 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: common-input-element-apis.html
===================================================================
RCS file: /sources/public/html5/spec/common-input-element-apis.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- common-input-element-apis.html	29 May 2012 23:46:52 -0000	1.131
+++ common-input-element-apis.html	30 May 2012 22:46:40 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-tr-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-tr-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-tr-element.html	29 May 2012 23:47:14 -0000	1.131
+++ the-tr-element.html	30 May 2012 22:46:52 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: section-index.html
===================================================================
RCS file: /sources/public/html5/spec/section-index.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- section-index.html	29 May 2012 23:47:05 -0000	1.131
+++ section-index.html	30 May 2012 22:46:44 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: timers.html
===================================================================
RCS file: /sources/public/html5/spec/timers.html,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -d -r1.202 -r1.203
--- timers.html	29 May 2012 23:47:15 -0000	1.202
+++ timers.html	30 May 2012 22:46:52 -0000	1.203
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: namespaces.html
===================================================================
RCS file: /sources/public/html5/spec/namespaces.html,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -d -r1.172 -r1.173
--- namespaces.html	29 May 2012 23:47:03 -0000	1.172
+++ namespaces.html	30 May 2012 22:46:43 -0000	1.173
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Index: the-rt-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-rt-element.html,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- the-rt-element.html	29 May 2012 23:47:12 -0000	1.131
+++ the-rt-element.html	30 May 2012 22:46:51 -0000	1.132
@@ -325,9 +325,9 @@
    <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.5662.</p>
+   <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.5663.</p>
 
-   <h2 class="no-num no-toc" id="editor-s-draft-29-may-2012">Editor's Draft 29 May 2012</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-30-may-2012">Editor's Draft 30 May 2012</h2>
    </div>
 
   <nav class="prev_next">

Received on Wednesday, 30 May 2012 22:47:08 UTC