html5/spec-author-view Overview.html,1.1254,1.1255 acknowledgements.html,1.915,1.916 apis-in-html-documents.html,1.349,1.350 association-of-controls-and-forms.html,1.344,1.345 browsers.html,1.913,1.914 commands.html,1.341,1.342 common-input-element-attributes.html,1.352,1.353 common-microsyntaxes.html,1.346,1.347 content-models.html,1.354,1.355 dnd.html,1.348,1.349 dom.html,1.907,1.908 editing.html,1.903,1.904 edits.html,1.339,1.340 elements.html,1.361,1.362 embedded-content-1.html,1.357,1.358 forms.html,1.897,1.898 grouping-content.html,1.353,1.354 history.html,1.902,1.903 iana.html,1.352,1.353 index-of-terms.html,1.199,1.200 index.html,1.913,1.914 infrastructure.html,1.908,1.909 interactive-elements.html,1.898,1.899 introduction.html,1.905,1.906 links.html,1.355,1.356 named-character-references.html,1.899,1.900 number-state.html,1.344,1.345 obsolete.html,1.900,1.901 offline.html,1.898,1.899 origin-0.html,1.324,1.325 references.html,1.896,1.897 scripting-1.html,1.348,1.349 sections.html,1.357,1.35 semantics.html,1.910,1.911 spec.html,1.1283,1.1284 spec.preprocessed.html,1.189,1.190 states-of-the-type-attribute.html,1.349,1.350 syntax.html,1.908,1.909 tabular-data.html,1.890,1.891 text-level-semantics.html,1.906,1.907 the-button-element.html,1.351,1.352 the-canvas-element.html,1.900,1.901 the-iframe-element.html,1.364,1.365 the-input-element.html,1.342,1.343 the-map-element.html,1.347,1.348 the-xhtml-syntax.html,1.880,1.881 timers.html,1.346,1.347 urls.html,1.356,1.357 video.html,1.922,1.923 webappapis.html,1.328,1.329

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

Modified Files:
	Overview.html acknowledgements.html 
	apis-in-html-documents.html 
	association-of-controls-and-forms.html browsers.html 
	commands.html common-input-element-attributes.html 
	common-microsyntaxes.html content-models.html dnd.html 
	dom.html editing.html edits.html elements.html 
	embedded-content-1.html forms.html grouping-content.html 
	history.html iana.html index-of-terms.html index.html 
	infrastructure.html interactive-elements.html 
	introduction.html links.html named-character-references.html 
	number-state.html obsolete.html offline.html origin-0.html 
	references.html scripting-1.html sections.html semantics.html 
	spec.html spec.preprocessed.html 
	states-of-the-type-attribute.html syntax.html 
	tabular-data.html text-level-semantics.html 
	the-button-element.html the-canvas-element.html 
	the-iframe-element.html the-input-element.html 
	the-map-element.html the-xhtml-syntax.html timers.html 
	urls.html video.html webappapis.html 
Log Message:
Don't spin the event loop before each script in the parser, only do it if necessary. (whatwg r5716)

[updated by splitter]


Index: infrastructure.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/infrastructure.html,v
retrieving revision 1.908
retrieving revision 1.909
diff -u -d -r1.908 -r1.909
--- infrastructure.html	8 Dec 2010 21:54:24 -0000	1.908
+++ infrastructure.html	8 Dec 2010 22:54:03 -0000	1.909
@@ -353,7 +353,7 @@
   <body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></h1>
    </div><div>
    <a href="introduction.html">&larr; 1 Introduction</a> &ndash;
    <a href="Overview.html#contents">Table of contents</a> &ndash;

Index: text-level-semantics.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/text-level-semantics.html,v
retrieving revision 1.906
retrieving revision 1.907
diff -u -d -r1.906 -r1.907
--- text-level-semantics.html	8 Dec 2010 21:54:29 -0000	1.906
+++ text-level-semantics.html	8 Dec 2010 22:54:07 -0000	1.907
@@ -353,7 +353,7 @@
   <body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></h1>
    </div><div>
    <a href="grouping-content.html">&larr; 4.5 Grouping content</a> &ndash;
    <a href="Overview.html#contents">Table of contents</a> &ndash;

Index: scripting-1.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/scripting-1.html,v
retrieving revision 1.348
retrieving revision 1.349
diff -u -d -r1.348 -r1.349
--- scripting-1.html	8 Dec 2010 21:54:25 -0000	1.348
+++ scripting-1.html	8 Dec 2010 22:54:04 -0000	1.349
@@ -353,7 +353,7 @@
   <body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></h1>
    </div><div>
    <a href="semantics.html">&larr; 4 The elements of HTML</a> &ndash;
    <a href="Overview.html#contents">Table of contents</a> &ndash;

Index: the-map-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-map-element.html,v
retrieving revision 1.347
retrieving revision 1.348
diff -u -d -r1.347 -r1.348
--- the-map-element.html	8 Dec 2010 21:54:30 -0000	1.347
+++ the-map-element.html	8 Dec 2010 22:54:07 -0000	1.348
@@ -353,7 +353,7 @@
   <body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></h1>
    </div><div>
    <a href="the-canvas-element.html">&larr; 4.8.11 The canvas element</a> &ndash;
    <a href="Overview.html#contents">Table of contents</a> &ndash;

Index: the-canvas-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-canvas-element.html,v
retrieving revision 1.900
retrieving revision 1.901
diff -u -d -r1.900 -r1.901
--- the-canvas-element.html	8 Dec 2010 21:54:30 -0000	1.900
+++ the-canvas-element.html	8 Dec 2010 22:54:07 -0000	1.901
@@ -353,7 +353,7 @@
   <body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></h1>
    </div><div>
    <a href="video.html">&larr; 4.8.6 The video element</a> &ndash;
    <a href="Overview.html#contents">Table of contents</a> &ndash;

Index: tabular-data.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/tabular-data.html,v
retrieving revision 1.890
retrieving revision 1.891
diff -u -d -r1.890 -r1.891
--- tabular-data.html	8 Dec 2010 21:54:29 -0000	1.890
+++ tabular-data.html	8 Dec 2010 22:54:07 -0000	1.891
@@ -353,7 +353,7 @@
   <body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></h1>
    </div><div>
    <a href="the-map-element.html">&larr; 4.8.12 The map element</a> &ndash;
    <a href="Overview.html#contents">Table of contents</a> &ndash;

Index: the-iframe-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-iframe-element.html,v
retrieving revision 1.364
retrieving revision 1.365
diff -u -d -r1.364 -r1.365
--- the-iframe-element.html	8 Dec 2010 21:54:30 -0000	1.364
+++ the-iframe-element.html	8 Dec 2010 22:54:07 -0000	1.365
@@ -353,7 +353,7 @@
   <body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></h1>
    </div><div>
    <a href="embedded-content-1.html">&larr; 4.8 Embedded content</a> &ndash;
    <a href="Overview.html#contents">Table of contents</a> &ndash;

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.1254
retrieving revision 1.1255
diff -u -d -r1.1254 -r1.1255
--- Overview.html	8 Dec 2010 21:54:22 -0000	1.1254
+++ Overview.html	8 Dec 2010 22:54:02 -0000	1.1255
@@ -350,7 +350,7 @@
 </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></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="w3c-working-draft-16-november-2010">W3C Working Draft 16 November 2010</h2>
    <dl><dt>This Version:</dt>
@@ -372,7 +372,7 @@
     <dt>Editors:</dt>
     <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
    </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>.
-      This is revision 1.4579.</p> 
+      This is revision 1.4581.</p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &copy; 2010 <a href="http://www.w3.org/"><abbr title="World Wide
    Web Consortium">W3C</abbr></a><sup>&reg;</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts

Index: association-of-controls-and-forms.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/association-of-controls-and-forms.html,v
retrieving revision 1.344
retrieving revision 1.345
diff -u -d -r1.344 -r1.345
--- association-of-controls-and-forms.html	8 Dec 2010 21:54:23 -0000	1.344
+++ association-of-controls-and-forms.html	8 Dec 2010 22:54:02 -0000	1.345
@@ -353,7 +353,7 @@
   <body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></h1>
    </div><div>
    <a href="the-button-element.html">&larr; 4.10.8 The button element</a> &ndash;
    <a href="Overview.html#contents">Table of contents</a> &ndash;

Index: index-of-terms.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index-of-terms.html,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -d -r1.199 -r1.200
--- index-of-terms.html	8 Dec 2010 21:54:24 -0000	1.199
+++ index-of-terms.html	8 Dec 2010 22:54:03 -0000	1.200
@@ -353,7 +353,7 @@
   <body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></h1>
    </div><div>
    <a href="index.html">&larr; Index</a> &ndash;
    <a href="Overview.html#contents">Table of contents</a> &ndash;

Index: history.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/history.html,v
retrieving revision 1.902
retrieving revision 1.903
diff -u -d -r1.902 -r1.903
--- history.html	8 Dec 2010 21:54:24 -0000	1.902
+++ history.html	8 Dec 2010 22:54:03 -0000	1.903
@@ -353,7 +353,7 @@
   <body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></h1>
    </div><div>
    <a href="origin-0.html">&larr; 5.3 Origin</a> &ndash;
    <a href="Overview.html#contents">Table of contents</a> &ndash;

Index: origin-0.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/origin-0.html,v
retrieving revision 1.324
retrieving revision 1.325
diff -u -d -r1.324 -r1.325
--- origin-0.html	8 Dec 2010 21:54:25 -0000	1.324
+++ origin-0.html	8 Dec 2010 22:54:04 -0000	1.325
@@ -353,7 +353,7 @@
   <body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></h1>
    </div><div>
    <a href="browsers.html">&larr; 5 Loading Web pages</a> &ndash;
    <a href="Overview.html#contents">Table of contents</a> &ndash;

Index: common-input-element-attributes.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/common-input-element-attributes.html,v
retrieving revision 1.352
retrieving revision 1.353
diff -u -d -r1.352 -r1.353
--- common-input-element-attributes.html	8 Dec 2010 21:54:23 -0000	1.352
+++ common-input-element-attributes.html	8 Dec 2010 22:54:02 -0000	1.353
@@ -353,7 +353,7 @@
   <body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></h1>
    </div><div>
    <a href="number-state.html">&larr; 4.10.7.1.13 Number state</a> &ndash;
    <a href="Overview.html#contents">Table of contents</a> &ndash;

Index: dom.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/dom.html,v
retrieving revision 1.907
retrieving revision 1.908
diff -u -d -r1.907 -r1.908
--- dom.html	8 Dec 2010 21:54:23 -0000	1.907
+++ dom.html	8 Dec 2010 22:54:03 -0000	1.908
@@ -353,7 +353,7 @@
   <body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></h1>
    </div><div>
    <a href="urls.html">&larr; 2.6 URLs</a> &ndash;
    <a href="Overview.html#contents">Table of contents</a> &ndash;

Index: embedded-content-1.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/embedded-content-1.html,v
retrieving revision 1.357
retrieving revision 1.358
diff -u -d -r1.357 -r1.358
--- embedded-content-1.html	8 Dec 2010 21:54:23 -0000	1.357
+++ embedded-content-1.html	8 Dec 2010 22:54:03 -0000	1.358
@@ -353,7 +353,7 @@
   <body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></h1>
    </div><div>
    <a href="edits.html">&larr; 4.7 Edits</a> &ndash;
    <a href="Overview.html#contents">Table of contents</a> &ndash;

Index: the-input-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-input-element.html,v
retrieving revision 1.342
retrieving revision 1.343
diff -u -d -r1.342 -r1.343
--- the-input-element.html	8 Dec 2010 21:54:30 -0000	1.342
+++ the-input-element.html	8 Dec 2010 22:54:07 -0000	1.343
@@ -353,7 +353,7 @@
   <body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></h1>
    </div><div>
    <a href="forms.html">&larr; 4.10 Forms</a> &ndash;
    <a href="Overview.html#contents">Table of contents</a> &ndash;

Index: acknowledgements.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/acknowledgements.html,v
retrieving revision 1.915
retrieving revision 1.916
diff -u -d -r1.915 -r1.916
--- acknowledgements.html	8 Dec 2010 21:54:22 -0000	1.915
+++ acknowledgements.html	8 Dec 2010 22:54:02 -0000	1.916
@@ -352,7 +352,7 @@
   <body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></h1>
    </div><div>
    <a href="references.html">&larr; References</a> &ndash;
    <a href="Overview.html#contents">Table of contents</a>

Index: grouping-content.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/grouping-content.html,v
retrieving revision 1.353
retrieving revision 1.354
diff -u -d -r1.353 -r1.354
--- grouping-content.html	8 Dec 2010 21:54:24 -0000	1.353
+++ grouping-content.html	8 Dec 2010 22:54:03 -0000	1.354
@@ -353,7 +353,7 @@
   <body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></h1>
    </div><div>
    <a href="sections.html">&larr; 4.4 Sections</a> &ndash;
    <a href="Overview.html#contents">Table of contents</a> &ndash;

Index: timers.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/timers.html,v
retrieving revision 1.346
retrieving revision 1.347
diff -u -d -r1.346 -r1.347
--- timers.html	8 Dec 2010 21:54:30 -0000	1.346
+++ timers.html	8 Dec 2010 22:54:07 -0000	1.347
@@ -353,7 +353,7 @@
   <body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></h1>
    </div><div>
    <a href="webappapis.html">&larr; 6 Web application APIs</a> &ndash;
    <a href="Overview.html#contents">Table of contents</a> &ndash;

Index: elements.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/elements.html,v
retrieving revision 1.361
retrieving revision 1.362
diff -u -d -r1.361 -r1.362
--- elements.html	8 Dec 2010 21:54:23 -0000	1.361
+++ elements.html	8 Dec 2010 22:54:03 -0000	1.362
@@ -353,7 +353,7 @@
   <body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></h1>
    </div><div>
    <a href="dom.html">&larr; 3 Semantics, structure, and APIs of HTML documents</a> &ndash;
    <a href="Overview.html#contents">Table of contents</a> &ndash;

Index: urls.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/urls.html,v
retrieving revision 1.356
retrieving revision 1.357
diff -u -d -r1.356 -r1.357
--- urls.html	8 Dec 2010 21:54:30 -0000	1.356
+++ urls.html	8 Dec 2010 22:54:07 -0000	1.357
@@ -353,7 +353,7 @@
   <body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></h1>
    </div><div>
    <a href="common-microsyntaxes.html">&larr; 2.5 Common microsyntaxes</a> &ndash;
    <a href="Overview.html#contents">Table of contents</a> &ndash;

Index: iana.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/iana.html,v
retrieving revision 1.352
retrieving revision 1.353
diff -u -d -r1.352 -r1.353
--- iana.html	8 Dec 2010 21:54:24 -0000	1.352
+++ iana.html	8 Dec 2010 22:54:03 -0000	1.353
@@ -353,7 +353,7 @@
   <body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></h1>
    </div><div>
    <a href="obsolete.html">&larr; 10 Obsolete features</a> &ndash;
    <a href="Overview.html#contents">Table of contents</a> &ndash;

Index: forms.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/forms.html,v
retrieving revision 1.897
retrieving revision 1.898
diff -u -d -r1.897 -r1.898
--- forms.html	8 Dec 2010 21:54:23 -0000	1.897
+++ forms.html	8 Dec 2010 22:54:03 -0000	1.898
@@ -353,7 +353,7 @@
   <body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></h1>
    </div><div>
    <a href="tabular-data.html">&larr; 4.9 Tabular data</a> &ndash;
    <a href="Overview.html#contents">Table of contents</a> &ndash;

Index: interactive-elements.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/interactive-elements.html,v
retrieving revision 1.898
retrieving revision 1.899
diff -u -d -r1.898 -r1.899
--- interactive-elements.html	8 Dec 2010 21:54:24 -0000	1.898
+++ interactive-elements.html	8 Dec 2010 22:54:03 -0000	1.899
@@ -353,7 +353,7 @@
   <body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></h1>
    </div><div>
    <a href="association-of-controls-and-forms.html">&larr; 4.10.18 Association of controls and forms</a> &ndash;
    <a href="Overview.html#contents">Table of contents</a> &ndash;

Index: editing.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/editing.html,v
retrieving revision 1.903
retrieving revision 1.904
diff -u -d -r1.903 -r1.904
--- editing.html	8 Dec 2010 21:54:23 -0000	1.903
+++ editing.html	8 Dec 2010 22:54:03 -0000	1.904
@@ -353,7 +353,7 @@
   <body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></h1>
    </div><div>
    <a href="timers.html">&larr; 6.2 Timers</a> &ndash;
    <a href="Overview.html#contents">Table of contents</a> &ndash;

Index: video.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/video.html,v
retrieving revision 1.922
retrieving revision 1.923
diff -u -d -r1.922 -r1.923
--- video.html	8 Dec 2010 21:54:30 -0000	1.922
+++ video.html	8 Dec 2010 22:54:08 -0000	1.923
@@ -353,7 +353,7 @@
   <body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></h1>
    </div><div>
    <a href="the-iframe-element.html">&larr; 4.8.2 The iframe element</a> &ndash;
    <a href="Overview.html#contents">Table of contents</a> &ndash;

Index: browsers.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/browsers.html,v
retrieving revision 1.913
retrieving revision 1.914
diff -u -d -r1.913 -r1.914
--- browsers.html	8 Dec 2010 21:54:23 -0000	1.913
+++ browsers.html	8 Dec 2010 22:54:02 -0000	1.914
@@ -353,7 +353,7 @@
   <body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></h1>
    </div><div>
    <a href="links.html">&larr; 4.12 Links</a> &ndash;
    <a href="Overview.html#contents">Table of contents</a> &ndash;

Index: edits.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/edits.html,v
retrieving revision 1.339
retrieving revision 1.340
diff -u -d -r1.339 -r1.340
--- edits.html	8 Dec 2010 21:54:23 -0000	1.339
+++ edits.html	8 Dec 2010 22:54:03 -0000	1.340
@@ -353,7 +353,7 @@
   <body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></h1>
    </div><div>
    <a href="text-level-semantics.html">&larr; 4.6 Text-level semantics</a> &ndash;
    <a href="Overview.html#contents">Table of contents</a> &ndash;

Index: the-xhtml-syntax.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-xhtml-syntax.html,v
retrieving revision 1.880
retrieving revision 1.881
diff -u -d -r1.880 -r1.881
--- the-xhtml-syntax.html	8 Dec 2010 21:54:30 -0000	1.880
+++ the-xhtml-syntax.html	8 Dec 2010 22:54:07 -0000	1.881
@@ -353,7 +353,7 @@
   <body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></h1>
    </div><div>
    <a href="named-character-references.html">&larr; 8.2 Named character references</a> &ndash;
    <a href="Overview.html#contents">Table of contents</a> &ndash;

Index: offline.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/offline.html,v
retrieving revision 1.898
retrieving revision 1.899
diff -u -d -r1.898 -r1.899
--- offline.html	8 Dec 2010 21:54:25 -0000	1.898
+++ offline.html	8 Dec 2010 22:54:04 -0000	1.899
@@ -353,7 +353,7 @@
   <body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></h1>
    </div><div>
    <a href="history.html">&larr; 5.4 Session history and navigation</a> &ndash;
    <a href="Overview.html#contents">Table of contents</a> &ndash;

Index: content-models.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/content-models.html,v
retrieving revision 1.354
retrieving revision 1.355
diff -u -d -r1.354 -r1.355
--- content-models.html	8 Dec 2010 21:54:23 -0000	1.354
+++ content-models.html	8 Dec 2010 22:54:02 -0000	1.355
@@ -353,7 +353,7 @@
   <body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></h1>
    </div><div>
    <a href="elements.html">&larr; 3.2 Elements</a> &ndash;
    <a href="Overview.html#contents">Table of contents</a> &ndash;

Index: states-of-the-type-attribute.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/states-of-the-type-attribute.html,v
retrieving revision 1.349
retrieving revision 1.350
diff -u -d -r1.349 -r1.350
--- states-of-the-type-attribute.html	8 Dec 2010 21:54:29 -0000	1.349
+++ states-of-the-type-attribute.html	8 Dec 2010 22:54:07 -0000	1.350
@@ -353,7 +353,7 @@
   <body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></h1>
    </div><div>
    <a href="the-input-element.html">&larr; 4.10.7 The input element</a> &ndash;
    <a href="Overview.html#contents">Table of contents</a> &ndash;

Index: apis-in-html-documents.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/apis-in-html-documents.html,v
retrieving revision 1.349
retrieving revision 1.350
diff -u -d -r1.349 -r1.350
--- apis-in-html-documents.html	8 Dec 2010 21:54:23 -0000	1.349
+++ apis-in-html-documents.html	8 Dec 2010 22:54:02 -0000	1.350
@@ -353,7 +353,7 @@
   <body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></h1>
    </div><div>
    <a href="content-models.html">&larr; 3.2.5 Content models</a> &ndash;
    <a href="Overview.html#contents">Table of contents</a> &ndash;

Index: obsolete.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/obsolete.html,v
retrieving revision 1.900
retrieving revision 1.901
diff -u -d -r1.900 -r1.901
--- obsolete.html	8 Dec 2010 21:54:25 -0000	1.900
+++ obsolete.html	8 Dec 2010 22:54:04 -0000	1.901
@@ -353,7 +353,7 @@
   <body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></h1>
    </div><div>
    <a href="the-xhtml-syntax.html">&larr; 9 The XHTML syntax</a> &ndash;
    <a href="Overview.html#contents">Table of contents</a> &ndash;

Index: named-character-references.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/named-character-references.html,v
retrieving revision 1.899
retrieving revision 1.900
diff -u -d -r1.899 -r1.900
--- named-character-references.html	8 Dec 2010 21:54:24 -0000	1.899
+++ named-character-references.html	8 Dec 2010 22:54:03 -0000	1.900
@@ -353,7 +353,7 @@
   <body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></h1>
    </div><div>
    <a href="syntax.html">&larr; 8 The HTML syntax</a> &ndash;
    <a href="Overview.html#contents">Table of contents</a> &ndash;

Index: references.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/references.html,v
retrieving revision 1.896
retrieving revision 1.897
diff -u -d -r1.896 -r1.897
--- references.html	8 Dec 2010 21:54:25 -0000	1.896
+++ references.html	8 Dec 2010 22:54:04 -0000	1.897
@@ -353,7 +353,7 @@
   <body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></h1>
    </div><div>
    <a href="index-of-terms.html">&larr; Index of terms</a> &ndash;
    <a href="Overview.html#contents">Table of contents</a> &ndash;

Index: semantics.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/semantics.html,v
retrieving revision 1.910
retrieving revision 1.911
diff -u -d -r1.910 -r1.911
--- semantics.html	8 Dec 2010 21:54:25 -0000	1.910
+++ semantics.html	8 Dec 2010 22:54:04 -0000	1.911
@@ -353,7 +353,7 @@
   <body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></h1>
    </div><div>
    <a href="apis-in-html-documents.html">&larr; 3.3 APIs in HTML documents</a> &ndash;
    <a href="Overview.html#contents">Table of contents</a> &ndash;

Index: index.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index.html,v
retrieving revision 1.913
retrieving revision 1.914
diff -u -d -r1.913 -r1.914
--- index.html	8 Dec 2010 21:54:24 -0000	1.913
+++ index.html	8 Dec 2010 22:54:03 -0000	1.914
@@ -353,7 +353,7 @@
   <body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></h1>
    </div><div>
    <a href="iana.html">&larr; 11 IANA considerations</a> &ndash;
    <a href="Overview.html#contents">Table of contents</a> &ndash;

Index: the-button-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-button-element.html,v
retrieving revision 1.351
retrieving revision 1.352
diff -u -d -r1.351 -r1.352
--- the-button-element.html	8 Dec 2010 21:54:30 -0000	1.351
+++ the-button-element.html	8 Dec 2010 22:54:07 -0000	1.352
@@ -353,7 +353,7 @@
   <body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></h1>
    </div><div>
    <a href="common-input-element-attributes.html">&larr; 4.10.7.2 Common input element attributes</a> &ndash;
    <a href="Overview.html#contents">Table of contents</a> &ndash;

Index: dnd.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/dnd.html,v
retrieving revision 1.348
retrieving revision 1.349
diff -u -d -r1.348 -r1.349
--- dnd.html	8 Dec 2010 21:54:23 -0000	1.348
+++ dnd.html	8 Dec 2010 22:54:03 -0000	1.349
@@ -353,7 +353,7 @@
   <body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></h1>
    </div><div>
    <a href="editing.html">&larr; 7 User interaction</a> &ndash;
    <a href="Overview.html#contents">Table of contents</a> &ndash;

Index: links.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/links.html,v
retrieving revision 1.355
retrieving revision 1.356
diff -u -d -r1.355 -r1.356
--- links.html	8 Dec 2010 21:54:24 -0000	1.355
+++ links.html	8 Dec 2010 22:54:03 -0000	1.356
@@ -353,7 +353,7 @@
   <body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></h1>
    </div><div>
    <a href="commands.html">&larr; 4.11.5 Commands</a> &ndash;
    <a href="Overview.html#contents">Table of contents</a> &ndash;

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.1283
retrieving revision 1.1284
diff -u -d -r1.1283 -r1.1284
--- spec.html	8 Dec 2010 21:54:26 -0000	1.1283
+++ spec.html	8 Dec 2010 22:54:04 -0000	1.1284
@@ -351,7 +351,7 @@
 </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script></head><body onload="init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></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="w3c-working-draft-16-november-2010">W3C Working Draft 16 November 2010</h2>
    <dl><dt>This Version:</dt>
@@ -373,7 +373,7 @@
     <dt>Editors:</dt>
     <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
    </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>.
-      This is revision 1.4579.</p> 
+      This is revision 1.4581.</p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide
    Web Consortium">W3C</abbr></a><sup>&#174;</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts

Index: number-state.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/number-state.html,v
retrieving revision 1.344
retrieving revision 1.345
diff -u -d -r1.344 -r1.345
--- number-state.html	8 Dec 2010 21:54:25 -0000	1.344
+++ number-state.html	8 Dec 2010 22:54:04 -0000	1.345
@@ -353,7 +353,7 @@
   <body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></h1>
    </div><div>
    <a href="states-of-the-type-attribute.html">&larr; 4.10.7.1 States of the type attribute</a> &ndash;
    <a href="Overview.html#contents">Table of contents</a> &ndash;

Index: sections.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/sections.html,v
retrieving revision 1.357
retrieving revision 1.358
diff -u -d -r1.357 -r1.358
--- sections.html	8 Dec 2010 21:54:25 -0000	1.357
+++ sections.html	8 Dec 2010 22:54:04 -0000	1.358
@@ -353,7 +353,7 @@
   <body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></h1>
    </div><div>
    <a href="scripting-1.html">&larr; 4.3 Scripting</a> &ndash;
    <a href="Overview.html#contents">Table of contents</a> &ndash;

Index: introduction.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/introduction.html,v
retrieving revision 1.905
retrieving revision 1.906
diff -u -d -r1.905 -r1.906
--- introduction.html	8 Dec 2010 21:54:24 -0000	1.905
+++ introduction.html	8 Dec 2010 22:54:03 -0000	1.906
@@ -352,7 +352,7 @@
   <body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></h1>
    </div><div>
    <a href="Overview.html#contents">Table of contents</a> &ndash;
    <a href="infrastructure.html">2 Common infrastructure &rarr;</a>

Index: commands.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/commands.html,v
retrieving revision 1.341
retrieving revision 1.342
diff -u -d -r1.341 -r1.342
--- commands.html	8 Dec 2010 21:54:23 -0000	1.341
+++ commands.html	8 Dec 2010 22:54:02 -0000	1.342
@@ -353,7 +353,7 @@
   <body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></h1>
    </div><div>
    <a href="interactive-elements.html">&larr; 4.11 Interactive elements</a> &ndash;
    <a href="Overview.html#contents">Table of contents</a> &ndash;

Index: common-microsyntaxes.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/common-microsyntaxes.html,v
retrieving revision 1.346
retrieving revision 1.347
diff -u -d -r1.346 -r1.347
--- common-microsyntaxes.html	8 Dec 2010 21:54:23 -0000	1.346
+++ common-microsyntaxes.html	8 Dec 2010 22:54:02 -0000	1.347
@@ -353,7 +353,7 @@
   <body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></h1>
    </div><div>
    <a href="infrastructure.html">&larr; 2 Common infrastructure</a> &ndash;
    <a href="Overview.html#contents">Table of contents</a> &ndash;

Index: syntax.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/syntax.html,v
retrieving revision 1.908
retrieving revision 1.909
diff -u -d -r1.908 -r1.909
--- syntax.html	8 Dec 2010 21:54:29 -0000	1.908
+++ syntax.html	8 Dec 2010 22:54:07 -0000	1.909
@@ -353,7 +353,7 @@
   <body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></h1>
    </div><div>
    <a href="dnd.html">&larr; 7.7 Drag and drop</a> &ndash;
    <a href="Overview.html#contents">Table of contents</a> &ndash;

Index: webappapis.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/webappapis.html,v
retrieving revision 1.328
retrieving revision 1.329
diff -u -d -r1.328 -r1.329
--- webappapis.html	8 Dec 2010 21:54:30 -0000	1.328
+++ webappapis.html	8 Dec 2010 22:54:08 -0000	1.329
@@ -353,7 +353,7 @@
   <body onload="fixBrokenLink(); init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></h1>
    </div><div>
    <a href="offline.html">&larr; 5.6 Offline Web applications</a> &ndash;
    <a href="Overview.html#contents">Table of contents</a> &ndash;

Index: spec.preprocessed.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.preprocessed.html,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -d -r1.189 -r1.190
--- spec.preprocessed.html	8 Dec 2010 21:54:29 -0000	1.189
+++ spec.preprocessed.html	8 Dec 2010 22:54:06 -0000	1.190
@@ -361,7 +361,7 @@
 </head><body onload="init()"><div class="head" id="head">
    <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 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4579</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4581</span></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="w3c-working-draft-16-november-2010">W3C Working Draft 16 November 2010</h2>
    <dl><dt>This Version:</dt>
@@ -383,7 +383,7 @@
     <dt>Editors:</dt>
     <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
    </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>.
-      This is revision 1.4579.</p> 
+      This is revision 1.4581.</p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide
    Web Consortium">W3C</abbr></a><sup>&#174;</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts
@@ -47352,15 +47352,27 @@
 
   </ol><hr><p>Some of the algorithms in this specification, for historical
   reasons, require the user agent to <dfn id="pause">pause</dfn> while running a
-  <a href="#concept-task" title="concept-task">task</a> until some condition has been
-  met. While a user agent has a paused <a href="#concept-task" title="concept-task">task</a>, the corresponding <a href="#event-loop">event
-  loop</a> must not run further <a href="#concept-task" title="concept-task">tasks</a>, and any script in the currently
-  running <a href="#concept-task" title="concept-task">task</a> must block. User
-  agents should remain responsive to user input while paused, however,
-  albeit in a reduced capacity since the <a href="#event-loop">event loop</a> will
-  not be doing anything.</p>
+  <a href="#concept-task" title="concept-task">task</a> until a condition <var title="">goal</var> is met. This means running the following
+  steps:</p>
 
-  <hr><p>When a user agent is to <dfn id="obtain-the-storage-mutex">obtain the storage mutex</dfn> as
+  <ol><li><p>If any asynchronously-running algorithms are <a href="#await-a-stable-state" title="await a stable state">awaiting a stable state</a>, then
+   run their <a href="#synchronous-section">synchronous section</a> and then resume running
+   their asynchronous algorithm. (See the <a href="#event-loop">event loop</a>
+   processing model definition above for details.)</p>
+
+   </li><li><p>If necessary, update the rendering or user interface of any
+   <code><a href="#document">Document</a></code> or <a href="#browsing-context">browsing context</a> to reflect
+   the current state.</p></li>
+
+   <li><p>Wait until the condition <var title="">goal</var> is met.
+   While a user agent has a paused <a href="#concept-task" title="concept-task">task</a>, the corresponding <a href="#event-loop">event
+   loop</a> must not run further <a href="#concept-task" title="concept-task">tasks</a>, and any script in the currently
+   running <a href="#concept-task" title="concept-task">task</a> must block. User
+   agents should remain responsive to user input while paused,
+   however, albeit in a reduced capacity since the <a href="#event-loop">event
+   loop</a> will not be doing anything.</p></li>
+
+  </ol><hr><p>When a user agent is to <dfn id="obtain-the-storage-mutex">obtain the storage mutex</dfn> as
   part of running a <a href="#concept-task" title="concept-task">task</a>, it must
   run through the following steps:</p>
 
@@ -59707,7 +59719,10 @@
        for this instance of the <a href="#html-parser">HTML parser</a>, such that
        the <a href="#event-loop">event loop</a> will not run <a href="#concept-task" title="concept-task">tasks</a> that invoke the <a href="#tokenization" title="tokenization">tokenizer</a>.</p></li>
 
-       <li><p><a href="#spin-the-event-loop">Spin the event loop</a> until the parser's
+       <li><p>If the parser's <code><a href="#document">Document</a></code> <a href="#has-a-style-sheet-that-is-blocking-scripts">has a style
+       sheet that is blocking scripts</a> or <var title="">the
+       script</var>'s <a href="#ready-to-be-parser-executed">"ready to be parser-executed"</a> flag
+       is not set: <a href="#spin-the-event-loop">spin the event loop</a> until the parser's
        <code><a href="#document">Document</a></code> <a href="#has-no-style-sheet-that-is-blocking-scripts">has no style sheet that is blocking
        scripts</a> and <var title="">the script</var>'s
        <a href="#ready-to-be-parser-executed">"ready to be parser-executed"</a> flag is

Received on Wednesday, 8 December 2010 22:54:14 UTC