- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 06 May 2011 00:55:22 +0000
- To: public-html-commits@w3.org
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">← 1 Introduction</a> – <a href="Overview.html#contents">Table of contents</a> – 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">← 4.5 Grouping content</a> – <a href="Overview.html#contents">Table of contents</a> – 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">← 4 The elements of HTML</a> – <a href="Overview.html#contents">Table of contents</a> – @@ -508,12 +508,12 @@ form.elements.result.value = price; } </script> -<form name="pricecalc" onsubmit="return false"> +<form name="pricecalc" onsubmit="return false" onchange="calculate(this)"> <fieldset> <legend>Work out the price of your car</legend> <p>Base cost: £52000.</p> <p>Select additional options:</p> - <ul onchange="calculate(form)"> + <ul> <li><label><input type=checkbox name=brakes> Ceramic brakes (£1000)</label></li> <li><label><input type=checkbox name=radio> Satellite radio (£2500)</label></li> <li><label><input type=checkbox name=turbo> Turbo charger (£5000)</label></li> 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">← 4.8.11 The canvas element</a> – <a href="Overview.html#contents">Table of contents</a> – Index: the-canvas-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-canvas-element.html,v retrieving revision 1.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">← 4.8.2 The iframe element</a> – <a href="Overview.html#contents">Table of contents</a> – 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">← 4.8.12 The map element</a> – <a href="Overview.html#contents">Table of contents</a> – 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">← 4.8 Embedded content</a> – <a href="Overview.html#contents">Table of contents</a> – Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec-author-view/Overview.html,v retrieving revision 1.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> © 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 @@ -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">← 4.10.8 The button element</a> – <a href="Overview.html#contents">Table of contents</a> – 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">← Index</a> – <a href="Overview.html#contents">Table of contents</a> – 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">← 5.3 Origin</a> – <a href="Overview.html#contents">Table of contents</a> – 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">← 5 Loading Web pages</a> – <a href="Overview.html#contents">Table of contents</a> – 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">← 4.10.7.1.13 Number state</a> – <a href="Overview.html#contents">Table of contents</a> – 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">← 2.5 URLs</a> – <a href="Overview.html#contents">Table of contents</a> – 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">← 4.7 Edits</a> – <a href="Overview.html#contents">Table of contents</a> – 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">← 4.10 Forms</a> – <a href="Overview.html#contents">Table of contents</a> – Index: acknowledgements.html =================================================================== RCS file: /sources/public/html5/spec-author-view/acknowledgements.html,v retrieving revision 1.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">← References</a> – <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">← 4.4 Sections</a> – <a href="Overview.html#contents">Table of contents</a> – 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">← 6 Web application APIs</a> – <a href="Overview.html#contents">Table of contents</a> – 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">← 3 Semantics, structure, and APIs of HTML documents</a> – <a href="Overview.html#contents">Table of contents</a> – 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">← 2.4 Common microsyntaxes</a> – <a href="Overview.html#contents">Table of contents</a> – 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">← 10 Obsolete features</a> – <a href="Overview.html#contents">Table of contents</a> – Index: forms.html =================================================================== RCS file: /sources/public/html5/spec-author-view/forms.html,v retrieving revision 1.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">← 4.9 Tabular data</a> – <a href="Overview.html#contents">Table of contents</a> – Index: interactive-elements.html =================================================================== RCS file: /sources/public/html5/spec-author-view/interactive-elements.html,v retrieving revision 1.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">← 4.10.18 Association of controls and forms</a> – <a href="Overview.html#contents">Table of contents</a> – Index: editing.html =================================================================== RCS file: /sources/public/html5/spec-author-view/editing.html,v retrieving revision 1.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">← 6.3 Timers</a> – <a href="Overview.html#contents">Table of contents</a> – 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">← 4.12 Links</a> – <a href="Overview.html#contents">Table of contents</a> – 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">← 4.6 Text-level semantics</a> – <a href="Overview.html#contents">Table of contents</a> – Index: the-xhtml-syntax.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-xhtml-syntax.html,v retrieving revision 1.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">← 8.2 Named character references</a> – <a href="Overview.html#contents">Table of contents</a> – Index: offline.html =================================================================== RCS file: /sources/public/html5/spec-author-view/offline.html,v retrieving revision 1.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">← 5.4 Session history and navigation</a> – <a href="Overview.html#contents">Table of contents</a> – 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">← 3.2 Elements</a> – <a href="Overview.html#contents">Table of contents</a> – 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">← 4.10.7 The input element</a> – <a href="Overview.html#contents">Table of contents</a> – 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">← 3.2.5 Content models</a> – <a href="Overview.html#contents">Table of contents</a> – Index: obsolete.html =================================================================== RCS file: /sources/public/html5/spec-author-view/obsolete.html,v retrieving revision 1.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">← 9 The XHTML syntax</a> – <a href="Overview.html#contents">Table of contents</a> – Index: named-character-references.html =================================================================== RCS file: /sources/public/html5/spec-author-view/named-character-references.html,v retrieving revision 1.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">← 8 The HTML syntax</a> – <a href="Overview.html#contents">Table of contents</a> – Index: references.html =================================================================== RCS file: /sources/public/html5/spec-author-view/references.html,v retrieving revision 1.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">← Index of terms</a> – <a href="Overview.html#contents">Table of contents</a> – Index: semantics.html =================================================================== RCS file: /sources/public/html5/spec-author-view/semantics.html,v retrieving revision 1.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">← 3.3 APIs in HTML documents</a> – <a href="Overview.html#contents">Table of contents</a> – Index: index.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index.html,v retrieving revision 1.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">← 11 IANA considerations</a> – <a href="Overview.html#contents">Table of contents</a> – 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">← 4.10.7.2 Common input element attributes</a> – <a href="Overview.html#contents">Table of contents</a> – 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">← 7 User interaction</a> – <a href="Overview.html#contents">Table of contents</a> – 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">← 4.11.5 Commands</a> – <a href="Overview.html#contents">Table of contents</a> – Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.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; } </script> -<form name="pricecalc" onsubmit="return false"> +<form name="pricecalc" onsubmit="return false" onchange="calculate(this)"> <fieldset> <legend>Work out the price of your car</legend> <p>Base cost: £52000.</p> <p>Select additional options:</p> - <ul onchange="calculate(form)"> + <ul> <li><label><input type=checkbox name=brakes> Ceramic brakes (£1000)</label></li> <li><label><input type=checkbox name=radio> Satellite radio (£2500)</label></li> <li><label><input type=checkbox name=turbo> Turbo charger (£5000)</label></li> @@ -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 @@ </BODY> </HTML></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>... + <footer> + <nav> + <section> + <h1>Articles</h1> + <p><img src="http://dev.w3.org/html5/spec/images/somersaults.jpeg" alt=""> Go to the gym with + our somersaults class! Our teacher Jim takes you through the paces + in this two-part article. <a href="articles/somersaults/1">Part + 1</a> · <a href="articles/somersaults/1">Part 2</a></p> + <p><img src="http://dev.w3.org/html5/spec/images/kindplus.jpeg"> Tired of walking on the edge of + a clif<!-- sic -->? Our guest writer Lara shows you how to bumble + your way through the bars. <a href="articles/kindplus/1">Read + more...</a></p> + <p><img src="http://dev.w3.org/html5/spec/images/crisps.jpeg"> The chips are down, now all + that's left is a potato. What can you do with it? <a + href="articles/crisps/1">Read more...</a></p> + </section> + <ul> + <li> <a href="/about">About us...</a> + <li> <a href="/feedback">Send feedback!</a> + <li> <a href="/sitemap">Sitemap</a> + </ul> + </nav> + <p><small>Copyright © 2015 The Snacker — + <a href="/tos">Terms of Service</a></small></p> + </footer> +</body></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">← 4.10.7.1 States of the type attribute</a> – <a href="Overview.html#contents">Table of contents</a> – 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">← 4.3 Scripting</a> – <a href="Overview.html#contents">Table of contents</a> – @@ -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 @@ </BODY> </HTML></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>... + <footer> + <nav> + <section> + <h1>Articles</h1> + <p><img src="http://dev.w3.org/html5/spec/images/somersaults.jpeg" alt=""> Go to the gym with + our somersaults class! Our teacher Jim takes you through the paces + in this two-part article. <a href="articles/somersaults/1">Part + 1</a> · <a href="articles/somersaults/1">Part 2</a></p> + <p><img src="http://dev.w3.org/html5/spec/images/kindplus.jpeg"> Tired of walking on the edge of + a clif<!-- sic -->? Our guest writer Lara shows you how to bumble + your way through the bars. <a href="articles/kindplus/1">Read + more...</a></p> + <p><img src="http://dev.w3.org/html5/spec/images/crisps.jpeg"> The chips are down, now all + that's left is a potato. What can you do with it? <a + href="articles/crisps/1">Read more...</a></p> + </section> + <ul> + <li> <a href="/about">About us...</a> + <li> <a href="/feedback">Send feedback!</a> + <li> <a href="/sitemap">Sitemap</a> + </ul> + </nav> + <p><small>Copyright © 2015 The Snacker — + <a href="/tos">Terms of Service</a></small></p> + </footer> +</body></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> – <a href="infrastructure.html">2 Common infrastructure →</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">← 4.11 Interactive elements</a> – <a href="Overview.html#contents">Table of contents</a> – 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">← 2 Common infrastructure</a> – <a href="Overview.html#contents">Table of contents</a> – Index: syntax.html =================================================================== RCS file: /sources/public/html5/spec-author-view/syntax.html,v retrieving revision 1.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">← 7.7 Drag and drop</a> – <a href="Overview.html#contents">Table of contents</a> – 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">← 5.6 Offline Web applications</a> – <a href="Overview.html#contents">Table of contents</a> – 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> © 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 @@ -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; } </script> -<form name="pricecalc" onsubmit="return false"> +<form name="pricecalc" onsubmit="return false" onchange="calculate(this)"> <fieldset> <legend>Work out the price of your car</legend> <p>Base cost: £52000.</p> <p>Select additional options:</p> - <ul onchange="calculate(form)"> + <ul> <li><label><input type=checkbox name=brakes> Ceramic brakes (£1000)</label></li> <li><label><input type=checkbox name=radio> Satellite radio (£2500)</label></li> <li><label><input type=checkbox name=turbo> Turbo charger (£5000)</label></li> @@ -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 @@ </BODY> </HTML></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>... + <footer> + <nav> + <section> + <h1>Articles</h1> + <p><img src="http://dev.w3.org/html5/spec/images/somersaults.jpeg" alt=""> Go to the gym with + our somersaults class! Our teacher Jim takes you through the paces + in this two-part article. <a href="articles/somersaults/1">Part + 1</a> · <a href="articles/somersaults/1">Part 2</a></p> + <p><img src="http://dev.w3.org/html5/spec/images/kindplus.jpeg"> Tired of walking on the edge of + a clif<!-- sic -->? Our guest writer Lara shows you how to bumble + your way through the bars. <a href="articles/kindplus/1">Read + more...</a></p> + <p><img src="http://dev.w3.org/html5/spec/images/crisps.jpeg"> The chips are down, now all + that's left is a potato. What can you do with it? <a + href="articles/crisps/1">Read more...</a></p> + </section> + <ul> + <li> <a href="/about">About us...</a> + <li> <a href="/feedback">Send feedback!</a> + <li> <a href="/sitemap">Sitemap</a> + </ul> + </nav> + <p><small>Copyright © 2015 The Snacker — + <a href="/tos">Terms of Service</a></small></p> + </footer> +</body></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