- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 13 Oct 2010 10:24:22 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv31189 Modified Files: Overview.html acknowledgements.html apis-in-html-documents.html association-of-controls-and-forms.html browsers.html commands.html common-input-element-attributes.html common-microsyntaxes.html content-models.html dnd.html dom.html editing.html edits.html elements.html embedded-content-1.html forms.html grouping-content.html history.html iana.html index-of-terms.html index.html infrastructure.html interactive-elements.html introduction.html links.html named-character-references.html number-state.html obsolete.html offline.html origin-0.html references.html scripting-1.html sections.html semantics.html spec.html spec.preprocessed.html states-of-the-type-attribute.html syntax.html tabular-data.html text-level-semantics.html the-button-element.html the-canvas-element.html the-iframe-element.html the-input-element.html the-map-element.html the-xhtml-syntax.html timers.html urls.html video.html webappapis.html Log Message: wd pub preparation (whatwg r5618) [updated by splitter] Index: infrastructure.html =================================================================== RCS file: /sources/public/html5/spec-author-view/infrastructure.html,v retrieving revision 1.849 retrieving revision 1.850 diff -u -d -r1.849 -r1.850 --- infrastructure.html 12 Oct 2010 21:54:20 -0000 1.849 +++ infrastructure.html 13 Oct 2010 10:24:16 -0000 1.850 @@ -182,6 +182,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -305,13 +329,13 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="introduction.html" rel="prev" title="1 Introduction"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="introduction.html" rel="prev" title="1 Introduction"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="common-microsyntaxes.html" rel="next" title="2.5 Common microsyntaxes"> <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</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.847 retrieving revision 1.848 diff -u -d -r1.847 -r1.848 --- text-level-semantics.html 12 Oct 2010 21:54:24 -0000 1.847 +++ text-level-semantics.html 13 Oct 2010 10:24:19 -0000 1.848 @@ -182,6 +182,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -305,13 +329,13 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="grouping-content.html" rel="prev" title="4.5 Grouping content"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="grouping-content.html" rel="prev" title="4.5 Grouping content"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="edits.html" rel="next" title="4.7 Edits"> <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</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.289 retrieving revision 1.290 diff -u -d -r1.289 -r1.290 --- scripting-1.html 12 Oct 2010 21:54:21 -0000 1.289 +++ scripting-1.html 13 Oct 2010 10:24:16 -0000 1.290 @@ -182,6 +182,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -305,13 +329,13 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="semantics.html" rel="prev" title="4 The elements of HTML"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="semantics.html" rel="prev" title="4 The elements of HTML"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="sections.html" rel="next" title="4.4 Sections"> <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</span></h1> </div><div> <a href="semantics.html">← 4 The elements of HTML</a> – <a href="Overview.html#contents">Table of contents</a> – Index: the-map-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-map-element.html,v retrieving revision 1.288 retrieving revision 1.289 diff -u -d -r1.288 -r1.289 --- the-map-element.html 12 Oct 2010 21:54:24 -0000 1.288 +++ the-map-element.html 13 Oct 2010 10:24:19 -0000 1.289 @@ -182,6 +182,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -305,13 +329,13 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="the-canvas-element.html" rel="prev" title="4.8.10 The canvas element"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="the-canvas-element.html" rel="prev" title="4.8.10 The canvas element"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="tabular-data.html" rel="next" title="4.9 Tabular data"> <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</span></h1> </div><div> <a href="the-canvas-element.html">← 4.8.10 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.841 retrieving revision 1.842 diff -u -d -r1.841 -r1.842 --- the-canvas-element.html 12 Oct 2010 21:54:24 -0000 1.841 +++ the-canvas-element.html 13 Oct 2010 10:24:19 -0000 1.842 @@ -182,6 +182,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -305,13 +329,13 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="video.html" rel="prev" title="4.8.6 The video element"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="video.html" rel="prev" title="4.8.6 The video element"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="the-map-element.html" rel="next" title="4.8.11 The map element"> <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</span></h1> </div><div> <a href="video.html">← 4.8.6 The video 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.831 retrieving revision 1.832 diff -u -d -r1.831 -r1.832 --- tabular-data.html 12 Oct 2010 21:54:24 -0000 1.831 +++ tabular-data.html 13 Oct 2010 10:24:19 -0000 1.832 @@ -182,6 +182,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -305,13 +329,13 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="the-map-element.html" rel="prev" title="4.8.11 The map element"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="the-map-element.html" rel="prev" title="4.8.11 The map element"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="forms.html" rel="next" title="4.10 Forms"> <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</span></h1> </div><div> <a href="the-map-element.html">← 4.8.11 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.305 retrieving revision 1.306 diff -u -d -r1.305 -r1.306 --- the-iframe-element.html 12 Oct 2010 21:54:24 -0000 1.305 +++ the-iframe-element.html 13 Oct 2010 10:24:19 -0000 1.306 @@ -182,6 +182,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -305,13 +329,13 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="embedded-content-1.html" rel="prev" title="4.8 Embedded content"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="embedded-content-1.html" rel="prev" title="4.8 Embedded content"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="video.html" rel="next" title="4.8.6 The video element"> <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</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.1194 retrieving revision 1.1195 diff -u -d -r1.1194 -r1.1195 --- Overview.html 12 Oct 2010 21:54:17 -0000 1.1194 +++ Overview.html 13 Oct 2010 10:24:14 -0000 1.1195 @@ -182,6 +182,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -305,13 +329,15 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><body onload="fixBrokenLink(); init()"><div class="head" id="head"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</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-12-october-2010">Editor's Draft 12 October 2010</h2> - <dl><dt>Latest Published Version:</dt> + <h2 class="no-num no-toc" id="w3c-working-draft-12-october-2010">W3C Working Draft 12 October 2010</h2> + <dl><dt>This Version:</dt> + <dd><a href="http://www.w3.org/TR/2010/WD-html5-20101012/author/">http://www.w3.org/TR/2010/WD-html5-20101012/author/</a></dd> + <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> <dd><a href="http://dev.w3.org/html5/spec-author-view/">http://dev.w3.org/html5/spec-author-view/</a></dd> @@ -328,7 +354,7 @@ <dt>Editors:</dt> <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd> </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>. - This is revision 1.4493.</p> + This is revision 1.4494.</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 @@ -367,19 +393,28 @@ document. A list of current W3C publications and the most recently formally published revision of this technical report can be found in the <a href="http://www.w3.org/TR/">W3C technical reports index</a> - at http://www.w3.org/TR/.</em></p><!-- where to send feedback (required) --><p>If you wish to make comments regarding this document, please send - them to <a href="mailto:public-html-comments@w3.org">public-html-comments@w3.org</a> + at http://www.w3.org/TR/.</em></p><!-- where to send feedback (required) --><p>If you wish to make comments regarding this document in a manner + that is tracked by the W3C, please submit them via using <a href="http://www.w3.org/Bugs/Public/enter_bug.cgi?product=HTML%20WG">our + public bug database</a>. If you do not have an account then you can + enter feedback using this form:<form action="http://www.whatwg.org/specs/web-apps/current-work/file-bug.cgi" method="post"> + <fieldset><legend>Feedback Comments</legend> + <input name="id" type="hidden" value="top"><input name="response" type="hidden" value="html"><p><textarea cols="79" name="text" placeholder="Feedback" rows="10"></textarea><p> + <p>Please carefully indicate the title of the section for which you are submitting feedback.</p> + <p><input type="submit" value="Submit feedback"><small>(Note: Your IP address will be publicly recorded for spam prevention purposes.)</small></p> + </fieldset></form><p>If you cannot do this then you can also e-mail feedback to <a href="mailto:public-html-comments@w3.org">public-html-comments@w3.org</a> (<a href="mailto:public-html-comments-request@w3.org?subject=subscribe">subscribe</a>, - <a href="http://lists.w3.org/Archives/Public/public-html-comments/">archives</a>) + <a href="http://lists.w3.org/Archives/Public/public-html-comments/">archives</a>), + and arrangements will be made to transpose the comments to our + public bug database. <!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING SENTENCE TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --> - or <a href="mailto:whatwg@whatwg.org">whatwg@whatwg.org</a> (<a href="http://lists.whatwg.org/listinfo.cgi/whatwg-whatwg.org">subscribe</a>, - <a href="http://lists.whatwg.org/pipermail/whatwg-whatwg.org/">archives</a>), + Alternatively, you can e-mail feedback to <a href="mailto:whatwg@whatwg.org">whatwg@whatwg.org</a> (<a href="http://lists.whatwg.org/listinfo.cgi/whatwg-whatwg.org">subscribe</a>, + <a href="http://lists.whatwg.org/pipermail/whatwg-whatwg.org/">archives</a>). + The editor guarantees that all substantive feedback sent to this + list will receive a reply. However, such feedback is not considered + formal feedback for the W3C process. <!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING SENTENCE TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --> - or submit them using <a href="http://www.w3.org/Bugs/Public/enter_bug.cgi?product=HTML%20WG">our - public bug database</a>. - All feedback is welcome.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>The working groups maintains <a href="http://www.w3.org/Bugs/Public/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=exact&email1=ian%40hixie.ch&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=">a list of all bug reports that the editor has not yet tried to address</a> and <a href="http://www.w3.org/html/wg/tracker/products/1">a list of issues @@ -421,7 +456,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 12 October 2010 Editor's Draft. + This specification is the 12 October 2010 LC. </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><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 --><!-- required patent boilerplate --><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.285 retrieving revision 1.286 diff -u -d -r1.285 -r1.286 --- association-of-controls-and-forms.html 12 Oct 2010 21:54:17 -0000 1.285 +++ association-of-controls-and-forms.html 13 Oct 2010 10:24:14 -0000 1.286 @@ -182,6 +182,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -305,13 +329,13 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="the-button-element.html" rel="prev" title="4.10.8 The button element"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="the-button-element.html" rel="prev" title="4.10.8 The button element"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="interactive-elements.html" rel="next" title="4.12 Interactive elements"> <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</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.140 retrieving revision 1.141 diff -u -d -r1.140 -r1.141 --- index-of-terms.html 12 Oct 2010 21:54:19 -0000 1.140 +++ index-of-terms.html 13 Oct 2010 10:24:15 -0000 1.141 @@ -182,6 +182,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -305,13 +329,13 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="index.html" rel="prev" title="Index"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="index.html" rel="prev" title="Index"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="references.html" rel="next" title="References"> <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</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.843 retrieving revision 1.844 diff -u -d -r1.843 -r1.844 --- history.html 12 Oct 2010 21:54:19 -0000 1.843 +++ history.html 13 Oct 2010 10:24:15 -0000 1.844 @@ -182,6 +182,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -305,13 +329,13 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="origin-0.html" rel="prev" title="5.3 Origin"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="origin-0.html" rel="prev" title="5.3 Origin"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="offline.html" rel="next" title="5.6 Offline Web applications"> <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</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.265 retrieving revision 1.266 diff -u -d -r1.265 -r1.266 --- origin-0.html 12 Oct 2010 21:54:21 -0000 1.265 +++ origin-0.html 13 Oct 2010 10:24:16 -0000 1.266 @@ -182,6 +182,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -305,13 +329,13 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="browsers.html" rel="prev" title="5 Loading Web pages"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="browsers.html" rel="prev" title="5 Loading Web pages"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="history.html" rel="next" title="5.4 Session history and navigation"> <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</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.293 retrieving revision 1.294 diff -u -d -r1.293 -r1.294 --- common-input-element-attributes.html 12 Oct 2010 21:54:17 -0000 1.293 +++ common-input-element-attributes.html 13 Oct 2010 10:24:15 -0000 1.294 @@ -182,6 +182,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -305,13 +329,13 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="number-state.html" rel="prev" title="4.10.7.1.13 Number state"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="number-state.html" rel="prev" title="4.10.7.1.13 Number state"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="the-button-element.html" rel="next" title="4.10.8 The button element"> <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</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.848 retrieving revision 1.849 diff -u -d -r1.848 -r1.849 --- dom.html 12 Oct 2010 21:54:17 -0000 1.848 +++ dom.html 13 Oct 2010 10:24:15 -0000 1.849 @@ -182,6 +182,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -305,13 +329,13 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="urls.html" rel="prev" title="2.6 URLs"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="urls.html" rel="prev" title="2.6 URLs"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="elements.html" rel="next" title="3.2 Elements"> <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</span></h1> </div><div> <a href="urls.html">← 2.6 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.298 retrieving revision 1.299 diff -u -d -r1.298 -r1.299 --- embedded-content-1.html 12 Oct 2010 21:54:18 -0000 1.298 +++ embedded-content-1.html 13 Oct 2010 10:24:15 -0000 1.299 @@ -182,6 +182,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -305,13 +329,13 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="edits.html" rel="prev" title="4.7 Edits"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="edits.html" rel="prev" title="4.7 Edits"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="the-iframe-element.html" rel="next" title="4.8.2 The iframe element"> <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</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.283 retrieving revision 1.284 diff -u -d -r1.283 -r1.284 --- the-input-element.html 12 Oct 2010 21:54:24 -0000 1.283 +++ the-input-element.html 13 Oct 2010 10:24:19 -0000 1.284 @@ -182,6 +182,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -305,13 +329,13 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="forms.html" rel="prev" title="4.10 Forms"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="forms.html" rel="prev" title="4.10 Forms"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="states-of-the-type-attribute.html" rel="next" title="4.10.7.1 States of the type attribute"> <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</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.856 retrieving revision 1.857 diff -u -d -r1.856 -r1.857 --- acknowledgements.html 12 Oct 2010 21:54:17 -0000 1.856 +++ acknowledgements.html 13 Oct 2010 10:24:14 -0000 1.857 @@ -182,6 +182,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -305,12 +329,12 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="references.html" rel="prev" title="References"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="references.html" rel="prev" title="References"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</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.294 retrieving revision 1.295 diff -u -d -r1.294 -r1.295 --- grouping-content.html 12 Oct 2010 21:54:19 -0000 1.294 +++ grouping-content.html 13 Oct 2010 10:24:15 -0000 1.295 @@ -182,6 +182,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -305,13 +329,13 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="sections.html" rel="prev" title="4.4 Sections"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="sections.html" rel="prev" title="4.4 Sections"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="text-level-semantics.html" rel="next" title="4.6 Text-level semantics"> <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</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.287 retrieving revision 1.288 diff -u -d -r1.287 -r1.288 --- timers.html 12 Oct 2010 21:54:25 -0000 1.287 +++ timers.html 13 Oct 2010 10:24:19 -0000 1.288 @@ -182,6 +182,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -305,13 +329,13 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="webappapis.html" rel="prev" title="6 Web application APIs"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="webappapis.html" rel="prev" title="6 Web application APIs"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="editing.html" rel="next" title="7 User interaction"> <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</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.302 retrieving revision 1.303 diff -u -d -r1.302 -r1.303 --- elements.html 12 Oct 2010 21:54:18 -0000 1.302 +++ elements.html 13 Oct 2010 10:24:15 -0000 1.303 @@ -182,6 +182,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -305,13 +329,13 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="dom.html" rel="prev" title="3 Semantics, structure, and APIs of HTML documents"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="dom.html" rel="prev" title="3 Semantics, structure, and APIs of HTML documents"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="content-models.html" rel="next" title="3.2.5 Content models"> <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</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.297 retrieving revision 1.298 diff -u -d -r1.297 -r1.298 --- urls.html 12 Oct 2010 21:54:25 -0000 1.297 +++ urls.html 13 Oct 2010 10:24:20 -0000 1.298 @@ -182,6 +182,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -305,13 +329,13 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="common-microsyntaxes.html" rel="prev" title="2.5 Common microsyntaxes"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="common-microsyntaxes.html" rel="prev" title="2.5 Common microsyntaxes"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="dom.html" rel="next" title="3 Semantics, structure, and APIs of HTML documents"> <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</span></h1> </div><div> <a href="common-microsyntaxes.html">← 2.5 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.293 retrieving revision 1.294 diff -u -d -r1.293 -r1.294 --- iana.html 12 Oct 2010 21:54:19 -0000 1.293 +++ iana.html 13 Oct 2010 10:24:15 -0000 1.294 @@ -182,6 +182,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -305,13 +329,13 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="obsolete.html" rel="prev" title="10 Obsolete features"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="obsolete.html" rel="prev" title="10 Obsolete features"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="index.html" rel="next" title="Index"> <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</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.838 retrieving revision 1.839 diff -u -d -r1.838 -r1.839 --- forms.html 12 Oct 2010 21:54:18 -0000 1.838 +++ forms.html 13 Oct 2010 10:24:15 -0000 1.839 @@ -182,6 +182,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -305,13 +329,13 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="tabular-data.html" rel="prev" title="4.9 Tabular data"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="tabular-data.html" rel="prev" title="4.9 Tabular data"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="the-input-element.html" rel="next" title="4.10.7 The input element"> <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</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.839 retrieving revision 1.840 diff -u -d -r1.839 -r1.840 --- interactive-elements.html 12 Oct 2010 21:54:20 -0000 1.839 +++ interactive-elements.html 13 Oct 2010 10:24:16 -0000 1.840 @@ -182,6 +182,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -305,13 +329,13 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="association-of-controls-and-forms.html" rel="prev" title="4.10.18 Association of controls and forms"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="association-of-controls-and-forms.html" rel="prev" title="4.10.18 Association of controls and forms"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="commands.html" rel="next" title="4.12.5 Commands"> <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</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.844 retrieving revision 1.845 diff -u -d -r1.844 -r1.845 --- editing.html 12 Oct 2010 21:54:18 -0000 1.844 +++ editing.html 13 Oct 2010 10:24:15 -0000 1.845 @@ -182,6 +182,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -305,13 +329,13 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="timers.html" rel="prev" title="6.2 Timers"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="timers.html" rel="prev" title="6.2 Timers"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="dnd.html" rel="next" title="7.8 Drag and drop"> <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</span></h1> </div><div> <a href="timers.html">← 6.2 Timers</a> – <a href="Overview.html#contents">Table of contents</a> – Index: video.html =================================================================== RCS file: /sources/public/html5/spec-author-view/video.html,v retrieving revision 1.863 retrieving revision 1.864 diff -u -d -r1.863 -r1.864 --- video.html 12 Oct 2010 21:54:25 -0000 1.863 +++ video.html 13 Oct 2010 10:24:20 -0000 1.864 @@ -182,6 +182,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -305,13 +329,13 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="the-iframe-element.html" rel="prev" title="4.8.2 The iframe element"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="the-iframe-element.html" rel="prev" title="4.8.2 The iframe element"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="the-canvas-element.html" rel="next" title="4.8.10 The canvas element"> <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</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: browsers.html =================================================================== RCS file: /sources/public/html5/spec-author-view/browsers.html,v retrieving revision 1.854 retrieving revision 1.855 diff -u -d -r1.854 -r1.855 --- browsers.html 12 Oct 2010 21:54:17 -0000 1.854 +++ browsers.html 13 Oct 2010 10:24:14 -0000 1.855 @@ -182,6 +182,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -305,13 +329,13 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="links.html" rel="prev" title="4.13 Links"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="links.html" rel="prev" title="4.13 Links"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="origin-0.html" rel="next" title="5.3 Origin"> <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</span></h1> </div><div> <a href="links.html">← 4.13 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.280 retrieving revision 1.281 diff -u -d -r1.280 -r1.281 --- edits.html 12 Oct 2010 21:54:18 -0000 1.280 +++ edits.html 13 Oct 2010 10:24:15 -0000 1.281 @@ -182,6 +182,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -305,13 +329,13 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="text-level-semantics.html" rel="prev" title="4.6 Text-level semantics"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="text-level-semantics.html" rel="prev" title="4.6 Text-level semantics"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="embedded-content-1.html" rel="next" title="4.8 Embedded content"> <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</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.821 retrieving revision 1.822 diff -u -d -r1.821 -r1.822 --- the-xhtml-syntax.html 12 Oct 2010 21:54:24 -0000 1.821 +++ the-xhtml-syntax.html 13 Oct 2010 10:24:19 -0000 1.822 @@ -182,6 +182,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -305,13 +329,13 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="named-character-references.html" rel="prev" title="8.2 Named character references"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="named-character-references.html" rel="prev" title="8.2 Named character references"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="obsolete.html" rel="next" title="10 Obsolete features"> <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</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.839 retrieving revision 1.840 diff -u -d -r1.839 -r1.840 --- offline.html 12 Oct 2010 21:54:20 -0000 1.839 +++ offline.html 13 Oct 2010 10:24:16 -0000 1.840 @@ -182,6 +182,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -305,13 +329,13 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="history.html" rel="prev" title="5.4 Session history and navigation"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="history.html" rel="prev" title="5.4 Session history and navigation"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="webappapis.html" rel="next" title="6 Web application APIs"> <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</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.295 retrieving revision 1.296 diff -u -d -r1.295 -r1.296 --- content-models.html 12 Oct 2010 21:54:17 -0000 1.295 +++ content-models.html 13 Oct 2010 10:24:15 -0000 1.296 @@ -182,6 +182,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -305,13 +329,13 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="elements.html" rel="prev" title="3.2 Elements"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="elements.html" rel="prev" title="3.2 Elements"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="apis-in-html-documents.html" rel="next" title="3.3 APIs in HTML documents"> <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</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.290 retrieving revision 1.291 diff -u -d -r1.290 -r1.291 --- states-of-the-type-attribute.html 12 Oct 2010 21:54:24 -0000 1.290 +++ states-of-the-type-attribute.html 13 Oct 2010 10:24:19 -0000 1.291 @@ -182,6 +182,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -305,13 +329,13 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="the-input-element.html" rel="prev" title="4.10.7 The input element"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="the-input-element.html" rel="prev" title="4.10.7 The input element"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="number-state.html" rel="next" title="4.10.7.1.13 Number state"> <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</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.290 retrieving revision 1.291 diff -u -d -r1.290 -r1.291 --- apis-in-html-documents.html 12 Oct 2010 21:54:17 -0000 1.290 +++ apis-in-html-documents.html 13 Oct 2010 10:24:14 -0000 1.291 @@ -182,6 +182,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -305,13 +329,13 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="content-models.html" rel="prev" title="3.2.5 Content models"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="content-models.html" rel="prev" title="3.2.5 Content models"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="semantics.html" rel="next" title="4 The elements of HTML"> <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</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.841 retrieving revision 1.842 diff -u -d -r1.841 -r1.842 --- obsolete.html 12 Oct 2010 21:54:20 -0000 1.841 +++ obsolete.html 13 Oct 2010 10:24:16 -0000 1.842 @@ -182,6 +182,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -305,13 +329,13 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="the-xhtml-syntax.html" rel="prev" title="9 The XHTML syntax"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="the-xhtml-syntax.html" rel="prev" title="9 The XHTML syntax"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="iana.html" rel="next" title="11 IANA considerations"> <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</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.840 retrieving revision 1.841 diff -u -d -r1.840 -r1.841 --- named-character-references.html 12 Oct 2010 21:54:20 -0000 1.840 +++ named-character-references.html 13 Oct 2010 10:24:16 -0000 1.841 @@ -182,6 +182,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -305,13 +329,13 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="syntax.html" rel="prev" title="8 The HTML syntax"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="syntax.html" rel="prev" title="8 The HTML syntax"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="the-xhtml-syntax.html" rel="next" title="9 The XHTML syntax"> <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</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.837 retrieving revision 1.838 diff -u -d -r1.837 -r1.838 --- references.html 12 Oct 2010 21:54:21 -0000 1.837 +++ references.html 13 Oct 2010 10:24:16 -0000 1.838 @@ -182,6 +182,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -305,13 +329,13 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="index-of-terms.html" rel="prev" title="Index of terms"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="index-of-terms.html" rel="prev" title="Index of terms"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="acknowledgements.html" rel="next" title="Acknowledgements"> <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</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.851 retrieving revision 1.852 diff -u -d -r1.851 -r1.852 --- semantics.html 12 Oct 2010 21:54:21 -0000 1.851 +++ semantics.html 13 Oct 2010 10:24:16 -0000 1.852 @@ -182,6 +182,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -305,13 +329,13 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="apis-in-html-documents.html" rel="prev" title="3.3 APIs in HTML documents"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="apis-in-html-documents.html" rel="prev" title="3.3 APIs in HTML documents"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="scripting-1.html" rel="next" title="4.3 Scripting"> <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</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.854 retrieving revision 1.855 diff -u -d -r1.854 -r1.855 --- index.html 12 Oct 2010 21:54:20 -0000 1.854 +++ index.html 13 Oct 2010 10:24:16 -0000 1.855 @@ -182,6 +182,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -305,13 +329,13 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="iana.html" rel="prev" title="11 IANA considerations"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="iana.html" rel="prev" title="11 IANA considerations"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="index-of-terms.html" rel="next" title="Index of terms"> <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</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.292 retrieving revision 1.293 diff -u -d -r1.292 -r1.293 --- the-button-element.html 12 Oct 2010 21:54:24 -0000 1.292 +++ the-button-element.html 13 Oct 2010 10:24:19 -0000 1.293 @@ -182,6 +182,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -305,13 +329,13 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="common-input-element-attributes.html" rel="prev" title="4.10.7.2 Common input element attributes"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="common-input-element-attributes.html" rel="prev" title="4.10.7.2 Common input element attributes"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="association-of-controls-and-forms.html" rel="next" title="4.10.18 Association of controls and forms"> <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</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.289 retrieving revision 1.290 diff -u -d -r1.289 -r1.290 --- dnd.html 12 Oct 2010 21:54:17 -0000 1.289 +++ dnd.html 13 Oct 2010 10:24:15 -0000 1.290 @@ -182,6 +182,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -305,13 +329,13 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="editing.html" rel="prev" title="7 User interaction"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="editing.html" rel="prev" title="7 User interaction"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="syntax.html" rel="next" title="8 The HTML syntax"> <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</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.296 retrieving revision 1.297 diff -u -d -r1.296 -r1.297 --- links.html 12 Oct 2010 21:54:20 -0000 1.296 +++ links.html 13 Oct 2010 10:24:16 -0000 1.297 @@ -182,6 +182,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -305,13 +329,13 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="commands.html" rel="prev" title="4.12.5 Commands"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="commands.html" rel="prev" title="4.12.5 Commands"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="browsers.html" rel="next" title="5 Loading Web pages"> <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</span></h1> </div><div> <a href="commands.html">← 4.12.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.1219 retrieving revision 1.1220 diff -u -d -r1.1219 -r1.1220 --- spec.html 12 Oct 2010 21:54:21 -0000 1.1219 +++ spec.html 13 Oct 2010 10:24:17 -0000 1.1220 @@ -183,6 +183,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -306,13 +330,15 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script></head><body onload="init()"><div class="head" id="head"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script></head><body onload="init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</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-12-october-2010">Editor's Draft 12 October 2010</h2> - <dl><dt>Latest Published Version:</dt> + <h2 class="no-num no-toc" id="w3c-working-draft-12-october-2010">W3C Working Draft 12 October 2010</h2> + <dl><dt>This Version:</dt> + <dd><a href="http://www.w3.org/TR/2010/WD-html5-20101012/author/">http://www.w3.org/TR/2010/WD-html5-20101012/author/</a></dd> + <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> <dd><a href="http://dev.w3.org/html5/spec-author-view/">http://dev.w3.org/html5/spec-author-view/</a></dd> @@ -329,7 +355,7 @@ <dt>Editors:</dt> <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd> </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>. - This is revision 1.4493.</p> + This is revision 1.4494.</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 @@ -368,19 +394,28 @@ document. A list of current W3C publications and the most recently formally published revision of this technical report can be found in the <a href="http://www.w3.org/TR/">W3C technical reports index</a> - at http://www.w3.org/TR/.</em></p><!-- where to send feedback (required) --><p>If you wish to make comments regarding this document, please send - them to <a href="mailto:public-html-comments@w3.org">public-html-comments@w3.org</a> + at http://www.w3.org/TR/.</em></p><!-- where to send feedback (required) --><p>If you wish to make comments regarding this document in a manner + that is tracked by the W3C, please submit them via using <a href="http://www.w3.org/Bugs/Public/enter_bug.cgi?product=HTML%20WG">our + public bug database</a>. If you do not have an account then you can + enter feedback using this form:</p><form action="http://www.whatwg.org/specs/web-apps/current-work/file-bug.cgi" method="post"> + <fieldset><legend>Feedback Comments</legend> + <input name="id" type="hidden" value="top"><input name="response" type="hidden" value="html"><p><textarea cols="79" name="text" placeholder="Feedback" rows="10"></textarea></p><p> + </p><p>Please carefully indicate the title of the section for which you are submitting feedback.</p> + <p><input type="submit" value="Submit feedback"><small>(Note: Your IP address will be publicly recorded for spam prevention purposes.)</small></p> + </fieldset></form><p>If you cannot do this then you can also e-mail feedback to <a href="mailto:public-html-comments@w3.org">public-html-comments@w3.org</a> (<a href="mailto:public-html-comments-request@w3.org?subject=subscribe">subscribe</a>, - <a href="http://lists.w3.org/Archives/Public/public-html-comments/">archives</a>) + <a href="http://lists.w3.org/Archives/Public/public-html-comments/">archives</a>), + and arrangements will be made to transpose the comments to our + public bug database. <!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING SENTENCE TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --> - or <a href="mailto:whatwg@whatwg.org">whatwg@whatwg.org</a> (<a href="http://lists.whatwg.org/listinfo.cgi/whatwg-whatwg.org">subscribe</a>, - <a href="http://lists.whatwg.org/pipermail/whatwg-whatwg.org/">archives</a>), + Alternatively, you can e-mail feedback to <a href="mailto:whatwg@whatwg.org">whatwg@whatwg.org</a> (<a href="http://lists.whatwg.org/listinfo.cgi/whatwg-whatwg.org">subscribe</a>, + <a href="http://lists.whatwg.org/pipermail/whatwg-whatwg.org/">archives</a>). + The editor guarantees that all substantive feedback sent to this + list will receive a reply. However, such feedback is not considered + formal feedback for the W3C process. <!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING SENTENCE TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --> - or submit them using <a href="http://www.w3.org/Bugs/Public/enter_bug.cgi?product=HTML%20WG">our - public bug database</a>. - All feedback is welcome.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>The working groups maintains <a href="http://www.w3.org/Bugs/Public/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=exact&email1=ian%40hixie.ch&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=">a list of all bug reports that the editor has not yet tried to address</a> and <a href="http://www.w3.org/html/wg/tracker/products/1">a list of issues @@ -422,7 +457,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 12 October 2010 Editor's Draft. + This specification is the 12 October 2010 LC. </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><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 --><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 @@ -994,13 +1029,12 @@ the specification under the W3C copyright, while keeping a version with the less restrictive license on the WHATWG site.</p><p>Since then, both groups have been working together.</p><!--w3c-html--><!--VERSION--><p>The <a href="http://www.whatwg.org/specs/web-apps/current-work/">HTML specification</a> published by the WHATWG is not identical to - this specification. The main differences are that the WHATWG version - includes features not included in this W3C version: some features - have been omitted as they are considered part of future revisions of - HTML, not HTML5; and other features are omitted because at the W3C - they are published as separate specifications. There are also some - minor differences. For an exact list of differences, please see the - WHATWG specification.</p><!--w3c-html--><!--VERSION--><p>A separate document has been published by the W3C HTML working + this specification. At the time of this publication, the main + differences were that the WHATWG version included features not + included in this W3C version: some features have been omitted, but + may be considered for future revisions of HTML beyond HTML5; and + other features were omitted because at the W3C they are published as + separate specifications.</p><!--w3c-html--><!--VERSION--><p>A separate document has been published by the W3C HTML working group to document the differences between this specification and the language described in the HTML4 specification. <a href="#refsHTMLDIFF">[HTMLDIFF]</a></p><h3 id="design-notes"><span class="secno">1.5 </span>Design notes</h3><p><i>This section is non-normative.</i></p><p>It must be admitted that many aspects of HTML appear at first glance to be nonsensical and inconsistent.</p><p>HTML, its supporting DOM APIs, as well as many of its supporting Index: number-state.html =================================================================== RCS file: /sources/public/html5/spec-author-view/number-state.html,v retrieving revision 1.285 retrieving revision 1.286 diff -u -d -r1.285 -r1.286 --- number-state.html 12 Oct 2010 21:54:20 -0000 1.285 +++ number-state.html 13 Oct 2010 10:24:16 -0000 1.286 @@ -182,6 +182,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -305,13 +329,13 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="states-of-the-type-attribute.html" rel="prev" title="4.10.7.1 States of the type attribute"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="states-of-the-type-attribute.html" rel="prev" title="4.10.7.1 States of the type attribute"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="common-input-element-attributes.html" rel="next" title="4.10.7.2 Common input element attributes"> <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</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.298 retrieving revision 1.299 diff -u -d -r1.298 -r1.299 --- sections.html 12 Oct 2010 21:54:21 -0000 1.298 +++ sections.html 13 Oct 2010 10:24:16 -0000 1.299 @@ -182,6 +182,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -305,13 +329,13 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="scripting-1.html" rel="prev" title="4.3 Scripting"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="scripting-1.html" rel="prev" title="4.3 Scripting"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="grouping-content.html" rel="next" title="4.5 Grouping content"> <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</span></h1> </div><div> <a href="scripting-1.html">← 4.3 Scripting</a> – <a href="Overview.html#contents">Table of contents</a> – Index: introduction.html =================================================================== RCS file: /sources/public/html5/spec-author-view/introduction.html,v retrieving revision 1.846 retrieving revision 1.847 diff -u -d -r1.846 -r1.847 --- introduction.html 12 Oct 2010 21:54:20 -0000 1.846 +++ introduction.html 13 Oct 2010 10:24:16 -0000 1.847 @@ -182,6 +182,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -305,12 +329,12 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="Overview.html#contents" rel="index" title="Table of contents"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="infrastructure.html" rel="next" title="2 Common infrastructure"> <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</span></h1> </div><div> <a href="Overview.html#contents">Table of contents</a> – <a href="infrastructure.html">2 Common infrastructure →</a> @@ -418,13 +442,12 @@ the specification under the W3C copyright, while keeping a version with the less restrictive license on the WHATWG site.<p>Since then, both groups have been working together.</p><!--w3c-html--><!--VERSION--><p>The <a href="http://www.whatwg.org/specs/web-apps/current-work/">HTML specification</a> published by the WHATWG is not identical to - this specification. The main differences are that the WHATWG version - includes features not included in this W3C version: some features - have been omitted as they are considered part of future revisions of - HTML, not HTML5; and other features are omitted because at the W3C - they are published as separate specifications. There are also some - minor differences. For an exact list of differences, please see the - WHATWG specification.</p><!--w3c-html--><!--VERSION--><p>A separate document has been published by the W3C HTML working + this specification. At the time of this publication, the main + differences were that the WHATWG version included features not + included in this W3C version: some features have been omitted, but + may be considered for future revisions of HTML beyond HTML5; and + other features were omitted because at the W3C they are published as + separate specifications.</p><!--w3c-html--><!--VERSION--><p>A separate document has been published by the W3C HTML working group to document the differences between this specification and the language described in the HTML4 specification. <a href="references.html#refsHTMLDIFF">[HTMLDIFF]</a><h3 id="design-notes"><span class="secno">1.5 </span>Design notes</h3><p><i>This section is non-normative.</i><p>It must be admitted that many aspects of HTML appear at first glance to be nonsensical and inconsistent.<p>HTML, its supporting DOM APIs, as well as many of its supporting Index: commands.html =================================================================== RCS file: /sources/public/html5/spec-author-view/commands.html,v retrieving revision 1.282 retrieving revision 1.283 diff -u -d -r1.282 -r1.283 --- commands.html 12 Oct 2010 21:54:17 -0000 1.282 +++ commands.html 13 Oct 2010 10:24:15 -0000 1.283 @@ -182,6 +182,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -305,13 +329,13 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="interactive-elements.html" rel="prev" title="4.12 Interactive elements"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="interactive-elements.html" rel="prev" title="4.12 Interactive elements"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="links.html" rel="next" title="4.13 Links"> <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</span></h1> </div><div> <a href="interactive-elements.html">← 4.12 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.287 retrieving revision 1.288 diff -u -d -r1.287 -r1.288 --- common-microsyntaxes.html 12 Oct 2010 21:54:17 -0000 1.287 +++ common-microsyntaxes.html 13 Oct 2010 10:24:15 -0000 1.288 @@ -182,6 +182,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -305,13 +329,13 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="infrastructure.html" rel="prev" title="2 Common infrastructure"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="infrastructure.html" rel="prev" title="2 Common infrastructure"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="urls.html" rel="next" title="2.6 URLs"> <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</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.849 retrieving revision 1.850 diff -u -d -r1.849 -r1.850 --- syntax.html 12 Oct 2010 21:54:24 -0000 1.849 +++ syntax.html 13 Oct 2010 10:24:19 -0000 1.850 @@ -182,6 +182,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -305,13 +329,13 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="dnd.html" rel="prev" title="7.8 Drag and drop"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="dnd.html" rel="prev" title="7.8 Drag and drop"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="named-character-references.html" rel="next" title="8.2 Named character references"> <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</span></h1> </div><div> <a href="dnd.html">← 7.8 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.269 retrieving revision 1.270 diff -u -d -r1.269 -r1.270 --- webappapis.html 12 Oct 2010 21:54:25 -0000 1.269 +++ webappapis.html 13 Oct 2010 10:24:20 -0000 1.270 @@ -182,6 +182,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style><style type="text/css"> .applies thead th > * { display: block; } @@ -305,13 +329,13 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } -</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="offline.html" rel="prev" title="5.6 Offline Web applications"> +</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="offline.html" rel="prev" title="5.6 Offline Web applications"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="timers.html" rel="next" title="6.2 Timers"> <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</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.130 retrieving revision 1.131 diff -u -d -r1.130 -r1.131 --- spec.preprocessed.html 12 Oct 2010 21:54:23 -0000 1.130 +++ spec.preprocessed.html 13 Oct 2010 10:24:19 -0000 1.131 @@ -185,6 +185,30 @@ #configUI #updateUI, #configUI .loginUI { text-align: center; } #configUI input[type=button] { display: block; margin: auto; } + fieldset { margin: 1em; } + fieldset > legend * + { margin-top: 0; } + fieldset > :last-child { margin-bottom: 0; } + + .latest-link::after { + position: fixed; + bottom: 0; + left: 0; right: 0; + margin: 0 auto 0 auto; + width: 50%; + background: maroon; color: yellow; + -webkit-border-radius: 1em 1em 0 0; + -moz-border-radius: 1em 1em 0 0; + border-radius: 1em 1em 0 0; + -moz-box-shadow: 0 0 1em #500; + -webkit-box-shadow: 0 0 1em #500; + box-shadow: 0 0 1em silver; + padding: 0.5em 1em; + text-align: center; + text-decoration: underline; + white-space: pre-wrap; + content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; + } + </style> <style type="text/css"> @@ -311,16 +335,18 @@ fixBrokenLink(); } </script> -<link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> +<link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> <link href="style.css" rel="stylesheet"> <script src="link-fixup.js"></script> </head><body onload="init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4493</span></h1> + <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4494</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-12-october-2010">Editor's Draft 12 October 2010</h2> - <dl><dt>Latest Published Version:</dt> + <h2 class="no-num no-toc" id="w3c-working-draft-12-october-2010">W3C Working Draft 12 October 2010</h2> + <dl><dt>This Version:</dt> + <dd><a href="http://www.w3.org/TR/2010/WD-html5-20101012/author/">http://www.w3.org/TR/2010/WD-html5-20101012/author/</a></dd> + <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> <dd><a href="http://dev.w3.org/html5/spec-author-view/">http://dev.w3.org/html5/spec-author-view/</a></dd> @@ -337,7 +363,7 @@ <dt>Editors:</dt> <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd> </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>. - This is revision 1.4493.</p> + This is revision 1.4494.</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 @@ -377,19 +403,28 @@ document. A list of current W3C publications and the most recently formally published revision of this technical report can be found in the <a href="http://www.w3.org/TR/">W3C technical reports index</a> - at http://www.w3.org/TR/.</em></p><!-- where to send feedback (required) --><p>If you wish to make comments regarding this document, please send - them to <a href="mailto:public-html-comments@w3.org">public-html-comments@w3.org</a> + at http://www.w3.org/TR/.</em></p><!-- where to send feedback (required) --><p>If you wish to make comments regarding this document in a manner + that is tracked by the W3C, please submit them via using <a href="http://www.w3.org/Bugs/Public/enter_bug.cgi?product=HTML%20WG">our + public bug database</a>. If you do not have an account then you can + enter feedback using this form:</p><form action="http://www.whatwg.org/specs/web-apps/current-work/file-bug.cgi" method="post"> + <fieldset><legend>Feedback Comments</legend> + <input name="id" type="hidden" value="top"><input name="response" type="hidden" value="html"><p><textarea cols="79" name="text" placeholder="Feedback" rows="10"></textarea></p><p> + </p><p>Please carefully indicate the title of the section for which you are submitting feedback.</p> + <p><input type="submit" value="Submit feedback"><small>(Note: Your IP address will be publicly recorded for spam prevention purposes.)</small></p> + </fieldset></form><p>If you cannot do this then you can also e-mail feedback to <a href="mailto:public-html-comments@w3.org">public-html-comments@w3.org</a> (<a href="mailto:public-html-comments-request@w3.org?subject=subscribe">subscribe</a>, - <a href="http://lists.w3.org/Archives/Public/public-html-comments/">archives</a>) + <a href="http://lists.w3.org/Archives/Public/public-html-comments/">archives</a>), + and arrangements will be made to transpose the comments to our + public bug database. <!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING SENTENCE TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --> - or <a href="mailto:whatwg@whatwg.org">whatwg@whatwg.org</a> (<a href="http://lists.whatwg.org/listinfo.cgi/whatwg-whatwg.org">subscribe</a>, - <a href="http://lists.whatwg.org/pipermail/whatwg-whatwg.org/">archives</a>), + Alternatively, you can e-mail feedback to <a href="mailto:whatwg@whatwg.org">whatwg@whatwg.org</a> (<a href="http://lists.whatwg.org/listinfo.cgi/whatwg-whatwg.org">subscribe</a>, + <a href="http://lists.whatwg.org/pipermail/whatwg-whatwg.org/">archives</a>). + The editor guarantees that all substantive feedback sent to this + list will receive a reply. However, such feedback is not considered + formal feedback for the W3C process. <!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING SENTENCE TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --> - or submit them using <a href="http://www.w3.org/Bugs/Public/enter_bug.cgi?product=HTML%20WG">our - public bug database</a>. - All feedback is welcome.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>The working groups maintains <a href="http://www.w3.org/Bugs/Public/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=exact&email1=ian%40hixie.ch&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=">a list of all bug reports that the editor has not yet tried to address</a> and <a href="http://www.w3.org/html/wg/tracker/products/1">a list of issues @@ -431,7 +466,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 12 October 2010 Editor's Draft. + This specification is the 12 October 2010 LC. </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><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 --><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 @@ -1279,13 +1314,12 @@ the specification under the W3C copyright, while keeping a version with the less restrictive license on the WHATWG site.</p><p>Since then, both groups have been working together.</p><!--w3c-html--><!--VERSION--><p>The <a href="http://www.whatwg.org/specs/web-apps/current-work/">HTML specification</a> published by the WHATWG is not identical to - this specification. The main differences are that the WHATWG version - includes features not included in this W3C version: some features - have been omitted as they are considered part of future revisions of - HTML, not HTML5; and other features are omitted because at the W3C - they are published as separate specifications. There are also some - minor differences. For an exact list of differences, please see the - WHATWG specification.</p><!--w3c-html--><!--VERSION--><p>A separate document has been published by the W3C HTML working + this specification. At the time of this publication, the main + differences were that the WHATWG version included features not + included in this W3C version: some features have been omitted, but + may be considered for future revisions of HTML beyond HTML5; and + other features were omitted because at the W3C they are published as + separate specifications.</p><!--w3c-html--><!--VERSION--><p>A separate document has been published by the W3C HTML working group to document the differences between this specification and the language described in the HTML4 specification. <a href="#refsHTMLDIFF">[HTMLDIFF]</a></p><h3 id="design-notes"><span class="secno">1.5 </span>Design notes</h3><p><i>This section is non-normative.</i></p><p>It must be admitted that many aspects of HTML appear at first glance to be nonsensical and inconsistent.</p><p>HTML, its supporting DOM APIs, as well as many of its supporting
Received on Wednesday, 13 October 2010 10:24:26 UTC