html5/spec-author-view Overview.html,1.1363,1.1364 acknowledgements.html,1.1014,1.1015 apis-in-html-documents.html,1.451,1.452 association-of-controls-and-forms.html,1.447,1.448 browsers.html,1.1015,1.1016 commands.html,1.441,1.442 common-input-element-attributes.html,1.454,1.455 common-microsyntaxes.html,1.448,1.449 content-models.html,1.453,1.454 dnd.html,1.450,1.451 dom.html,1.1009,1.1010 editing.html,1.1005,1.1006 edits.html,1.442,1.443 elements.html,1.463,1.464 embedded-content-1.html,1.459,1.460 forms.html,1.1000,1.1001 grouping-content.html,1.455,1.456 history.html,1.1004,1.1005 iana.html,1.454,1.455 index-of-terms.html,1.302,1.303 index.html,1.1014,1.1015 infrastructure.html,1.1008,1.1009 interactive-elements.html,1.1001,1.1002 introduction.html,1.1008,1.1009 links.html,1.457,1.458 named-character-references.html,1.996,1.997 number-state.html,1.445,1.446 obsolete.html,1.1002,1.1003 offline.html,1.1001,1.1002 origin-0.html,1.426,1.427 references.html,1.993,1.994 scripting-1.html,1.450,1.451

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

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 webappapis.html 
Log Message:
correct example (whatwg r6095)

[updated by splitter]


Index: infrastructure.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/infrastructure.html,v
retrieving revision 1.1008
retrieving revision 1.1009
diff -u -d -r1.1008 -r1.1009
--- infrastructure.html	5 May 2011 23:54:28 -0000	1.1008
+++ infrastructure.html	6 May 2011 00:55:14 -0000	1.1009
@@ -335,7 +335,7 @@
   <body class="split chapter" 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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</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.1009
retrieving revision 1.1010
diff -u -d -r1.1009 -r1.1010
--- text-level-semantics.html	5 May 2011 23:54:33 -0000	1.1009
+++ text-level-semantics.html	6 May 2011 00:55:19 -0000	1.1010
@@ -335,7 +335,7 @@
   <body class="split chapter" 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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</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.450
retrieving revision 1.451
diff -u -d -r1.450 -r1.451
--- scripting-1.html	5 May 2011 23:54:29 -0000	1.450
+++ scripting-1.html	6 May 2011 00:55:15 -0000	1.451
@@ -335,7 +335,7 @@
   <body class="split chapter" 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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</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;
@@ -508,12 +508,12 @@
    form.elements.result.value = price;
  }
 &lt;/script&gt;
-&lt;form name="pricecalc" onsubmit="return false"&gt;
+&lt;form name="pricecalc" onsubmit="return false" onchange="calculate(this)"&gt;
  &lt;fieldset&gt;
   &lt;legend&gt;Work out the price of your car&lt;/legend&gt;
   &lt;p&gt;Base cost: &pound;52000.&lt;/p&gt;
   &lt;p&gt;Select additional options:&lt;/p&gt;
-  &lt;ul onchange="calculate(form)"&gt;
+  &lt;ul&gt;
    &lt;li&gt;&lt;label&gt;&lt;input type=checkbox name=brakes&gt; Ceramic brakes (&pound;1000)&lt;/label&gt;&lt;/li&gt;
    &lt;li&gt;&lt;label&gt;&lt;input type=checkbox name=radio&gt; Satellite radio (&pound;2500)&lt;/label&gt;&lt;/li&gt;
    &lt;li&gt;&lt;label&gt;&lt;input type=checkbox name=turbo&gt; Turbo charger (&pound;5000)&lt;/label&gt;&lt;/li&gt;

Index: the-map-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-map-element.html,v
retrieving revision 1.452
retrieving revision 1.453
diff -u -d -r1.452 -r1.453
--- the-map-element.html	5 May 2011 23:54:33 -0000	1.452
+++ the-map-element.html	6 May 2011 00:55:20 -0000	1.453
@@ -335,7 +335,7 @@
   <body class="split chapter" 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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</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.1001
retrieving revision 1.1002
diff -u -d -r1.1001 -r1.1002
--- the-canvas-element.html	5 May 2011 23:54:33 -0000	1.1001
+++ the-canvas-element.html	6 May 2011 00:55:20 -0000	1.1002
@@ -335,7 +335,7 @@
   <body class="split chapter" 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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</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: tabular-data.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/tabular-data.html,v
retrieving revision 1.993
retrieving revision 1.994
diff -u -d -r1.993 -r1.994
--- tabular-data.html	5 May 2011 23:54:33 -0000	1.993
+++ tabular-data.html	6 May 2011 00:55:19 -0000	1.994
@@ -335,7 +335,7 @@
   <body class="split chapter" 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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</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.465
retrieving revision 1.466
diff -u -d -r1.465 -r1.466
--- the-iframe-element.html	5 May 2011 23:54:33 -0000	1.465
+++ the-iframe-element.html	6 May 2011 00:55:20 -0000	1.466
@@ -335,7 +335,7 @@
   <body class="split chapter" 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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</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.1363
retrieving revision 1.1364
diff -u -d -r1.1363 -r1.1364
--- Overview.html	5 May 2011 23:54:26 -0000	1.1363
+++ Overview.html	6 May 2011 00:55:12 -0000	1.1364
@@ -332,9 +332,9 @@
 </script><body class="split index" 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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</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="editor-s-draft-5-may-2011">Editor's Draft 5 May 2011</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-6-may-2011">Editor's Draft 6 May 2011</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/html5/author/">http://www.w3.org/TR/html5/author/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -354,7 +354,7 @@
     <dt>Editor:</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.4893.</p> 
+      This is revision 1.4899.</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
@@ -504,7 +504,7 @@
   Group</a> is the W3C working group responsible for this
   specification's progress along the W3C Recommendation
   track.
-  This specification is the 5 May 2011 Editor's Draft.
+  This specification is the 6 May 2011 Editor's Draft.
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
   actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
   group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5

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.447
retrieving revision 1.448
diff -u -d -r1.447 -r1.448
--- association-of-controls-and-forms.html	5 May 2011 23:54:27 -0000	1.447
+++ association-of-controls-and-forms.html	6 May 2011 00:55:12 -0000	1.448
@@ -335,7 +335,7 @@
   <body class="split chapter" 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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</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.302
retrieving revision 1.303
diff -u -d -r1.302 -r1.303
--- index-of-terms.html	5 May 2011 23:54:28 -0000	1.302
+++ index-of-terms.html	6 May 2011 00:55:13 -0000	1.303
@@ -335,7 +335,7 @@
   <body class="split chapter" 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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</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.1004
retrieving revision 1.1005
diff -u -d -r1.1004 -r1.1005
--- history.html	5 May 2011 23:54:28 -0000	1.1004
+++ history.html	6 May 2011 00:55:13 -0000	1.1005
@@ -335,7 +335,7 @@
   <body class="split chapter" 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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</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.426
retrieving revision 1.427
diff -u -d -r1.426 -r1.427
--- origin-0.html	5 May 2011 23:54:29 -0000	1.426
+++ origin-0.html	6 May 2011 00:55:15 -0000	1.427
@@ -335,7 +335,7 @@
   <body class="split chapter" 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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</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.454
retrieving revision 1.455
diff -u -d -r1.454 -r1.455
--- common-input-element-attributes.html	5 May 2011 23:54:27 -0000	1.454
+++ common-input-element-attributes.html	6 May 2011 00:55:12 -0000	1.455
@@ -335,7 +335,7 @@
   <body class="split chapter" 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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</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.1009
retrieving revision 1.1010
diff -u -d -r1.1009 -r1.1010
--- dom.html	5 May 2011 23:54:27 -0000	1.1009
+++ dom.html	6 May 2011 00:55:12 -0000	1.1010
@@ -335,7 +335,7 @@
   <body class="split chapter" 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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</span></h1>
    </div><div>
    <a href="urls.html">&larr; 2.5 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.459
retrieving revision 1.460
diff -u -d -r1.459 -r1.460
--- embedded-content-1.html	5 May 2011 23:54:27 -0000	1.459
+++ embedded-content-1.html	6 May 2011 00:55:13 -0000	1.460
@@ -335,7 +335,7 @@
   <body class="split chapter" 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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</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.441
retrieving revision 1.442
diff -u -d -r1.441 -r1.442
--- the-input-element.html	5 May 2011 23:54:33 -0000	1.441
+++ the-input-element.html	6 May 2011 00:55:20 -0000	1.442
@@ -335,7 +335,7 @@
   <body class="split chapter" 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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</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.1014
retrieving revision 1.1015
diff -u -d -r1.1014 -r1.1015
--- acknowledgements.html	5 May 2011 23:54:27 -0000	1.1014
+++ acknowledgements.html	6 May 2011 00:55:12 -0000	1.1015
@@ -334,7 +334,7 @@
   <body class="split chapter" 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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</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.455
retrieving revision 1.456
diff -u -d -r1.455 -r1.456
--- grouping-content.html	5 May 2011 23:54:28 -0000	1.455
+++ grouping-content.html	6 May 2011 00:55:13 -0000	1.456
@@ -335,7 +335,7 @@
   <body class="split chapter" 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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</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.448
retrieving revision 1.449
diff -u -d -r1.448 -r1.449
--- timers.html	5 May 2011 23:54:33 -0000	1.448
+++ timers.html	6 May 2011 00:55:20 -0000	1.449
@@ -335,7 +335,7 @@
   <body class="split chapter" 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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</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.463
retrieving revision 1.464
diff -u -d -r1.463 -r1.464
--- elements.html	5 May 2011 23:54:27 -0000	1.463
+++ elements.html	6 May 2011 00:55:13 -0000	1.464
@@ -335,7 +335,7 @@
   <body class="split chapter" 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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</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.458
retrieving revision 1.459
diff -u -d -r1.458 -r1.459
--- urls.html	5 May 2011 23:54:33 -0000	1.458
+++ urls.html	6 May 2011 00:55:20 -0000	1.459
@@ -335,7 +335,7 @@
   <body class="split chapter" 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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</span></h1>
    </div><div>
    <a href="common-microsyntaxes.html">&larr; 2.4 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.454
retrieving revision 1.455
diff -u -d -r1.454 -r1.455
--- iana.html	5 May 2011 23:54:28 -0000	1.454
+++ iana.html	6 May 2011 00:55:13 -0000	1.455
@@ -335,7 +335,7 @@
   <body class="split chapter" 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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</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.1000
retrieving revision 1.1001
diff -u -d -r1.1000 -r1.1001
--- forms.html	5 May 2011 23:54:27 -0000	1.1000
+++ forms.html	6 May 2011 00:55:13 -0000	1.1001
@@ -335,7 +335,7 @@
   <body class="split chapter" 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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</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.1001
retrieving revision 1.1002
diff -u -d -r1.1001 -r1.1002
--- interactive-elements.html	5 May 2011 23:54:28 -0000	1.1001
+++ interactive-elements.html	6 May 2011 00:55:14 -0000	1.1002
@@ -335,7 +335,7 @@
   <body class="split chapter" 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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</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.1005
retrieving revision 1.1006
diff -u -d -r1.1005 -r1.1006
--- editing.html	5 May 2011 23:54:27 -0000	1.1005
+++ editing.html	6 May 2011 00:55:12 -0000	1.1006
@@ -335,7 +335,7 @@
   <body class="split chapter" 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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</span></h1>
    </div><div>
    <a href="timers.html">&larr; 6.3 Timers</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.1015
retrieving revision 1.1016
diff -u -d -r1.1015 -r1.1016
--- browsers.html	5 May 2011 23:54:27 -0000	1.1015
+++ browsers.html	6 May 2011 00:55:12 -0000	1.1016
@@ -335,7 +335,7 @@
   <body class="split chapter" 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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</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.442
retrieving revision 1.443
diff -u -d -r1.442 -r1.443
--- edits.html	5 May 2011 23:54:27 -0000	1.442
+++ edits.html	6 May 2011 00:55:13 -0000	1.443
@@ -335,7 +335,7 @@
   <body class="split chapter" 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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</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.978
retrieving revision 1.979
diff -u -d -r1.978 -r1.979
--- the-xhtml-syntax.html	5 May 2011 23:54:33 -0000	1.978
+++ the-xhtml-syntax.html	6 May 2011 00:55:20 -0000	1.979
@@ -335,7 +335,7 @@
   <body class="split chapter" 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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</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.1001
retrieving revision 1.1002
diff -u -d -r1.1001 -r1.1002
--- offline.html	5 May 2011 23:54:29 -0000	1.1001
+++ offline.html	6 May 2011 00:55:15 -0000	1.1002
@@ -335,7 +335,7 @@
   <body class="split chapter" 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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</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.453
retrieving revision 1.454
diff -u -d -r1.453 -r1.454
--- content-models.html	5 May 2011 23:54:27 -0000	1.453
+++ content-models.html	6 May 2011 00:55:12 -0000	1.454
@@ -335,7 +335,7 @@
   <body class="split chapter" 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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</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.451
retrieving revision 1.452
diff -u -d -r1.451 -r1.452
--- states-of-the-type-attribute.html	5 May 2011 23:54:32 -0000	1.451
+++ states-of-the-type-attribute.html	6 May 2011 00:55:19 -0000	1.452
@@ -335,7 +335,7 @@
   <body class="split chapter" 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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</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.451
retrieving revision 1.452
diff -u -d -r1.451 -r1.452
--- apis-in-html-documents.html	5 May 2011 23:54:27 -0000	1.451
+++ apis-in-html-documents.html	6 May 2011 00:55:12 -0000	1.452
@@ -335,7 +335,7 @@
   <body class="split chapter" 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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</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.1002
retrieving revision 1.1003
diff -u -d -r1.1002 -r1.1003
--- obsolete.html	5 May 2011 23:54:29 -0000	1.1002
+++ obsolete.html	6 May 2011 00:55:14 -0000	1.1003
@@ -335,7 +335,7 @@
   <body class="split chapter" 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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</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.996
retrieving revision 1.997
diff -u -d -r1.996 -r1.997
--- named-character-references.html	5 May 2011 23:54:29 -0000	1.996
+++ named-character-references.html	6 May 2011 00:55:14 -0000	1.997
@@ -335,7 +335,7 @@
   <body class="split chapter" 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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</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.993
retrieving revision 1.994
diff -u -d -r1.993 -r1.994
--- references.html	5 May 2011 23:54:29 -0000	1.993
+++ references.html	6 May 2011 00:55:15 -0000	1.994
@@ -335,7 +335,7 @@
   <body class="split chapter" 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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</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.1013
retrieving revision 1.1014
diff -u -d -r1.1013 -r1.1014
--- semantics.html	5 May 2011 23:54:29 -0000	1.1013
+++ semantics.html	6 May 2011 00:55:15 -0000	1.1014
@@ -335,7 +335,7 @@
   <body class="split chapter" 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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</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.1014
retrieving revision 1.1015
diff -u -d -r1.1014 -r1.1015
--- index.html	5 May 2011 23:54:28 -0000	1.1014
+++ index.html	6 May 2011 00:55:13 -0000	1.1015
@@ -335,7 +335,7 @@
   <body class="split chapter" 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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</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.452
retrieving revision 1.453
diff -u -d -r1.452 -r1.453
--- the-button-element.html	5 May 2011 23:54:33 -0000	1.452
+++ the-button-element.html	6 May 2011 00:55:19 -0000	1.453
@@ -335,7 +335,7 @@
   <body class="split chapter" 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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</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.450
retrieving revision 1.451
diff -u -d -r1.450 -r1.451
--- dnd.html	5 May 2011 23:54:27 -0000	1.450
+++ dnd.html	6 May 2011 00:55:12 -0000	1.451
@@ -335,7 +335,7 @@
   <body class="split chapter" 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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</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.457
retrieving revision 1.458
diff -u -d -r1.457 -r1.458
--- links.html	5 May 2011 23:54:28 -0000	1.457
+++ links.html	6 May 2011 00:55:14 -0000	1.458
@@ -335,7 +335,7 @@
   <body class="split chapter" 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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</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.1424
retrieving revision 1.1425
diff -u -d -r1.1424 -r1.1425
--- spec.html	5 May 2011 23:54:29 -0000	1.1424
+++ spec.html	6 May 2011 00:55:15 -0000	1.1425
@@ -333,9 +333,9 @@
 </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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</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="editor-s-draft-5-may-2011">Editor's Draft 5 May 2011</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-6-may-2011">Editor's Draft 6 May 2011</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/html5/author/">http://www.w3.org/TR/html5/author/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -355,7 +355,7 @@
     <dt>Editor:</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.4893.</p> 
+      This is revision 1.4899.</p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    © 2010 <a href="http://www.w3.org/"><abbr title="World Wide
    Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts
@@ -505,7 +505,7 @@
   Group</a> is the W3C working group responsible for this
   specification's progress along the W3C Recommendation
   track.
-  This specification is the 5 May 2011 Editor's Draft.
+  This specification is the 6 May 2011 Editor's Draft.
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
   actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
   group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
@@ -6306,12 +6306,12 @@
    form.elements.result.value = price;
  }
 &lt;/script&gt;
-&lt;form name="pricecalc" onsubmit="return false"&gt;
+&lt;form name="pricecalc" onsubmit="return false" onchange="calculate(this)"&gt;
  &lt;fieldset&gt;
   &lt;legend&gt;Work out the price of your car&lt;/legend&gt;
   &lt;p&gt;Base cost: £52000.&lt;/p&gt;
   &lt;p&gt;Select additional options:&lt;/p&gt;
-  &lt;ul onchange="calculate(form)"&gt;
+  &lt;ul&gt;
    &lt;li&gt;&lt;label&gt;&lt;input type=checkbox name=brakes&gt; Ceramic brakes (£1000)&lt;/label&gt;&lt;/li&gt;
    &lt;li&gt;&lt;label&gt;&lt;input type=checkbox name=radio&gt; Satellite radio (£2500)&lt;/label&gt;&lt;/li&gt;
    &lt;li&gt;&lt;label&gt;&lt;input type=checkbox name=turbo&gt; Turbo charger (£5000)&lt;/label&gt;&lt;/li&gt;
@@ -7368,17 +7368,17 @@
   for its nearest ancestor <a href="#sectioning-content" id="sectioning-content_9">sectioning content</a> or
   <a href="#sectioning-root" id="sectioning-root_2">sectioning root</a> element. A footer typically contains
   information about its section such as who wrote it, links to related
-  documents, copyright data, and the like.</p><p class="note">Contact information for the author or editor of a
-  section belongs in an <code><a href="#the-address-element" id="address_2">address</a></code> element, possibly itself
-  inside a <code><a href="#the-footer-element" id="footer_8">footer</a></code>.</p><p>Footers don't necessarily have to appear at the <em>end</em> of a
-  section, though they usually do.</p><p>When the <code><a href="#the-footer-element" id="footer_9">footer</a></code> element contains entire sections,
+  documents, copyright data, and the like.</p><p>When the <code><a href="#the-footer-element" id="footer_8">footer</a></code> element contains entire sections,
   they <a href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represent" reference in the full HTML5 spec.' class="full-spec-link">represent</a> appendices, indexes,
   long colophons, verbose license agreements, and other such
-  content.</p><p class="note">The <code><a href="#the-footer-element" id="footer_10">footer</a></code> element is not
-  <a href="#sectioning-content" id="sectioning-content_10">sectioning content</a>; it doesn't introduce a new
-  section.</p><p>When the nearest ancestor <a href="#sectioning-content" id="sectioning-content_11">sectioning content</a> or
+  content.</p><p class="note">Contact information for the author or editor of a
+  section belongs in an <code><a href="#the-address-element" id="address_2">address</a></code> element, possibly itself
+  inside a <code><a href="#the-footer-element" id="footer_9">footer</a></code>.</p><p>Footers don't necessarily have to appear at the <em>end</em> of a
+  section, though they usually do.</p><p>When the nearest ancestor <a href="#sectioning-content" id="sectioning-content_10">sectioning content</a> or
   <a href="#sectioning-root" id="sectioning-root_3">sectioning root</a> element is <a href="#the-body-element-0" id="the-body-element_4">the body
-  element</a>, then it applies to the whole page.</p><div class="example">
+  element</a>, then it applies to the whole page.</p><p class="note">The <code><a href="#the-footer-element" id="footer_10">footer</a></code> element is not
+  <a href="#sectioning-content" id="sectioning-content_11">sectioning content</a>; it doesn't introduce a new
+  section.</p><div class="example">
 
    <p>Here is a page with two footers, one at the top and one at the
    bottom, with the same content:</p>
@@ -7439,6 +7439,45 @@
 &lt;/BODY&gt;
 &lt;/HTML&gt;</pre>
 
+  </div><div class="example">
+
+   <p>Some site designs have what is sometimes referred to as "fat
+   footers" — footers that contain a lot of material, including
+   images, links to other articles, links to pages for sending
+   feedback, special offers... in some ways, a whole "front page" in
+   the footer.</p>
+
+   <p>This fragment shows the bottom of a page on a site with a "fat
+   footer":</p>
+
+   <pre>...
+ &lt;footer&gt;
+  &lt;nav&gt;
+   &lt;section&gt;
+    &lt;h1&gt;Articles&lt;/h1&gt;
+    &lt;p&gt;&lt;img src="http://dev.w3.org/html5/spec/images/somersaults.jpeg" alt=""&gt; Go to the gym with
+    our somersaults class! Our teacher Jim takes you through the paces
+    in this two-part article. &lt;a href="articles/somersaults/1"&gt;Part
+    1&lt;/a&gt; · &lt;a href="articles/somersaults/1"&gt;Part 2&lt;/a&gt;&lt;/p&gt;
+    &lt;p&gt;&lt;img src="http://dev.w3.org/html5/spec/images/kindplus.jpeg"&gt; Tired of walking on the edge of
+    a clif&lt;!-- sic --&gt;? Our guest writer Lara shows you how to bumble
+    your way through the bars. &lt;a href="articles/kindplus/1"&gt;Read
+    more...&lt;/a&gt;&lt;/p&gt;
+    &lt;p&gt;&lt;img src="http://dev.w3.org/html5/spec/images/crisps.jpeg"&gt; The chips are down, now all
+    that's left is a potato. What can you do with it? &lt;a
+    href="articles/crisps/1"&gt;Read more...&lt;/a&gt;&lt;/p&gt;
+   &lt;/section&gt;
+   &lt;ul&gt;
+    &lt;li&gt; &lt;a href="/about"&gt;About us...&lt;/a&gt;
+    &lt;li&gt; &lt;a href="/feedback"&gt;Send feedback!&lt;/a&gt;
+    &lt;li&gt; &lt;a href="/sitemap"&gt;Sitemap&lt;/a&gt;
+   &lt;/ul&gt;
+  &lt;/nav&gt;
+  &lt;p&gt;&lt;small&gt;Copyright © 2015 The Snacker —
+  &lt;a href="/tos"&gt;Terms of Service&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;
+ &lt;/footer&gt;
+&lt;/body&gt;</pre>
+
   </div><h4 id="the-address-element"><span class="secno">4.4.10 </span>The <dfn><code>address</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content" id="flow-content_36">Flow content</a>.</dd>
    <dd><a href="#formatblock-candidate" id="formatblock-candidate_8"><code title="">formatBlock</code> candidate</a>.</dd>

Index: number-state.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/number-state.html,v
retrieving revision 1.445
retrieving revision 1.446
diff -u -d -r1.445 -r1.446
--- number-state.html	5 May 2011 23:54:29 -0000	1.445
+++ number-state.html	6 May 2011 00:55:14 -0000	1.446
@@ -335,7 +335,7 @@
   <body class="split chapter" 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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</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.459
retrieving revision 1.460
diff -u -d -r1.459 -r1.460
--- sections.html	5 May 2011 23:54:29 -0000	1.459
+++ sections.html	6 May 2011 00:55:15 -0000	1.460
@@ -335,7 +335,7 @@
   <body class="split chapter" 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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</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;
@@ -1115,17 +1115,17 @@
   for its nearest ancestor <a href="content-models.html#sectioning-content" id="sectioning-content_9">sectioning content</a> or
   <a href="#sectioning-root" id="sectioning-root_2">sectioning root</a> element. A footer typically contains
   information about its section such as who wrote it, links to related
-  documents, copyright data, and the like.<p class="note">Contact information for the author or editor of a
-  section belongs in an <code><a href="#the-address-element" id="address_2">address</a></code> element, possibly itself
-  inside a <code><a href="#the-footer-element" id="footer_8">footer</a></code>.<p>Footers don't necessarily have to appear at the <em>end</em> of a
-  section, though they usually do.<p>When the <code><a href="#the-footer-element" id="footer_9">footer</a></code> element contains entire sections,
+  documents, copyright data, and the like.<p>When the <code><a href="#the-footer-element" id="footer_8">footer</a></code> element contains entire sections,
   they <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represent" reference in the full HTML5 spec.'>represent</a> appendices, indexes,
   long colophons, verbose license agreements, and other such
-  content.<p class="note">The <code><a href="#the-footer-element" id="footer_10">footer</a></code> element is not
-  <a href="content-models.html#sectioning-content" id="sectioning-content_10">sectioning content</a>; it doesn't introduce a new
-  section.<p>When the nearest ancestor <a href="content-models.html#sectioning-content" id="sectioning-content_11">sectioning content</a> or
+  content.<p class="note">Contact information for the author or editor of a
+  section belongs in an <code><a href="#the-address-element" id="address_2">address</a></code> element, possibly itself
+  inside a <code><a href="#the-footer-element" id="footer_9">footer</a></code>.<p>Footers don't necessarily have to appear at the <em>end</em> of a
+  section, though they usually do.<p>When the nearest ancestor <a href="content-models.html#sectioning-content" id="sectioning-content_10">sectioning content</a> or
   <a href="#sectioning-root" id="sectioning-root_3">sectioning root</a> element is <a href="dom.html#the-body-element-0" id="the-body-element_4">the body
-  element</a>, then it applies to the whole page.<div class="example">
+  element</a>, then it applies to the whole page.<p class="note">The <code><a href="#the-footer-element" id="footer_10">footer</a></code> element is not
+  <a href="content-models.html#sectioning-content" id="sectioning-content_11">sectioning content</a>; it doesn't introduce a new
+  section.<div class="example">
 
    <p>Here is a page with two footers, one at the top and one at the
    bottom, with the same content:</p>
@@ -1186,6 +1186,45 @@
 &lt;/BODY&gt;
 &lt;/HTML&gt;</pre>
 
+  </div><div class="example">
+
+   <p>Some site designs have what is sometimes referred to as "fat
+   footers" &mdash; footers that contain a lot of material, including
+   images, links to other articles, links to pages for sending
+   feedback, special offers... in some ways, a whole "front page" in
+   the footer.</p>
+
+   <p>This fragment shows the bottom of a page on a site with a "fat
+   footer":</p>
+
+   <pre>...
+ &lt;footer&gt;
+  &lt;nav&gt;
+   &lt;section&gt;
+    &lt;h1&gt;Articles&lt;/h1&gt;
+    &lt;p&gt;&lt;img src="http://dev.w3.org/html5/spec/images/somersaults.jpeg" alt=""&gt; Go to the gym with
+    our somersaults class! Our teacher Jim takes you through the paces
+    in this two-part article. &lt;a href="articles/somersaults/1"&gt;Part
+    1&lt;/a&gt; &middot; &lt;a href="articles/somersaults/1"&gt;Part 2&lt;/a&gt;&lt;/p&gt;
+    &lt;p&gt;&lt;img src="http://dev.w3.org/html5/spec/images/kindplus.jpeg"&gt; Tired of walking on the edge of
+    a clif&lt;!-- sic --&gt;? Our guest writer Lara shows you how to bumble
+    your way through the bars. &lt;a href="articles/kindplus/1"&gt;Read
+    more...&lt;/a&gt;&lt;/p&gt;
+    &lt;p&gt;&lt;img src="http://dev.w3.org/html5/spec/images/crisps.jpeg"&gt; The chips are down, now all
+    that's left is a potato. What can you do with it? &lt;a
+    href="articles/crisps/1"&gt;Read more...&lt;/a&gt;&lt;/p&gt;
+   &lt;/section&gt;
+   &lt;ul&gt;
+    &lt;li&gt; &lt;a href="/about"&gt;About us...&lt;/a&gt;
+    &lt;li&gt; &lt;a href="/feedback"&gt;Send feedback!&lt;/a&gt;
+    &lt;li&gt; &lt;a href="/sitemap"&gt;Sitemap&lt;/a&gt;
+   &lt;/ul&gt;
+  &lt;/nav&gt;
+  &lt;p&gt;&lt;small&gt;Copyright &copy; 2015 The Snacker &mdash;
+  &lt;a href="/tos"&gt;Terms of Service&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;
+ &lt;/footer&gt;
+&lt;/body&gt;</pre>
+
   </div><h4 id="the-address-element"><span class="secno">4.4.10 </span>The <dfn><code>address</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="content-models.html#flow-content" id="flow-content_36">Flow content</a>.</dd>
    <dd><a href="dnd.html#formatblock-candidate" id="formatblock-candidate_8"><code title="">formatBlock</code> candidate</a>.</dd>

Index: introduction.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/introduction.html,v
retrieving revision 1.1008
retrieving revision 1.1009
diff -u -d -r1.1008 -r1.1009
--- introduction.html	5 May 2011 23:54:28 -0000	1.1008
+++ introduction.html	6 May 2011 00:55:14 -0000	1.1009
@@ -334,7 +334,7 @@
   <body class="split chapter" 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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</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.441
retrieving revision 1.442
diff -u -d -r1.441 -r1.442
--- commands.html	5 May 2011 23:54:27 -0000	1.441
+++ commands.html	6 May 2011 00:55:12 -0000	1.442
@@ -335,7 +335,7 @@
   <body class="split chapter" 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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</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.448
retrieving revision 1.449
diff -u -d -r1.448 -r1.449
--- common-microsyntaxes.html	5 May 2011 23:54:27 -0000	1.448
+++ common-microsyntaxes.html	6 May 2011 00:55:12 -0000	1.449
@@ -335,7 +335,7 @@
   <body class="split chapter" 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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</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.1009
retrieving revision 1.1010
diff -u -d -r1.1009 -r1.1010
--- syntax.html	5 May 2011 23:54:33 -0000	1.1009
+++ syntax.html	6 May 2011 00:55:19 -0000	1.1010
@@ -335,7 +335,7 @@
   <body class="split chapter" 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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</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.430
retrieving revision 1.431
diff -u -d -r1.430 -r1.431
--- webappapis.html	5 May 2011 23:54:33 -0000	1.430
+++ webappapis.html	6 May 2011 00:55:20 -0000	1.431
@@ -335,7 +335,7 @@
   <body class="split chapter" 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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</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.309
retrieving revision 1.310
diff -u -d -r1.309 -r1.310
--- spec.preprocessed.html	5 May 2011 23:54:32 -0000	1.309
+++ spec.preprocessed.html	6 May 2011 00:55:18 -0000	1.310
@@ -343,9 +343,9 @@
 </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.4893</span></h1>
+   <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4899</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="editor-s-draft-5-may-2011">Editor's Draft 5 May 2011</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-6-may-2011">Editor's Draft 6 May 2011</h2>
    <dl><dt>Latest Published Version:</dt>
     <dd><a href="http://www.w3.org/TR/html5/author/">http://www.w3.org/TR/html5/author/</a></dd>
     <dt>Latest Editor's Draft:</dt>
@@ -365,7 +365,7 @@
     <dt>Editor:</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.4893.</p> 
+      This is revision 1.4899.</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
@@ -517,7 +517,7 @@
   Group</a> is the W3C working group responsible for this
   specification's progress along the W3C Recommendation
   track.
-  This specification is the 5 May 2011 Editor's Draft.
+  This specification is the 6 May 2011 Editor's Draft.
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
   actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
   group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
@@ -13375,12 +13375,12 @@
    form.elements.result.value = price;
  }
 &lt;/script&gt;
-&lt;form name="pricecalc" onsubmit="return false"&gt;
+&lt;form name="pricecalc" onsubmit="return false" onchange="calculate(this)"&gt;
  &lt;fieldset&gt;
   &lt;legend&gt;Work out the price of your car&lt;/legend&gt;
   &lt;p&gt;Base cost: &#163;52000.&lt;/p&gt;
   &lt;p&gt;Select additional options:&lt;/p&gt;
-  &lt;ul onchange="calculate(form)"&gt;
+  &lt;ul&gt;
    &lt;li&gt;&lt;label&gt;&lt;input type=checkbox name=brakes&gt; Ceramic brakes (&#163;1000)&lt;/label&gt;&lt;/li&gt;
    &lt;li&gt;&lt;label&gt;&lt;input type=checkbox name=radio&gt; Satellite radio (&#163;2500)&lt;/label&gt;&lt;/li&gt;
    &lt;li&gt;&lt;label&gt;&lt;input type=checkbox name=turbo&gt; Turbo charger (&#163;5000)&lt;/label&gt;&lt;/li&gt;
@@ -14516,17 +14516,17 @@
   for its nearest ancestor <a href="#sectioning-content">sectioning content</a> or
   <a href="#sectioning-root">sectioning root</a> element. A footer typically contains
   information about its section such as who wrote it, links to related
-  documents, copyright data, and the like.</p><p class="note">Contact information for the author or editor of a
-  section belongs in an <code><a href="#the-address-element">address</a></code> element, possibly itself
-  inside a <code><a href="#the-footer-element">footer</a></code>.</p><p>Footers don't necessarily have to appear at the <em>end</em> of a
-  section, though they usually do.</p><p>When the <code><a href="#the-footer-element">footer</a></code> element contains entire sections,
+  documents, copyright data, and the like.</p><p>When the <code><a href="#the-footer-element">footer</a></code> element contains entire sections,
   they <a href="#represents" title="represents">represent</a> appendices, indexes,
   long colophons, verbose license agreements, and other such
-  content.</p><p class="note">The <code><a href="#the-footer-element">footer</a></code> element is not
-  <a href="#sectioning-content">sectioning content</a>; it doesn't introduce a new
-  section.</p><p>When the nearest ancestor <a href="#sectioning-content">sectioning content</a> or
+  content.</p><p class="note">Contact information for the author or editor of a
+  section belongs in an <code><a href="#the-address-element">address</a></code> element, possibly itself
+  inside a <code><a href="#the-footer-element">footer</a></code>.</p><p>Footers don't necessarily have to appear at the <em>end</em> of a
+  section, though they usually do.</p><p>When the nearest ancestor <a href="#sectioning-content">sectioning content</a> or
   <a href="#sectioning-root">sectioning root</a> element is <a href="#the-body-element-0">the body
-  element</a>, then it applies to the whole page.</p><div class="example">
+  element</a>, then it applies to the whole page.</p><p class="note">The <code><a href="#the-footer-element">footer</a></code> element is not
+  <a href="#sectioning-content">sectioning content</a>; it doesn't introduce a new
+  section.</p><div class="example">
 
    <p>Here is a page with two footers, one at the top and one at the
    bottom, with the same content:</p>
@@ -14587,6 +14587,45 @@
 &lt;/BODY&gt;
 &lt;/HTML&gt;</pre>
 
+  </div><div class="example">
+
+   <p>Some site designs have what is sometimes referred to as "fat
+   footers" &#8212; footers that contain a lot of material, including
+   images, links to other articles, links to pages for sending
+   feedback, special offers... in some ways, a whole "front page" in
+   the footer.</p>
+
+   <p>This fragment shows the bottom of a page on a site with a "fat
+   footer":</p>
+
+   <pre>...
+ &lt;footer&gt;
+  &lt;nav&gt;
+   &lt;section&gt;
+    &lt;h1&gt;Articles&lt;/h1&gt;
+    &lt;p&gt;&lt;img src="http://dev.w3.org/html5/spec/images/somersaults.jpeg" alt=""&gt; Go to the gym with
+    our somersaults class! Our teacher Jim takes you through the paces
+    in this two-part article. &lt;a href="articles/somersaults/1"&gt;Part
+    1&lt;/a&gt; &#183; &lt;a href="articles/somersaults/1"&gt;Part 2&lt;/a&gt;&lt;/p&gt;
+    &lt;p&gt;&lt;img src="http://dev.w3.org/html5/spec/images/kindplus.jpeg"&gt; Tired of walking on the edge of
+    a clif&lt;!-- sic --&gt;? Our guest writer Lara shows you how to bumble
+    your way through the bars. &lt;a href="articles/kindplus/1"&gt;Read
+    more...&lt;/a&gt;&lt;/p&gt;
+    &lt;p&gt;&lt;img src="http://dev.w3.org/html5/spec/images/crisps.jpeg"&gt; The chips are down, now all
+    that's left is a potato. What can you do with it? &lt;a
+    href="articles/crisps/1"&gt;Read more...&lt;/a&gt;&lt;/p&gt;
+   &lt;/section&gt;
+   &lt;ul&gt;
+    &lt;li&gt; &lt;a href="/about"&gt;About us...&lt;/a&gt;
+    &lt;li&gt; &lt;a href="/feedback"&gt;Send feedback!&lt;/a&gt;
+    &lt;li&gt; &lt;a href="/sitemap"&gt;Sitemap&lt;/a&gt;
+   &lt;/ul&gt;
+  &lt;/nav&gt;
+  &lt;p&gt;&lt;small&gt;Copyright &#169; 2015 The Snacker &#8212;
+  &lt;a href="/tos"&gt;Terms of Service&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;
+ &lt;/footer&gt;
+&lt;/body&gt;</pre>
+
   </div><h4 id="the-address-element"><span class="secno">4.4.10 </span>The <dfn><code>address</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
    <dd><a href="#flow-content">Flow content</a>.</dd>
    <dd><a href="#formatblock-candidate"><code title="">formatBlock</code> candidate</a>.</dd>
@@ -14881,8 +14920,8 @@
     the first relevant step below for each element as you enter and
     exit it.</p>
 
-    <dl class="switch"><dt>If the top of the stack is an element, and you are exiting
-     that element</dt>
+    <dl class="switch"><dt>If you are exiting an element and that element is the element
+     at the top of the stack</dt>
 
      <dd>
 
@@ -14918,6 +14957,8 @@
       <p>Let <var title="">current section</var> be a newly created
       <a href="#concept-section" title="concept-section">section</a> for the <var title="">current outlinee</var> element.</p>
 
+      <p>Associate <var title="">current outlinee</var> with <var title="">current section</var>.</p>
+
       <p>Let there be a new <a href="#outline">outline</a> for the new <var title="">current outlinee</var>, initialized with just the new
       <var title="">current section</var> as the only <a href="#concept-section" title="concept-section">section</a> in the outline.</p>
 
@@ -15040,9 +15081,9 @@
      <dd><p>Do nothing.</p></dd>
 
     </dl><p id="associatedSection">In addition, whenever you exit a node,
-    after doing the steps above, if <var title="">current
-    section</var> is not null, associate the node with the <a href="#concept-section" title="concept-section">section</a> <var title="">current
-    section</var>.</p>
+    after doing the steps above, if the node is not associated with a
+    <a href="#concept-section" title="concept-section">section</a> yet and <var title="">current section</var> is not null, associate the node
+    with the <a href="#concept-section" title="concept-section">section</a> <var title="">current section</var>.</p>
 
    </li>
 
@@ -34123,11 +34164,11 @@
   false. The <a href="#activation-behavior">activation behavior</a> is to <a href="#fire-a-simple-event">fire a
   simple event</a> that bubbles named <code title="event-change">change</code> at the element. .</p>
 
-  <p><strong>Constraint validation</strong>: If the element is <i title="concept-input-required"><a href="#concept-input-required">required</a></i> and all of the
+  <p><strong>Constraint validation</strong>: If an element in the
+  <i><a href="#radio-button-group">radio button group</a></i> is <i title="concept-input-required"><a href="#concept-input-required">required</a></i>, and all of the
   <code><a href="#the-input-element">input</a></code> elements in the <i><a href="#radio-button-group">radio button group</a></i> have a
-  <a href="#concept-fe-checked" title="concept-fe-checked">checkedness</a> that is
-  false, then the element is <a href="#suffering-from-being-missing">suffering from being
-  missing</a>.</p>
+  <a href="#concept-fe-checked" title="concept-fe-checked">checkedness</a> that is false,
+  then the element is <a href="#suffering-from-being-missing">suffering from being missing</a>.</p>
 
   </div><p class="note">If none of the radio buttons in a <a href="#radio-button-group">radio button
   group</a> are checked when they are inserted into the document,
@@ -38413,7 +38454,9 @@
 
    <dd> <p>When a control has no <a href="#concept-fe-value" title="concept-fe-value">value</a> but has a <code title="">required</code> attribute (<code><a href="#the-input-element">input</a></code> <code title="attr-input-required"><a href="#attr-input-required">required</a></code>, <code><a href="#the-select-element">select</a></code>
    <code title="attr-select-required"><a href="#attr-select-required">required</a></code>,
-   <code><a href="#the-textarea-element">textarea</a></code> <code title="attr-textarea-required"><a href="#attr-textarea-required">required</a></code>). </p></dd>
+   <code><a href="#the-textarea-element">textarea</a></code> <code title="attr-textarea-required"><a href="#attr-textarea-required">required</a></code>), or, in the case of
+   an element in a <i><a href="#radio-button-group">radio button group</a></i>, any of the other
+   elements in the group has a <code title="attr-input-required"><a href="#attr-input-required">required</a></code> attribute. </p></dd>
 
    <dt> <dfn id="suffering-from-a-type-mismatch">Suffering from a type mismatch</dfn> </dt>
 
@@ -38990,7 +39033,7 @@
 
        <dd>Let <var title="">MIME type</var> be the concatenation of
        the string "<code title="">multipart/form-data;</code>", a
-       U+0020 SPACE character, and the <a href="#multipart-form-data-boundary-string"><code title="">multipart/form-data</code> boundary string</a>
+       U+0020 SPACE character, the string "<code title="">boundary=</code>", and the <a href="#multipart-form-data-boundary-string"><code title="">multipart/form-data</code> boundary string</a>
        generated by the <a href="#multipart-form-data-encoding-algorithm"><code title="">multipart/form-data</code> encoding
        algorithm</a>.</dd>
 

Received on Friday, 6 May 2011 00:55:29 UTC