- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 11 Nov 2010 01:54:48 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv24961 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: allow warning to be closed [updated by splitter] Index: infrastructure.html =================================================================== RCS file: /sources/public/html5/spec-author-view/infrastructure.html,v retrieving revision 1.881 retrieving revision 1.882 diff -u -d -r1.881 -r1.882 --- infrastructure.html 11 Nov 2010 01:24:48 -0000 1.881 +++ infrastructure.html 11 Nov 2010 01:54:43 -0000 1.882 @@ -207,6 +207,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -342,7 +353,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</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.879 retrieving revision 1.880 diff -u -d -r1.879 -r1.880 --- text-level-semantics.html 11 Nov 2010 01:24:51 -0000 1.879 +++ text-level-semantics.html 11 Nov 2010 01:54:45 -0000 1.880 @@ -207,6 +207,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -342,7 +353,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</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.321 retrieving revision 1.322 diff -u -d -r1.321 -r1.322 --- scripting-1.html 11 Nov 2010 01:24:49 -0000 1.321 +++ scripting-1.html 11 Nov 2010 01:54:43 -0000 1.322 @@ -207,6 +207,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -342,7 +353,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</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.320 retrieving revision 1.321 diff -u -d -r1.320 -r1.321 --- the-map-element.html 11 Nov 2010 01:24:52 -0000 1.320 +++ the-map-element.html 11 Nov 2010 01:54:46 -0000 1.321 @@ -207,6 +207,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -342,7 +353,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</span></h1> </div><div> <a href="the-canvas-element.html">← 4.8.11 The canvas element</a> – <a href="Overview.html#contents">Table of contents</a> – Index: the-canvas-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-canvas-element.html,v retrieving revision 1.873 retrieving revision 1.874 diff -u -d -r1.873 -r1.874 --- the-canvas-element.html 11 Nov 2010 01:24:52 -0000 1.873 +++ the-canvas-element.html 11 Nov 2010 01:54:46 -0000 1.874 @@ -207,6 +207,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -342,7 +353,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</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.863 retrieving revision 1.864 diff -u -d -r1.863 -r1.864 --- tabular-data.html 11 Nov 2010 01:24:51 -0000 1.863 +++ tabular-data.html 11 Nov 2010 01:54:45 -0000 1.864 @@ -207,6 +207,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -342,7 +353,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</span></h1> </div><div> <a href="the-map-element.html">← 4.8.12 The map element</a> – <a href="Overview.html#contents">Table of contents</a> – Index: the-iframe-element.html =================================================================== RCS file: /sources/public/html5/spec-author-view/the-iframe-element.html,v retrieving revision 1.337 retrieving revision 1.338 diff -u -d -r1.337 -r1.338 --- the-iframe-element.html 11 Nov 2010 01:24:52 -0000 1.337 +++ the-iframe-element.html 11 Nov 2010 01:54:46 -0000 1.338 @@ -207,6 +207,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -342,7 +353,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</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.1226 retrieving revision 1.1227 diff -u -d -r1.1226 -r1.1227 --- Overview.html 11 Nov 2010 01:24:47 -0000 1.1226 +++ Overview.html 11 Nov 2010 01:54:41 -0000 1.1227 @@ -207,6 +207,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -339,7 +350,7 @@ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</span></h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> <h2 class="no-num no-toc" id="w3c-working-draft-9-november-2010">W3C Working Draft 9 November 2010</h2> <dl><dt>This Version:</dt> @@ -361,7 +372,7 @@ <dt>Editors:</dt> <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd> </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>. - This is revision 1.4543.</p> + This is revision 1.4544.</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 @@ -483,7 +494,44 @@ Candidate Recommendation stage should join the aforementioned mailing lists and take part in the discussions.</p><!-- stability warning for TR/ page version --><!-- q.v. http://lists.w3.org/Archives/Public/public-html/2010Oct/0457.html --><p class="all-pages stability" id="wip"><strong>This is a work in progress!</strong> For the latest updates from the HTML WG, possibly - including important bug fixes, please look at the <a href="http://dev.w3.org/html5/spec/Overview.html">editor's draft</a> instead.</p><!-- + including important bug fixes, please look at the <a href="http://dev.w3.org/html5/spec/Overview.html">editor's draft</a> instead. + <input onclick="closeWarning(this.parentNode)" type="button" value="╳⃝"></p><script type="text/javascript"> + function getCookie(name) { + var params = location.search.substr(1).split("&"); + for (var index = 0; index < params.length; index++) { + if (params[index] == name) + return "1"; + var data = params[index].split("="); + if (data[0] == name) + return unescape(data[1]); + } + var cookies = document.cookie.split("; "); + for (var index = 0; index < cookies.length; index++) { + var data = cookies[index].split("="); + if (data[0] == name) + return unescape(data[1]); + } + return null; + } + function load(script) { + var e = document.createElement('script'); + e.setAttribute('src', script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); + document.body.appendChild(e); + } + function init() { + if (location.search == '?slow-browser') + return; + var configUI = document.createElement('div'); + configUI.id = 'configUI'; + document.body.appendChild(configUI); + if (document.getElementById('head')) + load('toc.js'); + load('dfn.js'); + if (getCookie('profile') == '1') + document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; + fixBrokenLink(); + } +</script><!-- <script class="all-pages"> if (location == 'http://dev.w3.org/html5/spec/Overview.html') { var wip = document.getElementById('wip'); 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.317 retrieving revision 1.318 diff -u -d -r1.317 -r1.318 --- association-of-controls-and-forms.html 11 Nov 2010 01:24:47 -0000 1.317 +++ association-of-controls-and-forms.html 11 Nov 2010 01:54:41 -0000 1.318 @@ -207,6 +207,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -342,7 +353,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</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.172 retrieving revision 1.173 diff -u -d -r1.172 -r1.173 --- index-of-terms.html 11 Nov 2010 01:24:48 -0000 1.172 +++ index-of-terms.html 11 Nov 2010 01:54:42 -0000 1.173 @@ -207,6 +207,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -342,7 +353,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</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.875 retrieving revision 1.876 diff -u -d -r1.875 -r1.876 --- history.html 11 Nov 2010 01:24:48 -0000 1.875 +++ history.html 11 Nov 2010 01:54:42 -0000 1.876 @@ -207,6 +207,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -342,7 +353,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</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.297 retrieving revision 1.298 diff -u -d -r1.297 -r1.298 --- origin-0.html 11 Nov 2010 01:24:49 -0000 1.297 +++ origin-0.html 11 Nov 2010 01:54:43 -0000 1.298 @@ -207,6 +207,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -342,7 +353,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</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.325 retrieving revision 1.326 diff -u -d -r1.325 -r1.326 --- common-input-element-attributes.html 11 Nov 2010 01:24:47 -0000 1.325 +++ common-input-element-attributes.html 11 Nov 2010 01:54:42 -0000 1.326 @@ -207,6 +207,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -342,7 +353,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</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.880 retrieving revision 1.881 diff -u -d -r1.880 -r1.881 --- dom.html 11 Nov 2010 01:24:48 -0000 1.880 +++ dom.html 11 Nov 2010 01:54:42 -0000 1.881 @@ -207,6 +207,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -342,7 +353,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</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.330 retrieving revision 1.331 diff -u -d -r1.330 -r1.331 --- embedded-content-1.html 11 Nov 2010 01:24:48 -0000 1.330 +++ embedded-content-1.html 11 Nov 2010 01:54:42 -0000 1.331 @@ -207,6 +207,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -342,7 +353,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</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.315 retrieving revision 1.316 diff -u -d -r1.315 -r1.316 --- the-input-element.html 11 Nov 2010 01:24:52 -0000 1.315 +++ the-input-element.html 11 Nov 2010 01:54:46 -0000 1.316 @@ -207,6 +207,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -342,7 +353,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</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.888 retrieving revision 1.889 diff -u -d -r1.888 -r1.889 --- acknowledgements.html 11 Nov 2010 01:24:47 -0000 1.888 +++ acknowledgements.html 11 Nov 2010 01:54:41 -0000 1.889 @@ -207,6 +207,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -341,7 +352,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</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.326 retrieving revision 1.327 diff -u -d -r1.326 -r1.327 --- grouping-content.html 11 Nov 2010 01:24:48 -0000 1.326 +++ grouping-content.html 11 Nov 2010 01:54:42 -0000 1.327 @@ -207,6 +207,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -342,7 +353,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</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.319 retrieving revision 1.320 diff -u -d -r1.319 -r1.320 --- timers.html 11 Nov 2010 01:24:52 -0000 1.319 +++ timers.html 11 Nov 2010 01:54:46 -0000 1.320 @@ -207,6 +207,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -342,7 +353,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</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.334 retrieving revision 1.335 diff -u -d -r1.334 -r1.335 --- elements.html 11 Nov 2010 01:24:48 -0000 1.334 +++ elements.html 11 Nov 2010 01:54:42 -0000 1.335 @@ -207,6 +207,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -342,7 +353,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</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.329 retrieving revision 1.330 diff -u -d -r1.329 -r1.330 --- urls.html 11 Nov 2010 01:24:52 -0000 1.329 +++ urls.html 11 Nov 2010 01:54:46 -0000 1.330 @@ -207,6 +207,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -342,7 +353,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</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.325 retrieving revision 1.326 diff -u -d -r1.325 -r1.326 --- iana.html 11 Nov 2010 01:24:48 -0000 1.325 +++ iana.html 11 Nov 2010 01:54:42 -0000 1.326 @@ -207,6 +207,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -342,7 +353,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</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.870 retrieving revision 1.871 diff -u -d -r1.870 -r1.871 --- forms.html 11 Nov 2010 01:24:48 -0000 1.870 +++ forms.html 11 Nov 2010 01:54:42 -0000 1.871 @@ -207,6 +207,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -342,7 +353,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</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.871 retrieving revision 1.872 diff -u -d -r1.871 -r1.872 --- interactive-elements.html 11 Nov 2010 01:24:48 -0000 1.871 +++ interactive-elements.html 11 Nov 2010 01:54:43 -0000 1.872 @@ -207,6 +207,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -342,7 +353,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</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.876 retrieving revision 1.877 diff -u -d -r1.876 -r1.877 --- editing.html 11 Nov 2010 01:24:48 -0000 1.876 +++ editing.html 11 Nov 2010 01:54:42 -0000 1.877 @@ -207,6 +207,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -342,7 +353,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</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.895 retrieving revision 1.896 diff -u -d -r1.895 -r1.896 --- video.html 11 Nov 2010 01:24:52 -0000 1.895 +++ video.html 11 Nov 2010 01:54:46 -0000 1.896 @@ -207,6 +207,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -342,7 +353,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</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.886 retrieving revision 1.887 diff -u -d -r1.886 -r1.887 --- browsers.html 11 Nov 2010 01:24:47 -0000 1.886 +++ browsers.html 11 Nov 2010 01:54:42 -0000 1.887 @@ -207,6 +207,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -342,7 +353,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</span></h1> </div><div> <a href="links.html">← 4.12 Links</a> – <a href="Overview.html#contents">Table of contents</a> – Index: edits.html =================================================================== RCS file: /sources/public/html5/spec-author-view/edits.html,v retrieving revision 1.312 retrieving revision 1.313 diff -u -d -r1.312 -r1.313 --- edits.html 11 Nov 2010 01:24:48 -0000 1.312 +++ edits.html 11 Nov 2010 01:54:42 -0000 1.313 @@ -207,6 +207,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -342,7 +353,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</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.853 retrieving revision 1.854 diff -u -d -r1.853 -r1.854 --- the-xhtml-syntax.html 11 Nov 2010 01:24:52 -0000 1.853 +++ the-xhtml-syntax.html 11 Nov 2010 01:54:46 -0000 1.854 @@ -207,6 +207,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -342,7 +353,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</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.871 retrieving revision 1.872 diff -u -d -r1.871 -r1.872 --- offline.html 11 Nov 2010 01:24:49 -0000 1.871 +++ offline.html 11 Nov 2010 01:54:43 -0000 1.872 @@ -207,6 +207,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -342,7 +353,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</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.327 retrieving revision 1.328 diff -u -d -r1.327 -r1.328 --- content-models.html 11 Nov 2010 01:24:47 -0000 1.327 +++ content-models.html 11 Nov 2010 01:54:42 -0000 1.328 @@ -207,6 +207,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -342,7 +353,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</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.322 retrieving revision 1.323 diff -u -d -r1.322 -r1.323 --- states-of-the-type-attribute.html 11 Nov 2010 01:24:51 -0000 1.322 +++ states-of-the-type-attribute.html 11 Nov 2010 01:54:45 -0000 1.323 @@ -207,6 +207,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -342,7 +353,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</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.322 retrieving revision 1.323 diff -u -d -r1.322 -r1.323 --- apis-in-html-documents.html 11 Nov 2010 01:24:47 -0000 1.322 +++ apis-in-html-documents.html 11 Nov 2010 01:54:41 -0000 1.323 @@ -207,6 +207,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -342,7 +353,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</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.873 retrieving revision 1.874 diff -u -d -r1.873 -r1.874 --- obsolete.html 11 Nov 2010 01:24:49 -0000 1.873 +++ obsolete.html 11 Nov 2010 01:54:43 -0000 1.874 @@ -207,6 +207,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -342,7 +353,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</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.872 retrieving revision 1.873 diff -u -d -r1.872 -r1.873 --- named-character-references.html 11 Nov 2010 01:24:49 -0000 1.872 +++ named-character-references.html 11 Nov 2010 01:54:43 -0000 1.873 @@ -207,6 +207,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -342,7 +353,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</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.869 retrieving revision 1.870 diff -u -d -r1.869 -r1.870 --- references.html 11 Nov 2010 01:24:49 -0000 1.869 +++ references.html 11 Nov 2010 01:54:43 -0000 1.870 @@ -207,6 +207,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -342,7 +353,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</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.883 retrieving revision 1.884 diff -u -d -r1.883 -r1.884 --- semantics.html 11 Nov 2010 01:24:49 -0000 1.883 +++ semantics.html 11 Nov 2010 01:54:43 -0000 1.884 @@ -207,6 +207,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -342,7 +353,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</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.886 retrieving revision 1.887 diff -u -d -r1.886 -r1.887 --- index.html 11 Nov 2010 01:24:48 -0000 1.886 +++ index.html 11 Nov 2010 01:54:42 -0000 1.887 @@ -207,6 +207,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -342,7 +353,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</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.324 retrieving revision 1.325 diff -u -d -r1.324 -r1.325 --- the-button-element.html 11 Nov 2010 01:24:51 -0000 1.324 +++ the-button-element.html 11 Nov 2010 01:54:46 -0000 1.325 @@ -207,6 +207,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -342,7 +353,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</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.321 retrieving revision 1.322 diff -u -d -r1.321 -r1.322 --- dnd.html 11 Nov 2010 01:24:47 -0000 1.321 +++ dnd.html 11 Nov 2010 01:54:42 -0000 1.322 @@ -207,6 +207,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -342,7 +353,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</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.328 retrieving revision 1.329 diff -u -d -r1.328 -r1.329 --- links.html 11 Nov 2010 01:24:49 -0000 1.328 +++ links.html 11 Nov 2010 01:54:43 -0000 1.329 @@ -207,6 +207,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -342,7 +353,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</span></h1> </div><div> <a href="commands.html">← 4.11.5 Commands</a> – <a href="Overview.html#contents">Table of contents</a> – Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.1251 retrieving revision 1.1252 diff -u -d -r1.1251 -r1.1252 --- spec.html 11 Nov 2010 01:24:49 -0000 1.1251 +++ spec.html 11 Nov 2010 01:54:43 -0000 1.1252 @@ -208,6 +208,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -340,7 +351,7 @@ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script></head><body onload="init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</span></h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> <h2 class="no-num no-toc" id="w3c-working-draft-9-november-2010">W3C Working Draft 9 November 2010</h2> <dl><dt>This Version:</dt> @@ -362,7 +373,7 @@ <dt>Editors:</dt> <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd> </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>. - This is revision 1.4543.</p> + This is revision 1.4544.</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 @@ -484,7 +495,44 @@ Candidate Recommendation stage should join the aforementioned mailing lists and take part in the discussions.</p><!-- stability warning for TR/ page version --><!-- q.v. http://lists.w3.org/Archives/Public/public-html/2010Oct/0457.html --><p class="all-pages stability" id="wip"><strong>This is a work in progress!</strong> For the latest updates from the HTML WG, possibly - including important bug fixes, please look at the <a href="http://dev.w3.org/html5/spec/Overview.html">editor's draft</a> instead.</p><!-- + including important bug fixes, please look at the <a href="http://dev.w3.org/html5/spec/Overview.html">editor's draft</a> instead. + <input onclick="closeWarning(this.parentNode)" type="button" value="╳⃝"></p><script type="text/javascript"> + function getCookie(name) { + var params = location.search.substr(1).split("&"); + for (var index = 0; index < params.length; index++) { + if (params[index] == name) + return "1"; + var data = params[index].split("="); + if (data[0] == name) + return unescape(data[1]); + } + var cookies = document.cookie.split("; "); + for (var index = 0; index < cookies.length; index++) { + var data = cookies[index].split("="); + if (data[0] == name) + return unescape(data[1]); + } + return null; + } + function load(script) { + var e = document.createElement('script'); + e.setAttribute('src', script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); + document.body.appendChild(e); + } + function init() { + if (location.search == '?slow-browser') + return; + var configUI = document.createElement('div'); + configUI.id = 'configUI'; + document.body.appendChild(configUI); + if (document.getElementById('head')) + load('toc.js'); + load('dfn.js'); + if (getCookie('profile') == '1') + document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; + fixBrokenLink(); + } +</script><!-- <script class="all-pages"> if (location == 'http://dev.w3.org/html5/spec/Overview.html') { var wip = document.getElementById('wip'); Index: number-state.html =================================================================== RCS file: /sources/public/html5/spec-author-view/number-state.html,v retrieving revision 1.317 retrieving revision 1.318 diff -u -d -r1.317 -r1.318 --- number-state.html 11 Nov 2010 01:24:49 -0000 1.317 +++ number-state.html 11 Nov 2010 01:54:43 -0000 1.318 @@ -207,6 +207,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -342,7 +353,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</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.330 retrieving revision 1.331 diff -u -d -r1.330 -r1.331 --- sections.html 11 Nov 2010 01:24:49 -0000 1.330 +++ sections.html 11 Nov 2010 01:54:43 -0000 1.331 @@ -207,6 +207,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -342,7 +353,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</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.878 retrieving revision 1.879 diff -u -d -r1.878 -r1.879 --- introduction.html 11 Nov 2010 01:24:49 -0000 1.878 +++ introduction.html 11 Nov 2010 01:54:43 -0000 1.879 @@ -207,6 +207,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -341,7 +352,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</span></h1> </div><div> <a href="Overview.html#contents">Table of contents</a> – <a href="infrastructure.html">2 Common infrastructure →</a> Index: commands.html =================================================================== RCS file: /sources/public/html5/spec-author-view/commands.html,v retrieving revision 1.314 retrieving revision 1.315 diff -u -d -r1.314 -r1.315 --- commands.html 11 Nov 2010 01:24:47 -0000 1.314 +++ commands.html 11 Nov 2010 01:54:42 -0000 1.315 @@ -207,6 +207,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -342,7 +353,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</span></h1> </div><div> <a href="interactive-elements.html">← 4.11 Interactive elements</a> – <a href="Overview.html#contents">Table of contents</a> – Index: common-microsyntaxes.html =================================================================== RCS file: /sources/public/html5/spec-author-view/common-microsyntaxes.html,v retrieving revision 1.319 retrieving revision 1.320 diff -u -d -r1.319 -r1.320 --- common-microsyntaxes.html 11 Nov 2010 01:24:47 -0000 1.319 +++ common-microsyntaxes.html 11 Nov 2010 01:54:42 -0000 1.320 @@ -207,6 +207,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -342,7 +353,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</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.881 retrieving revision 1.882 diff -u -d -r1.881 -r1.882 --- syntax.html 11 Nov 2010 01:24:51 -0000 1.881 +++ syntax.html 11 Nov 2010 01:54:45 -0000 1.882 @@ -207,6 +207,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -342,7 +353,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</span></h1> </div><div> <a href="dnd.html">← 7.7 Drag and drop</a> – <a href="Overview.html#contents">Table of contents</a> – Index: webappapis.html =================================================================== RCS file: /sources/public/html5/spec-author-view/webappapis.html,v retrieving revision 1.301 retrieving revision 1.302 diff -u -d -r1.301 -r1.302 --- webappapis.html 11 Nov 2010 01:24:52 -0000 1.301 +++ webappapis.html 11 Nov 2010 01:54:46 -0000 1.302 @@ -207,6 +207,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -342,7 +353,7 @@ <body onload="fixBrokenLink(); init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</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.161 retrieving revision 1.162 diff -u -d -r1.161 -r1.162 --- spec.preprocessed.html 11 Nov 2010 01:24:51 -0000 1.161 +++ spec.preprocessed.html 11 Nov 2010 01:54:45 -0000 1.162 @@ -212,6 +212,17 @@ .stability strong { display: block; } + .stability input { + appearance: none; margin: 0; border: 0; padding: 0.25em 0.5em; background: transparent; color: black; + position: absolute; top: -0.5em; right: 0; font: 1.25em sans-serif; text-align: center; + } + .stability input:hover { + color: white; + text-shadow: 0 0 2px black; + } + .stability input:active { + padding: 0.3em 0.45em 0.2em 0.55em; + } .stability :link, .stability :visited, .stability :link:hover, .stability :visited:hover { background: transparent; @@ -350,7 +361,7 @@ </head><body onload="init()"><div class="head" id="head"> <p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p> - <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4543</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4544</span></h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> <h2 class="no-num no-toc" id="w3c-working-draft-9-november-2010">W3C Working Draft 9 November 2010</h2> <dl><dt>This Version:</dt> @@ -372,7 +383,7 @@ <dt>Editors:</dt> <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd> </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>. - This is revision 1.4543.</p> + This is revision 1.4544.</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 @@ -496,7 +507,46 @@ Candidate Recommendation stage should join the aforementioned mailing lists and take part in the discussions.</p><!-- stability warning for TR/ page version --><!-- q.v. http://lists.w3.org/Archives/Public/public-html/2010Oct/0457.html --><p class="all-pages stability" id="wip"><strong>This is a work in progress!</strong> For the latest updates from the HTML WG, possibly - including important bug fixes, please look at the <a href="http://dev.w3.org/html5/spec/Overview.html">editor's draft</a> instead.</p><!-- + including important bug fixes, please look at the <a href="http://dev.w3.org/html5/spec/Overview.html">editor's draft</a> instead. + <input onclick="closeWarning(this.parentNode)" type="button" value="╳⃝"></p> +<script type="text/javascript"> + function getCookie(name) { + var params = location.search.substr(1).split("&"); + for (var index = 0; index < params.length; index++) { + if (params[index] == name) + return "1"; + var data = params[index].split("="); + if (data[0] == name) + return unescape(data[1]); + } + var cookies = document.cookie.split("; "); + for (var index = 0; index < cookies.length; index++) { + var data = cookies[index].split("="); + if (data[0] == name) + return unescape(data[1]); + } + return null; + } + function load(script) { + var e = document.createElement('script'); + e.setAttribute('src', script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); + document.body.appendChild(e); + } + function init() { + if (location.search == '?slow-browser') + return; + var configUI = document.createElement('div'); + configUI.id = 'configUI'; + document.body.appendChild(configUI); + if (document.getElementById('head')) + load('toc.js'); + load('dfn.js'); + if (getCookie('profile') == '1') + document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; + fixBrokenLink(); + } +</script> +<!-- <script class="all-pages"> if (location == 'http://dev.w3.org/html5/spec/Overview.html') { var wip = document.getElementById('wip');
Received on Thursday, 11 November 2010 01:54:54 UTC