- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 08 Apr 2011 19:54:57 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv18402 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: fix conflict issue [updated by splitter] Index: infrastructure.html =================================================================== RCS file: /sources/public/html5/spec-author-view/infrastructure.html,v retrieving revision 1.955 retrieving revision 1.956 diff -u -d -r1.955 -r1.956 --- infrastructure.html 5 Apr 2011 11:10:21 -0000 1.955 +++ infrastructure.html 8 Apr 2011 19:54:49 -0000 1.956 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -332,13 +296,49 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="introduction.html" rel="prev" title="1 Introduction"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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><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.4 Common microsyntaxes"> - <div class="head" id="head"> + <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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</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.953 retrieving revision 1.954 diff -u -d -r1.953 -r1.954 --- text-level-semantics.html 5 Apr 2011 11:10:27 -0000 1.953 +++ text-level-semantics.html 8 Apr 2011 19:54:54 -0000 1.954 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -332,13 +296,49 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="grouping-content.html" rel="prev" title="4.5 Grouping content"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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><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"> - <div class="head" id="head"> + <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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</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.395 retrieving revision 1.396 diff -u -d -r1.395 -r1.396 --- scripting-1.html 5 Apr 2011 11:10:24 -0000 1.395 +++ scripting-1.html 8 Apr 2011 19:54:50 -0000 1.396 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -332,13 +296,49 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="semantics.html" rel="prev" title="4 The elements of HTML"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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><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"> - <div class="head" id="head"> + <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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</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.394 retrieving revision 1.395 diff -u -d -r1.394 -r1.395 --- the-map-element.html 5 Apr 2011 11:10:28 -0000 1.394 +++ the-map-element.html 8 Apr 2011 19:54:55 -0000 1.395 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -332,13 +296,49 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="the-canvas-element.html" rel="prev" title="4.8.11 The canvas element"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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><link href="the-canvas-element.html" rel="prev" title="4.8.11 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"> - <div class="head" id="head"> + <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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</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.947 retrieving revision 1.948 diff -u -d -r1.947 -r1.948 --- the-canvas-element.html 5 Apr 2011 11:10:27 -0000 1.947 +++ the-canvas-element.html 8 Apr 2011 19:54:54 -0000 1.948 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -332,13 +296,49 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="video.html" rel="prev" title="4.8.6 The video element"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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><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.12 The map element"> - <div class="head" id="head"> + <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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</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.937 retrieving revision 1.938 diff -u -d -r1.937 -r1.938 --- tabular-data.html 5 Apr 2011 11:10:27 -0000 1.937 +++ tabular-data.html 8 Apr 2011 19:54:54 -0000 1.938 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -332,13 +296,49 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="the-map-element.html" rel="prev" title="4.8.12 The map element"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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><link href="the-map-element.html" rel="prev" title="4.8.12 The map element"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="forms.html" rel="next" title="4.10 Forms"> - <div class="head" id="head"> + <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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</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.411 retrieving revision 1.412 diff -u -d -r1.411 -r1.412 --- the-iframe-element.html 5 Apr 2011 11:10:28 -0000 1.411 +++ the-iframe-element.html 8 Apr 2011 19:54:55 -0000 1.412 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -332,13 +296,49 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="embedded-content-1.html" rel="prev" title="4.8 Embedded content"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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><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"> - <div class="head" id="head"> + <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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</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.1301 retrieving revision 1.1302 diff -u -d -r1.1301 -r1.1302 --- Overview.html 5 Apr 2011 11:10:19 -0000 1.1301 +++ Overview.html 8 Apr 2011 19:54:47 -0000 1.1302 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -332,20 +296,55 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><div class="head" id="head"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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><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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</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-30-march-2011">W3C Working Draft 05 April 2011</h2> - <dl><dt>This Version:</dt> - <dd><a href="http://www.w3.org/TR/2011/WD-html5-20110405/">http://www.w3.org/TR/2011/WD-html5-20110405/</a></dd> - <dt>Latest Published Version:</dt> + <h2 class="no-num no-toc" id="editor-s-draft-8-april-2011">Editor's Draft 8 April 2011</h2> + <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/html5/author/">http://www.w3.org/TR/html5/author/</a></dd> <dt>Latest Editor's Draft:</dt> <dd><a href="http://dev.w3.org/html5/spec-author-view/">http://dev.w3.org/html5/spec-author-view/</a></dd> <!-- ZZZ: add the new version after it has shipped --> <dt>Previous Versions:</dt> + <dd><a href="http://www.w3.org/TR/2011/WD-html5-20110405/">http://www.w3.org/TR/2011/WD-html5-20110405/</a></dd> <dd><a href="http://www.w3.org/TR/2011/WD-html5-20110113/">http://www.w3.org/TR/2011/WD-html5-20110113/</a></dd> <dd><a href="http://www.w3.org/TR/2010/WD-html5-20101019/author/">http://www.w3.org/TR/2010/WD-html5-20101019/author/</a></dd> <dd><a href="http://www.w3.org/TR/2010/WD-html5-20100624/author/">http://www.w3.org/TR/2010/WD-html5-20100624/author/</a></dd> @@ -359,9 +358,9 @@ <dt>Editor:</dt> <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd> </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>. - This is revision 1.4803.</p> + This is revision 1.4804.</p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> - © 2011 <a href="http://www.w3.org/"><abbr title="World Wide + © 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 Institute of Technology">MIT</abbr></a>, <a href="http://www.ercim.org/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C @@ -480,44 +479,7 @@ implementing this specification before it eventually reaches the Candidate Recommendation stage should join the aforementioned mailing lists and take part in the discussions.<div id="multipage-common"> - -<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></div><!-- not everyone agrees with this (requested before html5 fpwd) --><p>The publication of this document by the W3C as a W3C Working + </div><!-- not everyone agrees with this (requested before html5 fpwd) --><p>The publication of this document by the W3C as a W3C Working Draft does not imply that all of the participants in the W3C HTML working group endorse the contents of the specification. Indeed, for any section of the specification, one can usually find many members @@ -534,6 +496,8 @@ HTML specifications:<dl><dt>E-mail notifications of changes</dt> <dd>HTML-Diffs mailing list (diff-marked HTML versions for each change): <a href="http://lists.w3.org/Archives/Public/public-html-diffs/latest">http://lists.w3.org/Archives/Public/public-html-diffs/latest</a></dd> <dd>Commit-Watchers mailing list (complete source diffs): <a href="http://lists.whatwg.org/listinfo.cgi/commit-watchers-whatwg.org">http://lists.whatwg.org/listinfo.cgi/commit-watchers-whatwg.org</a></dd> + <dt>Real-time notifications of changes:</dt> + <dd>Generated diff-marked HTML versions for each change: <a href="http://twitter.com/HTML5">http://twitter.com/HTML5</a></dd> <dt>Browsable version-control record of all changes:</dt> <dd>CVSWeb interface with side-by-side diffs: <a href="http://dev.w3.org/cvsweb/html5/">http://dev.w3.org/cvsweb/html5/</a></dd> <dd>Annotated summary with unified diffs: <a href="http://html5.org/tools/web-apps-tracker">http://html5.org/tools/web-apps-tracker</a></dd> @@ -542,7 +506,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 05 April 2011 Working Draft. + This specification is the 8 April 2011 Editor's Draft. </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.391 retrieving revision 1.392 diff -u -d -r1.391 -r1.392 --- association-of-controls-and-forms.html 5 Apr 2011 11:10:19 -0000 1.391 +++ association-of-controls-and-forms.html 8 Apr 2011 19:54:47 -0000 1.392 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -332,13 +296,49 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="the-button-element.html" rel="prev" title="4.10.8 The button element"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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><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.11 Interactive elements"> - <div class="head" id="head"> + <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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</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.246 retrieving revision 1.247 diff -u -d -r1.246 -r1.247 --- index-of-terms.html 5 Apr 2011 11:10:21 -0000 1.246 +++ index-of-terms.html 8 Apr 2011 19:54:49 -0000 1.247 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -332,13 +296,49 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="index.html" rel="prev" title="Index"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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><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"> - <div class="head" id="head"> + <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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</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.949 retrieving revision 1.950 diff -u -d -r1.949 -r1.950 --- history.html 5 Apr 2011 11:10:21 -0000 1.949 +++ history.html 8 Apr 2011 19:54:49 -0000 1.950 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -332,13 +296,49 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="origin-0.html" rel="prev" title="5.3 Origin"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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><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"> - <div class="head" id="head"> + <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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</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.371 retrieving revision 1.372 diff -u -d -r1.371 -r1.372 --- origin-0.html 5 Apr 2011 11:10:24 -0000 1.371 +++ origin-0.html 8 Apr 2011 19:54:50 -0000 1.372 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -332,13 +296,49 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="browsers.html" rel="prev" title="5 Loading Web pages"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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><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"> - <div class="head" id="head"> + <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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</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.399 retrieving revision 1.400 diff -u -d -r1.399 -r1.400 --- common-input-element-attributes.html 5 Apr 2011 11:10:19 -0000 1.399 +++ common-input-element-attributes.html 8 Apr 2011 19:54:48 -0000 1.400 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -332,13 +296,49 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="number-state.html" rel="prev" title="4.10.7.1.13 Number state"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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><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"> - <div class="head" id="head"> + <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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</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.954 retrieving revision 1.955 diff -u -d -r1.954 -r1.955 --- dom.html 5 Apr 2011 11:10:20 -0000 1.954 +++ dom.html 8 Apr 2011 19:54:48 -0000 1.955 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -332,13 +296,49 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="urls.html" rel="prev" title="2.5 URLs"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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><link href="urls.html" rel="prev" title="2.5 URLs"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="elements.html" rel="next" title="3.2 Elements"> - <div class="head" id="head"> + <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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</span></h1> </div><div> <a href="urls.html">← 2.5 URLs</a> – <a href="Overview.html#contents">Table of contents</a> – Index: embedded-content-1.html =================================================================== RCS file: /sources/public/html5/spec-author-view/embedded-content-1.html,v retrieving revision 1.404 retrieving revision 1.405 diff -u -d -r1.404 -r1.405 --- embedded-content-1.html 5 Apr 2011 11:10:20 -0000 1.404 +++ embedded-content-1.html 8 Apr 2011 19:54:48 -0000 1.405 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -332,13 +296,49 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="edits.html" rel="prev" title="4.7 Edits"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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><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"> - <div class="head" id="head"> + <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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</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.389 retrieving revision 1.390 diff -u -d -r1.389 -r1.390 --- the-input-element.html 5 Apr 2011 11:10:28 -0000 1.389 +++ the-input-element.html 8 Apr 2011 19:54:55 -0000 1.390 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -332,13 +296,49 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="forms.html" rel="prev" title="4.10 Forms"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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><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"> - <div class="head" id="head"> + <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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</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.962 retrieving revision 1.963 diff -u -d -r1.962 -r1.963 --- acknowledgements.html 5 Apr 2011 11:10:19 -0000 1.962 +++ acknowledgements.html 8 Apr 2011 19:54:47 -0000 1.963 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -332,12 +296,48 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="references.html" rel="prev" title="References"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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><link href="references.html" rel="prev" title="References"> <link href="Overview.html#contents" rel="index" title="Table of contents"> - <div class="head" id="head"> + <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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</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.400 retrieving revision 1.401 diff -u -d -r1.400 -r1.401 --- grouping-content.html 5 Apr 2011 11:10:21 -0000 1.400 +++ grouping-content.html 8 Apr 2011 19:54:49 -0000 1.401 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -332,13 +296,49 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="sections.html" rel="prev" title="4.4 Sections"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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><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"> - <div class="head" id="head"> + <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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</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.393 retrieving revision 1.394 diff -u -d -r1.393 -r1.394 --- timers.html 5 Apr 2011 11:10:28 -0000 1.393 +++ timers.html 8 Apr 2011 19:54:55 -0000 1.394 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -332,13 +296,49 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="webappapis.html" rel="prev" title="6 Web application APIs"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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><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"> - <div class="head" id="head"> + <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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</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.408 retrieving revision 1.409 diff -u -d -r1.408 -r1.409 --- elements.html 5 Apr 2011 11:10:20 -0000 1.408 +++ elements.html 8 Apr 2011 19:54:48 -0000 1.409 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -332,13 +296,49 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="dom.html" rel="prev" title="3 Semantics, structure, and APIs of HTML documents"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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><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"> - <div class="head" id="head"> + <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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</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.403 retrieving revision 1.404 diff -u -d -r1.403 -r1.404 --- urls.html 5 Apr 2011 11:10:28 -0000 1.403 +++ urls.html 8 Apr 2011 19:54:55 -0000 1.404 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -332,13 +296,49 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="common-microsyntaxes.html" rel="prev" title="2.4 Common microsyntaxes"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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><link href="common-microsyntaxes.html" rel="prev" title="2.4 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"> - <div class="head" id="head"> + <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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</span></h1> </div><div> <a href="common-microsyntaxes.html">← 2.4 Common microsyntaxes</a> – <a href="Overview.html#contents">Table of contents</a> – Index: iana.html =================================================================== RCS file: /sources/public/html5/spec-author-view/iana.html,v retrieving revision 1.399 retrieving revision 1.400 diff -u -d -r1.399 -r1.400 --- iana.html 5 Apr 2011 11:10:21 -0000 1.399 +++ iana.html 8 Apr 2011 19:54:49 -0000 1.400 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -332,13 +296,49 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="obsolete.html" rel="prev" title="10 Obsolete features"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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><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"> - <div class="head" id="head"> + <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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</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.944 retrieving revision 1.945 diff -u -d -r1.944 -r1.945 --- forms.html 5 Apr 2011 11:10:20 -0000 1.944 +++ forms.html 8 Apr 2011 19:54:48 -0000 1.945 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -332,13 +296,49 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="tabular-data.html" rel="prev" title="4.9 Tabular data"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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><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"> - <div class="head" id="head"> + <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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</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.945 retrieving revision 1.946 diff -u -d -r1.945 -r1.946 --- interactive-elements.html 5 Apr 2011 11:10:21 -0000 1.945 +++ interactive-elements.html 8 Apr 2011 19:54:49 -0000 1.946 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -332,13 +296,49 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="association-of-controls-and-forms.html" rel="prev" title="4.10.18 Association of controls and forms"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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><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.11.5 Commands"> - <div class="head" id="head"> + <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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</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.950 retrieving revision 1.951 diff -u -d -r1.950 -r1.951 --- editing.html 5 Apr 2011 11:10:20 -0000 1.950 +++ editing.html 8 Apr 2011 19:54:48 -0000 1.951 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -332,13 +296,49 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="timers.html" rel="prev" title="6.3 Timers"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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><link href="timers.html" rel="prev" title="6.3 Timers"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="dnd.html" rel="next" title="7.7 Drag and drop"> - <div class="head" id="head"> + <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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</span></h1> </div><div> <a href="timers.html">← 6.3 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.969 retrieving revision 1.970 diff -u -d -r1.969 -r1.970 --- video.html 5 Apr 2011 11:10:28 -0000 1.969 +++ video.html 8 Apr 2011 19:54:55 -0000 1.970 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -332,13 +296,49 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="the-iframe-element.html" rel="prev" title="4.8.2 The iframe element"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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><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.11 The canvas element"> - <div class="head" id="head"> + <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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</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> – @@ -878,7 +878,7 @@ <!--KEEP-END w3c-html--><!--TT--> // tracks readonly attribute <a href="#texttrack" id="texttrack-2">TextTrack</a>[] <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-texttracks" title='Read about this "textTracks" reference in the full HTML5 spec.'>textTracks</a>; - <a href="#mutabletexttrack" id="mutabletexttrack-0">MutableTextTrack</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-addtrack" title='Read about this "addTrack" reference in the full HTML5 spec.'>addTrack</a>(in DOMString kind, in optional DOMString label, in optional DOMString language); + <a href="#mutabletexttrack" id="mutabletexttrack-0">MutableTextTrack</a> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-addtexttrack" title='Read about this "addTextTrack" reference in the full HTML5 spec.'>addTextTrack</a>(in DOMString kind, in optional DOMString label, in optional DOMString language); <!--KEEP-START w3c-html--><!--TT--> };</pre><p>The <dfn id="media-element-attributes">media element attributes</dfn>, <code title="attr-media-src"><a href="#attr-media-src" id="src-41">src</a></code>, <code title="attr-media-preload"><a href="#attr-media-preload" id="preload-3">preload</a></code>, <code title="attr-media-autoplay"><a href="#attr-media-autoplay" id="autoplay-3">autoplay</a></code>, <code title="attr-media-loop"><a href="#attr-media-loop" id="loop-3">loop</a></code>, and <code title="attr-media-controls"><a href="#attr-media-controls" id="controls-7">controls</a></code>, apply to all <a href="#media-element" id="media-element-14" title="media element">media elements</a>. They are defined in @@ -1158,7 +1158,8 @@ <p>Can be set, to seek to the given time.<p> <p>Will throw an <code><a href="urls.html#invalid_state_err" id="invalid_state_err-7">INVALID_STATE_ERR</a></code> exception if there - is no selected <a href="#media-resource" id="media-resource-25">media resource</a>. Will throw an + is no selected <a href="#media-resource" id="media-resource-25">media resource</a> + Will throw an <code><a href="urls.html#index_size_err" id="index_size_err-0">INDEX_SIZE_ERR</a></code> exception if the given time is not within the ranges to which the user agent can seek.</p> @@ -1242,10 +1243,9 @@ <dd>All the conditions described for the <code title="dom-media-HAVE_FUTURE_DATA"><a href="#dom-media-have_future_data" id="have_future_data">HAVE_FUTURE_DATA</a></code> state are met, and, in addition, the user agent estimates that data is being fetched at a rate where the <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#current-playback-position" title='Read about this "current playback position" reference in the full HTML5 spec.'>current playback - position</a>, if it were to advance at the rate given by the - <code title="dom-media-defaultPlaybackRate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-defaultplaybackrate" title='Read about this "defaultPlaybackRate" reference in the full HTML5 spec.'>defaultPlaybackRate</a></code> - attribute, would not overtake the available data before playback - reaches the end of the <a href="#media-resource" id="media-resource-29">media resource</a>.</dd> + position</a>, if it were to advance at the <span>effective + playback rate</span>, would not overtake the available data before + playback reaches the end of the <a href="#media-resource" id="media-resource-29">media resource</a>.</dd> </dl><p class="note">It is possible for the ready state of a media element to jump between these states discontinuously. For example, @@ -1292,6 +1292,7 @@ normal playback mode, it is expected that the rate of playback will be returned to the default rate of playback.</p> + </dd> <dt><var title="">media</var> . <code title="dom-media-playbackRate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-playbackrate" title='Read about this "playbackRate" reference in the full HTML5 spec.'>playbackRate</a></code> [ = <var title="">value</var> ]</dt> @@ -1302,6 +1303,7 @@ <p>Can be set, to change the rate of playback.</p> + </dd> <dt><var title="">media</var> . <code title="dom-media-played"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-played" title='Read about this "played" reference in the full HTML5 spec.'>played</a></code></dt> @@ -1358,7 +1360,7 @@ element</a>, in <a href="infrastructure.html#tree-order" id="tree-order-6">tree order</a>.</li> <li>Any <a href="#text-track" id="text-track-5" title="text track">text tracks</a> added using - the <code title="dom-media-addTrack"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-addtrack" title='Read about this "addTrack()" reference in the full HTML5 spec.'>addTrack()</a></code> method, in + the <code title="dom-media-addTextTrack"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-addtexttrack" title='Read about this "addTextTrack()" reference in the full HTML5 spec.'>addTextTrack()</a></code> method, in the order they were added, oldest first.</li> <li>Any <a href="#media-resource-specific-text-track" id="media-resource-specific-text-track-0" title="media-resource-specific text @@ -1783,7 +1785,8 @@ </dl><hr><pre class="idl">interface <dfn id="mutabletexttrack">MutableTextTrack</dfn> : <a href="#texttrack" id="texttrack-14">TextTrack</a> { void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-mutabletexttrack-addcue" title='Read about this "addCue" reference in the full HTML5 spec.'>addCue</a>(in <a href="#texttrackcue" id="texttrackcue-1">TextTrackCue</a> cue); void <a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-mutabletexttrack-removecue" title='Read about this "removeCue" reference in the full HTML5 spec.'>removeCue</a>(in <a href="#texttrackcue" id="texttrackcue-2">TextTrackCue</a> cue); -};</pre><dl class="domintro"><dt><var title="">mutableTextTrack</var> = <var title="">media</var> . <code title="dom-media-addTrack"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-addtrack" title='Read about this "addTrack" reference in the full HTML5 spec.'>addTrack</a></code>( <var title="">kind</var> [, <var title="">label</var> [, <var title="">language</var> ] ] )</dt> +};</pre><dl class="domintro"><dt><var title="">mutableTextTrack</var> = <var title="">media</var> . <code title="dom-media-addTextTrack"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/.html#dom-media-addtexttrack" title='Read about this "addTextTrack" reference in the full HTML5 spec.'>addTextTrack</a></code>( <var title="">kind</var> [, <var title="">label</var> [, <var title="">language</var> ] ] )</dt> + <dd> <p>Creates and returns a new <code><a href="#mutabletexttrack" id="mutabletexttrack-3">MutableTextTrack</a></code> object, which is also added to the <a href="#media-element" id="media-element-31">media element</a>'s <a href="#list-of-text-tracks" id="list-of-text-tracks-4">list of text tracks</a>.</p> </dd> @@ -1811,7 +1814,8 @@ able to run the script at the exact time specified.</p> <pre>var sfx = new Audio('sfx.wav'); -var sounds = a.addTrack('metadata'); +var sounds = a.addTextTrack('metadata'); + // add sounds we care about sounds.addCue(new TextTrackCue('dog bark', 12.783, 13.612, '', '', '', true)); sounds.addCue(new TextTrackCue('kitten mew', 13.612, 15.091, '', '', '', true)); @@ -2065,20 +2069,20 @@ <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code> <td>The <code title="dom-media-seeking"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-seeking" title='Read about this "seeking" reference in the full HTML5 spec.'>seeking</a></code> IDL attribute changed to false. <td> - <tr><td><dfn id="event-media-timeupdate" title="event-media-timeupdate"><code>timeupdate</code></dfn> - <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code> - <td>The <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#current-playback-position" title='Read about this "current playback position" reference in the full HTML5 spec.'>current playback position</a> changed as part of normal playback or in an especially interesting way, for example discontinuously. - <td> <tr><td><dfn id="event-media-ended" title="event-media-ended"><code>ended</code></dfn> <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code> <td>Playback has stopped because the end of the <a href="#media-resource" id="media-resource-47">media resource</a> was reached. <td><code title="dom-media-currentTime"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-currenttime" title='Read about this "currentTime" reference in the full HTML5 spec.'>currentTime</a></code> equals the end of the <a href="#media-resource" id="media-resource-48">media resource</a>; <code title="dom-media-ended"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-ended" title='Read about this "ended" reference in the full HTML5 spec.'>ended</a></code> is true. - <tr><td><dfn id="event-media-durationchange" title="event-media-durationchange"><code>durationchange</code></dfn> + + <tbody><tr><td><dfn id="event-media-durationchange" title="event-media-durationchange"><code>durationchange</code></dfn> <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code> <td>The <code title="dom-media-duration"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-duration" title='Read about this "duration" reference in the full HTML5 spec.'>duration</a></code> attribute has just been updated. <td> - - <tbody><tr><td><dfn id="event-media-play" title="event-media-play"><code>play</code></dfn> + <tr><td><dfn id="event-media-timeupdate" title="event-media-timeupdate"><code>timeupdate</code></dfn> + <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code> + <td>The <a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#current-playback-position" title='Read about this "current playback position" reference in the full HTML5 spec.'>current playback position</a> changed as part of normal playback or in an especially interesting way, for example discontinuously. + <td> + <tr><td><dfn id="event-media-play" title="event-media-play"><code>play</code></dfn> <td><code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#event" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code> <td>Playback has begun. Fired after the <code title="dom-media-play"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-play" title='Read about this "play()" reference in the full HTML5 spec.'>play()</a></code> method has returned, or when the <code title="attr-media-autoplay"><a href="#attr-media-autoplay" id="autoplay-6">autoplay</a></code> attribute has caused playback to begin. <td><code title="dom-media-paused"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/video.html#dom-media-paused" title='Read about this "paused" reference in the full HTML5 spec.'>paused</a></code> is newly false. Index: browsers.html =================================================================== RCS file: /sources/public/html5/spec-author-view/browsers.html,v retrieving revision 1.960 retrieving revision 1.961 diff -u -d -r1.960 -r1.961 --- browsers.html 5 Apr 2011 11:10:19 -0000 1.960 +++ browsers.html 8 Apr 2011 19:54:48 -0000 1.961 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -332,13 +296,49 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="links.html" rel="prev" title="4.12 Links"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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><link href="links.html" rel="prev" title="4.12 Links"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="origin-0.html" rel="next" title="5.3 Origin"> - <div class="head" id="head"> + <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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</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.386 retrieving revision 1.387 diff -u -d -r1.386 -r1.387 --- edits.html 5 Apr 2011 11:10:20 -0000 1.386 +++ edits.html 8 Apr 2011 19:54:48 -0000 1.387 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -332,13 +296,49 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="text-level-semantics.html" rel="prev" title="4.6 Text-level semantics"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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><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"> - <div class="head" id="head"> + <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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</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.927 retrieving revision 1.928 diff -u -d -r1.927 -r1.928 --- the-xhtml-syntax.html 5 Apr 2011 11:10:28 -0000 1.927 +++ the-xhtml-syntax.html 8 Apr 2011 19:54:55 -0000 1.928 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -332,13 +296,49 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="named-character-references.html" rel="prev" title="8.2 Named character references"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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><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"> - <div class="head" id="head"> + <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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</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.945 retrieving revision 1.946 diff -u -d -r1.945 -r1.946 --- offline.html 5 Apr 2011 11:10:24 -0000 1.945 +++ offline.html 8 Apr 2011 19:54:50 -0000 1.946 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -332,13 +296,49 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="history.html" rel="prev" title="5.4 Session history and navigation"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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><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"> - <div class="head" id="head"> + <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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</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.401 retrieving revision 1.402 diff -u -d -r1.401 -r1.402 --- content-models.html 5 Apr 2011 11:10:20 -0000 1.401 +++ content-models.html 8 Apr 2011 19:54:48 -0000 1.402 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -332,13 +296,49 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="elements.html" rel="prev" title="3.2 Elements"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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><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"> - <div class="head" id="head"> + <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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</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.396 retrieving revision 1.397 diff -u -d -r1.396 -r1.397 --- states-of-the-type-attribute.html 5 Apr 2011 11:10:27 -0000 1.396 +++ states-of-the-type-attribute.html 8 Apr 2011 19:54:54 -0000 1.397 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -332,13 +296,49 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="the-input-element.html" rel="prev" title="4.10.7 The input element"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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><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"> - <div class="head" id="head"> + <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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</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.396 retrieving revision 1.397 diff -u -d -r1.396 -r1.397 --- apis-in-html-documents.html 5 Apr 2011 11:10:19 -0000 1.396 +++ apis-in-html-documents.html 8 Apr 2011 19:54:47 -0000 1.397 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -332,13 +296,49 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="content-models.html" rel="prev" title="3.2.5 Content models"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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><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"> - <div class="head" id="head"> + <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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</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.947 retrieving revision 1.948 diff -u -d -r1.947 -r1.948 --- obsolete.html 5 Apr 2011 11:10:24 -0000 1.947 +++ obsolete.html 8 Apr 2011 19:54:50 -0000 1.948 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -332,13 +296,49 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="the-xhtml-syntax.html" rel="prev" title="9 The XHTML syntax"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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><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"> - <div class="head" id="head"> + <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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</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.946 retrieving revision 1.947 diff -u -d -r1.946 -r1.947 --- named-character-references.html 5 Apr 2011 11:10:23 -0000 1.946 +++ named-character-references.html 8 Apr 2011 19:54:50 -0000 1.947 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -332,13 +296,49 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="syntax.html" rel="prev" title="8 The HTML syntax"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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><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"> - <div class="head" id="head"> + <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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</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.943 retrieving revision 1.944 diff -u -d -r1.943 -r1.944 --- references.html 5 Apr 2011 11:10:24 -0000 1.943 +++ references.html 8 Apr 2011 19:54:50 -0000 1.944 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -332,13 +296,49 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="index-of-terms.html" rel="prev" title="Index of terms"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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><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"> - <div class="head" id="head"> + <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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</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.957 retrieving revision 1.958 diff -u -d -r1.957 -r1.958 --- semantics.html 5 Apr 2011 11:10:25 -0000 1.957 +++ semantics.html 8 Apr 2011 19:54:50 -0000 1.958 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -332,13 +296,49 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="apis-in-html-documents.html" rel="prev" title="3.3 APIs in HTML documents"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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><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"> - <div class="head" id="head"> + <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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</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.960 retrieving revision 1.961 diff -u -d -r1.960 -r1.961 --- index.html 5 Apr 2011 11:10:21 -0000 1.960 +++ index.html 8 Apr 2011 19:54:49 -0000 1.961 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -332,13 +296,49 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="iana.html" rel="prev" title="11 IANA considerations"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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><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"> - <div class="head" id="head"> + <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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</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.398 retrieving revision 1.399 diff -u -d -r1.398 -r1.399 --- the-button-element.html 5 Apr 2011 11:10:27 -0000 1.398 +++ the-button-element.html 8 Apr 2011 19:54:54 -0000 1.399 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -332,13 +296,49 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="common-input-element-attributes.html" rel="prev" title="4.10.7.2 Common input element attributes"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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><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"> - <div class="head" id="head"> + <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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</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.395 retrieving revision 1.396 diff -u -d -r1.395 -r1.396 --- dnd.html 5 Apr 2011 11:10:20 -0000 1.395 +++ dnd.html 8 Apr 2011 19:54:48 -0000 1.396 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -332,13 +296,49 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="editing.html" rel="prev" title="7 User interaction"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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><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"> - <div class="head" id="head"> + <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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</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.402 retrieving revision 1.403 diff -u -d -r1.402 -r1.403 --- links.html 5 Apr 2011 11:10:23 -0000 1.402 +++ links.html 8 Apr 2011 19:54:49 -0000 1.403 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -332,13 +296,49 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="commands.html" rel="prev" title="4.11.5 Commands"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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><link href="commands.html" rel="prev" title="4.11.5 Commands"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="browsers.html" rel="next" title="5 Loading Web pages"> - <div class="head" id="head"> + <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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</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.1331 retrieving revision 1.1332 diff -u -d -r1.1331 -r1.1332 --- spec.html 5 Apr 2011 11:10:25 -0000 1.1331 +++ spec.html 8 Apr 2011 19:54:51 -0000 1.1332 @@ -192,43 +192,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -333,20 +297,55 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"></head><body><div class="head" id="head"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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></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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</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-30-march-2011">W3C Working Draft 05 April 2011</h2> - <dl><dt>This Version:</dt> - <dd><a href="http://www.w3.org/TR/2011/WD-html5-20110405/">http://www.w3.org/TR/2011/WD-html5-20110405/</a></dd> - <dt>Latest Published Version:</dt> + <h2 class="no-num no-toc" id="editor-s-draft-8-april-2011">Editor's Draft 8 April 2011</h2> + <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/html5/author/">http://www.w3.org/TR/html5/author/</a></dd> <dt>Latest Editor's Draft:</dt> <dd><a href="http://dev.w3.org/html5/spec-author-view/">http://dev.w3.org/html5/spec-author-view/</a></dd> <!-- ZZZ: add the new version after it has shipped --> <dt>Previous Versions:</dt> + <dd><a href="http://www.w3.org/TR/2011/WD-html5-20110405/">http://www.w3.org/TR/2011/WD-html5-20110405/</a></dd> <dd><a href="http://www.w3.org/TR/2011/WD-html5-20110113/">http://www.w3.org/TR/2011/WD-html5-20110113/</a></dd> <dd><a href="http://www.w3.org/TR/2010/WD-html5-20101019/author/">http://www.w3.org/TR/2010/WD-html5-20101019/author/</a></dd> <dd><a href="http://www.w3.org/TR/2010/WD-html5-20100624/author/">http://www.w3.org/TR/2010/WD-html5-20100624/author/</a></dd> @@ -360,9 +359,9 @@ <dt>Editor:</dt> <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd> </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>. - This is revision 1.4803.</p> + This is revision 1.4804.</p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> - © 2011 <a href="http://www.w3.org/"><abbr title="World Wide + © 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 Institute of Technology">MIT</abbr></a>, <a href="http://www.ercim.org/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C @@ -481,44 +480,7 @@ implementing this specification before it eventually reaches the Candidate Recommendation stage should join the aforementioned mailing lists and take part in the discussions.</p><div id="multipage-common"> - -<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></div><!-- not everyone agrees with this (requested before html5 fpwd) --><p>The publication of this document by the W3C as a W3C Working + </div><!-- not everyone agrees with this (requested before html5 fpwd) --><p>The publication of this document by the W3C as a W3C Working Draft does not imply that all of the participants in the W3C HTML working group endorse the contents of the specification. Indeed, for any section of the specification, one can usually find many members @@ -535,6 +497,8 @@ HTML specifications:</p><dl><dt>E-mail notifications of changes</dt> <dd>HTML-Diffs mailing list (diff-marked HTML versions for each change): <a href="http://lists.w3.org/Archives/Public/public-html-diffs/latest">http://lists.w3.org/Archives/Public/public-html-diffs/latest</a></dd> <dd>Commit-Watchers mailing list (complete source diffs): <a href="http://lists.whatwg.org/listinfo.cgi/commit-watchers-whatwg.org">http://lists.whatwg.org/listinfo.cgi/commit-watchers-whatwg.org</a></dd> + <dt>Real-time notifications of changes:</dt> + <dd>Generated diff-marked HTML versions for each change: <a href="http://twitter.com/HTML5">http://twitter.com/HTML5</a></dd> <dt>Browsable version-control record of all changes:</dt> <dd>CVSWeb interface with side-by-side diffs: <a href="http://dev.w3.org/cvsweb/html5/">http://dev.w3.org/cvsweb/html5/</a></dd> <dd>Annotated summary with unified diffs: <a href="http://html5.org/tools/web-apps-tracker">http://html5.org/tools/web-apps-tracker</a></dd> @@ -543,7 +507,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 05 April 2011 Working Draft. + This specification is the 8 April 2011 Editor's Draft. </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 @@ -12397,7 +12361,7 @@ <!--KEEP-END w3c-html--><!--TT--> // tracks readonly attribute <a href="#texttrack" id="texttrack-2">TextTrack</a>[] <a href="http://dev.w3.org/html5/spec/.html#dom-media-texttracks" title='Read about this "textTracks" reference in the full HTML5 spec.' class="full-spec-link">textTracks</a>; - <a href="#mutabletexttrack" id="mutabletexttrack-0">MutableTextTrack</a> <a href="http://dev.w3.org/html5/spec/.html#dom-media-addtrack" title='Read about this "addTrack" reference in the full HTML5 spec.' class="full-spec-link">addTrack</a>(in DOMString kind, in optional DOMString label, in optional DOMString language); + <a href="#mutabletexttrack" id="mutabletexttrack-0">MutableTextTrack</a> <a href="http://dev.w3.org/html5/spec/.html#dom-media-addtexttrack" title='Read about this "addTextTrack" reference in the full HTML5 spec.' class="full-spec-link">addTextTrack</a>(in DOMString kind, in optional DOMString label, in optional DOMString language); <!--KEEP-START w3c-html--><!--TT--> };</pre><p>The <dfn id="media-element-attributes">media element attributes</dfn>, <code title="attr-media-src"><a href="#attr-media-src" id="src-41">src</a></code>, <code title="attr-media-preload"><a href="#attr-media-preload" id="preload-3">preload</a></code>, <code title="attr-media-autoplay"><a href="#attr-media-autoplay" id="autoplay-3">autoplay</a></code>, <code title="attr-media-loop"><a href="#attr-media-loop" id="loop-3">loop</a></code>, and <code title="attr-media-controls"><a href="#attr-media-controls" id="controls-7">controls</a></code>, apply to all <a href="#media-element" id="media-element-14" title="media element">media elements</a>. They are defined in @@ -12677,7 +12641,8 @@ <p>Can be set, to seek to the given time.</p><p> </p><p>Will throw an <code><a href="#invalid_state_err" id="invalid_state_err-7">INVALID_STATE_ERR</a></code> exception if there - is no selected <a href="#media-resource" id="media-resource-25">media resource</a>. Will throw an + is no selected <a href="#media-resource" id="media-resource-25">media resource</a> + Will throw an <code><a href="#index_size_err" id="index_size_err-0">INDEX_SIZE_ERR</a></code> exception if the given time is not within the ranges to which the user agent can seek.</p> @@ -12761,10 +12726,9 @@ <dd>All the conditions described for the <code title="dom-media-HAVE_FUTURE_DATA"><a href="#dom-media-have_future_data" id="have_future_data">HAVE_FUTURE_DATA</a></code> state are met, and, in addition, the user agent estimates that data is being fetched at a rate where the <a href="http://dev.w3.org/html5/spec/video.html#current-playback-position" class="full-spec-link" title='Read about this "current playback position" reference in the full HTML5 spec.'>current playback - position</a>, if it were to advance at the rate given by the - <code title="dom-media-defaultPlaybackRate"><a href="http://dev.w3.org/html5/spec/video.html#dom-media-defaultplaybackrate" class="full-spec-link" title='Read about this "defaultPlaybackRate" reference in the full HTML5 spec.'>defaultPlaybackRate</a></code> - attribute, would not overtake the available data before playback - reaches the end of the <a href="#media-resource" id="media-resource-29">media resource</a>.</dd> + position</a>, if it were to advance at the <span>effective + playback rate</span>, would not overtake the available data before + playback reaches the end of the <a href="#media-resource" id="media-resource-29">media resource</a>.</dd> </dl><p class="note">It is possible for the ready state of a media element to jump between these states discontinuously. For example, @@ -12811,6 +12775,7 @@ normal playback mode, it is expected that the rate of playback will be returned to the default rate of playback.</p> + </dd> <dt><var title="">media</var> . <code title="dom-media-playbackRate"><a href="http://dev.w3.org/html5/spec/video.html#dom-media-playbackrate" class="full-spec-link" title='Read about this "playbackRate" reference in the full HTML5 spec.'>playbackRate</a></code> [ = <var title="">value</var> ]</dt> @@ -12821,6 +12786,7 @@ <p>Can be set, to change the rate of playback.</p> + </dd> <dt><var title="">media</var> . <code title="dom-media-played"><a href="http://dev.w3.org/html5/spec/video.html#dom-media-played" class="full-spec-link" title='Read about this "played" reference in the full HTML5 spec.'>played</a></code></dt> @@ -12877,7 +12843,7 @@ element</a>, in <a href="#tree-order" id="tree-order-6">tree order</a>.</li> <li>Any <a href="#text-track" id="text-track-5" title="text track">text tracks</a> added using - the <code title="dom-media-addTrack"><a href="http://dev.w3.org/html5/spec/.html#dom-media-addtrack" class="full-spec-link" title='Read about this "addTrack()" reference in the full HTML5 spec.'>addTrack()</a></code> method, in + the <code title="dom-media-addTextTrack"><a href="http://dev.w3.org/html5/spec/.html#dom-media-addtexttrack" class="full-spec-link" title='Read about this "addTextTrack()" reference in the full HTML5 spec.'>addTextTrack()</a></code> method, in the order they were added, oldest first.</li> <li>Any <a href="#media-resource-specific-text-track" id="media-resource-specific-text-track-0" title="media-resource-specific text @@ -13302,7 +13268,8 @@ </dl><hr><pre class="idl">interface <dfn id="mutabletexttrack">MutableTextTrack</dfn> : <a href="#texttrack" id="texttrack-14">TextTrack</a> { void <a href="http://dev.w3.org/html5/spec/.html#dom-mutabletexttrack-addcue" title='Read about this "addCue" reference in the full HTML5 spec.' class="full-spec-link">addCue</a>(in <a href="#texttrackcue" id="texttrackcue-1">TextTrackCue</a> cue); void <a href="http://dev.w3.org/html5/spec/.html#dom-mutabletexttrack-removecue" title='Read about this "removeCue" reference in the full HTML5 spec.' class="full-spec-link">removeCue</a>(in <a href="#texttrackcue" id="texttrackcue-2">TextTrackCue</a> cue); -};</pre><dl class="domintro"><dt><var title="">mutableTextTrack</var> = <var title="">media</var> . <code title="dom-media-addTrack"><a href="http://dev.w3.org/html5/spec/.html#dom-media-addtrack" class="full-spec-link" title='Read about this "addTrack" reference in the full HTML5 spec.'>addTrack</a></code>( <var title="">kind</var> [, <var title="">label</var> [, <var title="">language</var> ] ] )</dt> +};</pre><dl class="domintro"><dt><var title="">mutableTextTrack</var> = <var title="">media</var> . <code title="dom-media-addTextTrack"><a href="http://dev.w3.org/html5/spec/.html#dom-media-addtexttrack" class="full-spec-link" title='Read about this "addTextTrack" reference in the full HTML5 spec.'>addTextTrack</a></code>( <var title="">kind</var> [, <var title="">label</var> [, <var title="">language</var> ] ] )</dt> + <dd> <p>Creates and returns a new <code><a href="#mutabletexttrack" id="mutabletexttrack-3">MutableTextTrack</a></code> object, which is also added to the <a href="#media-element" id="media-element-31">media element</a>'s <a href="#list-of-text-tracks" id="list-of-text-tracks-4">list of text tracks</a>.</p> </dd> @@ -13330,7 +13297,8 @@ able to run the script at the exact time specified.</p> <pre>var sfx = new Audio('sfx.wav'); -var sounds = a.addTrack('metadata'); +var sounds = a.addTextTrack('metadata'); + // add sounds we care about sounds.addCue(new TextTrackCue('dog bark', 12.783, 13.612, '', '', '', true)); sounds.addCue(new TextTrackCue('kitten mew', 13.612, 15.091, '', '', '', true)); @@ -13584,20 +13552,20 @@ </td><td><code><a href="http://dev.w3.org/html5/spec/infrastructure.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code> </td><td>The <code title="dom-media-seeking"><a href="http://dev.w3.org/html5/spec/video.html#dom-media-seeking" class="full-spec-link" title='Read about this "seeking" reference in the full HTML5 spec.'>seeking</a></code> IDL attribute changed to false. </td><td> - </td></tr><tr><td><dfn id="event-media-timeupdate" title="event-media-timeupdate"><code>timeupdate</code></dfn> - </td><td><code><a href="http://dev.w3.org/html5/spec/infrastructure.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code> - </td><td>The <a href="http://dev.w3.org/html5/spec/video.html#current-playback-position" class="full-spec-link" title='Read about this "current playback position" reference in the full HTML5 spec.'>current playback position</a> changed as part of normal playback or in an especially interesting way, for example discontinuously. - </td><td> </td></tr><tr><td><dfn id="event-media-ended" title="event-media-ended"><code>ended</code></dfn> </td><td><code><a href="http://dev.w3.org/html5/spec/infrastructure.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code> </td><td>Playback has stopped because the end of the <a href="#media-resource" id="media-resource-47">media resource</a> was reached. </td><td><code title="dom-media-currentTime"><a href="http://dev.w3.org/html5/spec/video.html#dom-media-currenttime" class="full-spec-link" title='Read about this "currentTime" reference in the full HTML5 spec.'>currentTime</a></code> equals the end of the <a href="#media-resource" id="media-resource-48">media resource</a>; <code title="dom-media-ended"><a href="http://dev.w3.org/html5/spec/video.html#dom-media-ended" class="full-spec-link" title='Read about this "ended" reference in the full HTML5 spec.'>ended</a></code> is true. - </td></tr><tr><td><dfn id="event-media-durationchange" title="event-media-durationchange"><code>durationchange</code></dfn> + + </td></tr></tbody><tbody><tr><td><dfn id="event-media-durationchange" title="event-media-durationchange"><code>durationchange</code></dfn> </td><td><code><a href="http://dev.w3.org/html5/spec/infrastructure.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code> </td><td>The <code title="dom-media-duration"><a href="http://dev.w3.org/html5/spec/video.html#dom-media-duration" class="full-spec-link" title='Read about this "duration" reference in the full HTML5 spec.'>duration</a></code> attribute has just been updated. </td><td> - - </td></tr></tbody><tbody><tr><td><dfn id="event-media-play" title="event-media-play"><code>play</code></dfn> + </td></tr><tr><td><dfn id="event-media-timeupdate" title="event-media-timeupdate"><code>timeupdate</code></dfn> + </td><td><code><a href="http://dev.w3.org/html5/spec/infrastructure.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code> + </td><td>The <a href="http://dev.w3.org/html5/spec/video.html#current-playback-position" class="full-spec-link" title='Read about this "current playback position" reference in the full HTML5 spec.'>current playback position</a> changed as part of normal playback or in an especially interesting way, for example discontinuously. + </td><td> + </td></tr><tr><td><dfn id="event-media-play" title="event-media-play"><code>play</code></dfn> </td><td><code><a href="http://dev.w3.org/html5/spec/infrastructure.html#event" class="full-spec-link" title='Read about this "Event" reference in the full HTML5 spec.'>Event</a></code> </td><td>Playback has begun. Fired after the <code title="dom-media-play"><a href="http://dev.w3.org/html5/spec/video.html#dom-media-play" class="full-spec-link" title='Read about this "play()" reference in the full HTML5 spec.'>play()</a></code> method has returned, or when the <code title="attr-media-autoplay"><a href="#attr-media-autoplay" id="autoplay-6">autoplay</a></code> attribute has caused playback to begin. </td><td><code title="dom-media-paused"><a href="http://dev.w3.org/html5/spec/video.html#dom-media-paused" class="full-spec-link" title='Read about this "paused" reference in the full HTML5 spec.'>paused</a></code> is newly false. Index: number-state.html =================================================================== RCS file: /sources/public/html5/spec-author-view/number-state.html,v retrieving revision 1.391 retrieving revision 1.392 diff -u -d -r1.391 -r1.392 --- number-state.html 5 Apr 2011 11:10:24 -0000 1.391 +++ number-state.html 8 Apr 2011 19:54:50 -0000 1.392 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -332,13 +296,49 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="states-of-the-type-attribute.html" rel="prev" title="4.10.7.1 States of the type attribute"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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><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"> - <div class="head" id="head"> + <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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</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.404 retrieving revision 1.405 diff -u -d -r1.404 -r1.405 --- sections.html 5 Apr 2011 11:10:25 -0000 1.404 +++ sections.html 8 Apr 2011 19:54:50 -0000 1.405 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -332,13 +296,49 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="scripting-1.html" rel="prev" title="4.3 Scripting"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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><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"> - <div class="head" id="head"> + <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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</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.952 retrieving revision 1.953 diff -u -d -r1.952 -r1.953 --- introduction.html 5 Apr 2011 11:10:22 -0000 1.952 +++ introduction.html 8 Apr 2011 19:54:49 -0000 1.953 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -332,12 +296,48 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="Overview.html#contents" rel="index" title="Table of contents"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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><link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="infrastructure.html" rel="next" title="2 Common infrastructure"> - <div class="head" id="head"> + <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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</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.388 retrieving revision 1.389 diff -u -d -r1.388 -r1.389 --- commands.html 5 Apr 2011 11:10:19 -0000 1.388 +++ commands.html 8 Apr 2011 19:54:48 -0000 1.389 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -332,13 +296,49 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="interactive-elements.html" rel="prev" title="4.11 Interactive elements"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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><link href="interactive-elements.html" rel="prev" title="4.11 Interactive elements"> <link href="Overview.html#contents" rel="index" title="Table of contents"> <link href="links.html" rel="next" title="4.12 Links"> - <div class="head" id="head"> + <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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</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.393 retrieving revision 1.394 diff -u -d -r1.393 -r1.394 --- common-microsyntaxes.html 5 Apr 2011 11:10:20 -0000 1.393 +++ common-microsyntaxes.html 8 Apr 2011 19:54:48 -0000 1.394 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -332,13 +296,49 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="infrastructure.html" rel="prev" title="2 Common infrastructure"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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><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.5 URLs"> - <div class="head" id="head"> + <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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</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.955 retrieving revision 1.956 diff -u -d -r1.955 -r1.956 --- syntax.html 5 Apr 2011 11:10:27 -0000 1.955 +++ syntax.html 8 Apr 2011 19:54:54 -0000 1.956 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -332,13 +296,49 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="dnd.html" rel="prev" title="7.7 Drag and drop"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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><link href="dnd.html" rel="prev" title="7.7 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"> - <div class="head" id="head"> + <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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</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.375 retrieving revision 1.376 diff -u -d -r1.375 -r1.376 --- webappapis.html 5 Apr 2011 11:10:28 -0000 1.375 +++ webappapis.html 8 Apr 2011 19:54:55 -0000 1.376 @@ -191,43 +191,7 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - - </style><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><style type="text/css"> + </style><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><style type="text/css"> .applies thead th > * { display: block; } .applies thead code { display: block; } @@ -332,13 +296,49 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><link href="offline.html" rel="prev" title="5.6 Offline Web applications"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><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><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.3 Timers"> - <div class="head" id="head"> + <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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</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.237 retrieving revision 1.238 diff -u -d -r1.237 -r1.238 --- spec.preprocessed.html 5 Apr 2011 11:10:27 -0000 1.237 +++ spec.preprocessed.html 8 Apr 2011 19:54:53 -0000 1.238 @@ -196,44 +196,8 @@ fieldset > :last-child { margin-bottom: 0; } fieldset p { margin: 0.5em 0; } - .stability { - 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 red; - padding: 0.5em 1em; - text-align: center; - } - .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; - color: white; - } - </style> -<link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> +<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> <style type="text/css"> @@ -341,20 +305,57 @@ src: url('http://www.whatwg.org/specs/web-apps/current-work/fonts/Essays1743-BoldItalic.ttf'); } - </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"></head><body><div class="head" id="head"> + </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20%7B%20display:%20none;%20%7D%0Ahtml%20%7B%20border:%20solid%20yellow;%20%7D%20.domintro:before%20%7B%20display:%20none;%20%7D" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20%7B%20background:%20%23FFEEEE;%20%7D%20.domintro:before%20%7B%20background:%20%23FFEEEE;%20%7D" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"> +<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> +</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.4803</span></h1> + <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4804</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-30-march-2011">W3C Working Draft 05 April 2011</h2> - <dl><dt>This Version:</dt> - <dd><a href="http://www.w3.org/TR/2011/WD-html5-20110405/">http://www.w3.org/TR/2011/WD-html5-20110405/</a></dd> - <dt>Latest Published Version:</dt> + <h2 class="no-num no-toc" id="editor-s-draft-8-april-2011">Editor's Draft 8 April 2011</h2> + <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/html5/author/">http://www.w3.org/TR/html5/author/</a></dd> <dt>Latest Editor's Draft:</dt> <dd><a href="http://dev.w3.org/html5/spec-author-view/">http://dev.w3.org/html5/spec-author-view/</a></dd> <!-- ZZZ: add the new version after it has shipped --> <dt>Previous Versions:</dt> + <dd><a href="http://www.w3.org/TR/2011/WD-html5-20110405/">http://www.w3.org/TR/2011/WD-html5-20110405/</a></dd> <dd><a href="http://www.w3.org/TR/2011/WD-html5-20110113/">http://www.w3.org/TR/2011/WD-html5-20110113/</a></dd> <dd><a href="http://www.w3.org/TR/2010/WD-html5-20101019/author/">http://www.w3.org/TR/2010/WD-html5-20101019/author/</a></dd> <dd><a href="http://www.w3.org/TR/2010/WD-html5-20100624/author/">http://www.w3.org/TR/2010/WD-html5-20100624/author/</a></dd> @@ -368,9 +369,9 @@ <dt>Editor:</dt> <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd> </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>. - This is revision 1.4803.</p> + This is revision 1.4804.</p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> - © 2011 <a href="http://www.w3.org/"><abbr title="World Wide + © 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 Institute of Technology">MIT</abbr></a>, <a href="http://www.ercim.org/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C @@ -491,45 +492,6 @@ implementing this specification before it eventually reaches the Candidate Recommendation stage should join the aforementioned mailing lists and take part in the discussions.</p><div id="multipage-common"> - -<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> - </div><!-- not everyone agrees with this (requested before html5 fpwd) --><p>The publication of this document by the W3C as a W3C Working Draft does not imply that all of the participants in the W3C HTML working group endorse the contents of the specification. Indeed, for @@ -547,6 +509,8 @@ HTML specifications:</p><dl><dt>E-mail notifications of changes</dt> <dd>HTML-Diffs mailing list (diff-marked HTML versions for each change): <a href="http://lists.w3.org/Archives/Public/public-html-diffs/latest">http://lists.w3.org/Archives/Public/public-html-diffs/latest</a></dd> <dd>Commit-Watchers mailing list (complete source diffs): <a href="http://lists.whatwg.org/listinfo.cgi/commit-watchers-whatwg.org">http://lists.whatwg.org/listinfo.cgi/commit-watchers-whatwg.org</a></dd> + <dt>Real-time notifications of changes:</dt> + <dd>Generated diff-marked HTML versions for each change: <a href="http://twitter.com/HTML5">http://twitter.com/HTML5</a></dd> <dt>Browsable version-control record of all changes:</dt> <dd>CVSWeb interface with side-by-side diffs: <a href="http://dev.w3.org/cvsweb/html5/">http://dev.w3.org/cvsweb/html5/</a></dd> <dd>Annotated summary with unified diffs: <a href="http://html5.org/tools/web-apps-tracker">http://html5.org/tools/web-apps-tracker</a></dd> @@ -555,7 +519,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 05 April 2011 Working Draft. + This specification is the 8 April 2011 Editor's Draft. </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 @@ -22212,7 +22176,7 @@ <!--KEEP-END w3c-html--><!--TT--> // tracks readonly attribute <a href="#texttrack">TextTrack</a>[] <a href="#dom-media-texttracks" title="dom-media-textTracks">textTracks</a>; - <a href="#mutabletexttrack">MutableTextTrack</a> <a href="#dom-media-addtrack" title="dom-media-addTrack">addTrack</a>(in DOMString kind, in optional DOMString label, in optional DOMString language); + <a href="#mutabletexttrack">MutableTextTrack</a> <a href="#dom-media-addtexttrack" title="dom-media-addTextTrack">addTextTrack</a>(in DOMString kind, in optional DOMString label, in optional DOMString language); <!--KEEP-START w3c-html--><!--TT--> };</pre><p>The <dfn id="media-element-attributes">media element attributes</dfn>, <code title="attr-media-src"><a href="#attr-media-src">src</a></code>, <code title="attr-media-preload"><a href="#attr-media-preload">preload</a></code>, <code title="attr-media-autoplay"><a href="#attr-media-autoplay">autoplay</a></code>, <code title="attr-media-loop"><a href="#attr-media-loop">loop</a></code>, and <code title="attr-media-controls"><a href="#attr-media-controls">controls</a></code>, apply to all <a href="#media-element" title="media element">media elements</a>. They are defined in @@ -23053,7 +23017,7 @@ <p>If either the <a href="#media-resource">media resource</a> or the address of the <var title="">current media resource</var> indicate a particular start time, then set the <a href="#initial-playback-position">initial playback - position</a> to that time and then seek <a href="#dom-media-seek" title="dom-media-seek">seek</a> to that time. Ignore any + position</a> to that time and then <a href="#dom-media-seek" title="dom-media-seek">seek</a> to that time. Ignore any resulting exceptions (if the position is out of range, it is effectively ignored).</p> @@ -23396,7 +23360,8 @@ <p>Can be set, to seek to the given time.</p><p> </p><p>Will throw an <code><a href="#invalid_state_err">INVALID_STATE_ERR</a></code> exception if there - is no selected <a href="#media-resource">media resource</a>. Will throw an + is no selected <a href="#media-resource">media resource</a> + Will throw an <code><a href="#index_size_err">INDEX_SIZE_ERR</a></code> exception if the given time is not within the ranges to which the user agent can seek.</p> @@ -23487,6 +23452,12 @@ possible position</a> (as defined below) using the established <a href="#media-timeline">media timeline</a>, is greater than or equal to zero.</p> + <p>The <a href="#media-timeline">media timeline</a> also has an associated clock. + Which clock is used is user-agent defined, and may be <a href="#media-resource">media + resource</a>-dependent, but it should approximate the user's wall + clock.</p> + + <p><a href="#media-element" title="media element">Media elements</a> have a <dfn id="current-playback-position">current playback position</dfn>, which must initially (i.e. in the absence of <a href="#media-data">media data</a>) be zero seconds. The @@ -23495,7 +23466,8 @@ <p>The <dfn id="dom-media-currenttime" title="dom-media-currentTime"><code>currentTime</code></dfn> attribute must, on getting, return the <a href="#current-playback-position">current playback - position</a>, expressed in seconds. On setting, the user agent + position</a>, expressed in seconds. On setting, + the user agent must <a href="#dom-media-seek" title="dom-media-seek">seek</a> to the new value (which might raise an exception).</p> @@ -23661,10 +23633,9 @@ <dd>All the conditions described for the <code title="dom-media-HAVE_FUTURE_DATA"><a href="#dom-media-have_future_data">HAVE_FUTURE_DATA</a></code> state are met, and, in addition, the user agent estimates that data is being fetched at a rate where the <a href="#current-playback-position">current playback - position</a>, if it were to advance at the rate given by the - <code title="dom-media-defaultPlaybackRate"><a href="#dom-media-defaultplaybackrate">defaultPlaybackRate</a></code> - attribute, would not overtake the available data before playback - reaches the end of the <a href="#media-resource">media resource</a>.</dd> + position</a>, if it were to advance at the <span>effective + playback rate</span>, would not overtake the available data before + playback reaches the end of the <a href="#media-resource">media resource</a>.</dd> </dl><div class="impl"> @@ -23821,6 +23792,7 @@ normal playback mode, it is expected that the rate of playback will be returned to the default rate of playback.</p> + </dd> <dt><var title="">media</var> . <code title="dom-media-playbackRate"><a href="#dom-media-playbackrate">playbackRate</a></code> [ = <var title="">value</var> ]</dt> @@ -23831,6 +23803,7 @@ <p>Can be set, to change the rate of playback.</p> + </dd> <dt><var title="">media</var> . <code title="dom-media-played"><a href="#dom-media-played">played</a></code></dt> @@ -23883,16 +23856,33 @@ and the element is not a <a href="#blocked-media-element">blocked media element</a>.</p> <p>A <a href="#media-element">media element</a> is said to have <dfn id="ended-playback">ended - playback</dfn> when the element's <code title="dom-media-readyState"><a href="#dom-media-readystate">readyState</a></code> attribute is <code title="dom-media-HAVE_METADATA"><a href="#dom-media-have_metadata">HAVE_METADATA</a></code> or greater, and - either the <a href="#current-playback-position">current playback position</a> is the end of the - <a href="#media-resource">media resource</a> and the <a href="#direction-of-playback">direction of - playback</a> is forwards and the <a href="#media-element">media element</a> does - not have a <code title="attr-media-loop"><a href="#attr-media-loop">loop</a></code> attribute - specified, or the <a href="#current-playback-position">current playback position</a> is the - <a href="#earliest-possible-position">earliest possible position</a> and the <a href="#direction-of-playback">direction of - playback</a> is backwards.</p> + playback</dfn> when:</p> - <p>The <dfn id="dom-media-ended" title="dom-media-ended"><code>ended</code></dfn> + <ul><li>The element's <code title="dom-media-readyState"><a href="#dom-media-readystate">readyState</a></code> attribute is <code title="dom-media-HAVE_METADATA"><a href="#dom-media-have_metadata">HAVE_METADATA</a></code> or greater, + and + + </li><li> + + <p>Either: + + </p><ul><li>The <a href="#current-playback-position">current playback position</a> is the end of the + <a href="#media-resource">media resource</a>, and + + </li><li>The <a href="#direction-of-playback">direction of playback</a> is forwards, and + + </li><li> + the <a href="#media-element">media element</a> does not have a <code title="attr-media-loop"><a href="#attr-media-loop">loop</a></code> attribute specified, + + </li></ul><p>Or: + + </p><ul><li>The <a href="#current-playback-position">current playback position</a> is the + <a href="#earliest-possible-position">earliest possible position</a>, and + + </li><li>The <a href="#direction-of-playback">direction of playback</a> is backwards. + + </li></ul></li> + + </ul><p>The <dfn id="dom-media-ended" title="dom-media-ended"><code>ended</code></dfn> attribute must return true if the <a href="#media-element">media element</a> has <a href="#ended-playback">ended playback</a> and the <a href="#direction-of-playback">direction of playback</a> is forwards, and false otherwise.</p> @@ -23939,14 +23929,15 @@ playback</a> is forwards, then the user agent must follow these steps:</p> - <ol><li><p>If the <a href="#media-element">media element</a> has a <code title="attr-media-loop"><a href="#attr-media-loop">loop</a></code> attribute specified, then <a href="#dom-media-seek" title="dom-media-seek">seek</a> to the <a href="#earliest-possible-position">earliest possible - position</a> of the <a href="#media-resource">media resource</a> and abort these - steps.</p></li> <!-- v2/v3: We should fire a 'looping' event here - to explain why this immediately fires a 'playing' event, otherwise - the 'playing' event that fires from the readyState going from - HAVE_CURRENT_DATA back to HAVE_FUTURE_DATA will seem inexplicable - (since the normally matching 'ended' given below event doesn't fire - in the loop case). --> + <ol><li><p>If the <a href="#media-element">media element</a> has a <code title="attr-media-loop"><a href="#attr-media-loop">loop</a></code> attribute specified + then <a href="#dom-media-seek" title="dom-media-seek">seek</a> to the <a href="#earliest-possible-position">earliest + possible position</a> of the <a href="#media-resource">media resource</a> and + abort these steps.</p></li> <!-- v2/v3: We should fire a 'looping' + event here to explain why this immediately fires a 'playing' event, + otherwise the 'playing' event that fires from the readyState going + from HAVE_CURRENT_DATA back to HAVE_FUTURE_DATA will seem + inexplicable (since the normally matching 'ended' given below event + doesn't fire in the loop case). --> <li><p>Stop playback.</p><p class="note">The <code title="dom-media-ended"><a href="#dom-media-ended">ended</a></code> attribute becomes true.</p></li> @@ -23968,7 +23959,7 @@ <li><p>The user agent must <a href="#queue-a-task">queue a task</a> to <a href="#fire-a-simple-event">fire a simple event</a> named <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> at the element.</p></li> - </ol><p>The <dfn id="dom-media-defaultplaybackrate" title="dom-media-defaultPlaybackRate"><code>defaultPlaybackRate</code></dfn> + </ol><hr><p>The <dfn id="dom-media-defaultplaybackrate" title="dom-media-defaultPlaybackRate"><code>defaultPlaybackRate</code></dfn> attribute gives the desired speed at which the <a href="#media-resource">media resource</a> is to play, as a multiple of its intrinsic speed. The attribute is mutable: on getting it must return the last @@ -23980,22 +23971,17 @@ to the user">exposes a user interface to the user</a>.</p> <p>The <dfn id="dom-media-playbackrate" title="dom-media-playbackRate"><code>playbackRate</code></dfn> - attribute gives the speed at which the <a href="#media-resource">media resource</a> - plays, as a multiple of its intrinsic speed. If it is not equal to - the <code title="dom-media-defaultPlaybackRate"><a href="#dom-media-defaultplaybackrate">defaultPlaybackRate</a></code>, + attribute gives the <span>effective playback rate</span> + which is the speed at which the <a href="#media-resource">media resource</a> plays, + as a multiple of its intrinsic speed. If it is not equal to the + <code title="dom-media-defaultPlaybackRate"><a href="#dom-media-defaultplaybackrate">defaultPlaybackRate</a></code>, then the implication is that the user is using a feature such as fast forward or slow motion playback. The attribute is mutable: on getting it must return the last value it was set to, or 1.0 if it hasn't yet been set; on setting the attribute must be set to the new - value, and the playback must change speed (if the element is - <a href="#potentially-playing">potentially playing</a>).</p> - - <p>The <code title="dom-media-playbackRate"><a href="#dom-media-playbackrate">playbackRate</a></code> can - be 0.0, in which case the <a href="#current-playback-position">current playback position</a> - doesn't move, despite playback not being paused (<code title="dom-media-paused"><a href="#dom-media-paused">paused</a></code> doesn't become true, and the - <code title="event-media-pause"><a href="#event-media-pause">pause</a></code> event doesn't fire).</p> + value, and the playback will change speed - <p id="rateUpdate">When the <code title="dom-media-defaultPlaybackRate"><a href="#dom-media-defaultplaybackrate">defaultPlaybackRate</a></code> or + </p><p id="rateUpdate">When the <code title="dom-media-defaultPlaybackRate"><a href="#dom-media-defaultplaybackrate">defaultPlaybackRate</a></code> or <code title="dom-media-playbackRate"><a href="#dom-media-playbackrate">playbackRate</a></code> attributes change value (either by being set by script or by being changed directly by the user agent, e.g. in response to user control) the @@ -24003,7 +23989,8 @@ event</a> named <code title="event-media-ratechange"><a href="#event-media-ratechange">ratechange</a></code> at the <a href="#media-element">media element</a>.</p> - <p>The <dfn id="dom-media-played" title="dom-media-played"><code>played</code></dfn> + + <hr><p>The <dfn id="dom-media-played" title="dom-media-played"><code>played</code></dfn> attribute must return a new static <a href="#normalized-timeranges-object">normalized <code>TimeRanges</code> object</a> that represents the ranges of the <a href="#media-resource">media resource</a>, if any, that the user agent has so @@ -24095,22 +24082,25 @@ </ol></li> </ol><hr><p>The - <var title="">effective playback rate</var> is just the - element's <code title="dom-media-playbackRate"><a href="#dom-media-playbackrate">playbackRate</a></code>.</p> + <span>effective playback rate</span> is just the element's <code title="dom-media-playbackRate"><a href="#dom-media-playbackrate">playbackRate</a></code>. + </p> - <p>If the <var title="">effective playback rate</var> is positive or - zero, then the <dfn id="direction-of-playback">direction of playback</dfn> is forwards. - Otherwise, it is backwards.</p> + <p>If the <span>effective playback rate</span> is positive or zero, + then the <dfn id="direction-of-playback">direction of playback</dfn> is forwards. Otherwise, it + is backwards.</p> <p id="media-playback">When a <a href="#media-element">media element</a> is <a href="#potentially-playing">potentially playing</a> and its <code><a href="#document">Document</a></code> is a <a href="#fully-active">fully active</a> <code><a href="#document">Document</a></code>, its <a href="#current-playback-position">current - playback position</a> must increase monotonically at <var title="">effective playback rate</var> units of media time per unit - time of wall clock time.</p> <!--XXX will change with bug 12339 --> + playback position</a> must increase monotonically at + <span>effective playback rate</span> units of media time per unit time + of the <a href="#media-timeline">media timeline</a>'s clock.</p> - <p class="note">If the <var title="">effective playback rate</var> - is zero, the <a href="#current-playback-position">current playback position</a> doesn't - move.</p> + <p class="note">The <span>effective playback rate</span> can be 0.0, + in which case the <a href="#current-playback-position">current playback position</a> doesn't + move, despite playback not being paused (<code title="dom-media-paused"><a href="#dom-media-paused">paused</a></code> doesn't become true, and the + <code title="event-media-pause"><a href="#event-media-pause">pause</a></code> event doesn't + fire).</p> <p class="note">This specification doesn't define how the user agent achieves the appropriate playback rate — depending on the @@ -24122,23 +24112,21 @@ interpolate any frames.</p> <p>When the <a href="#direction-of-playback">direction of playback</a> is backwards, any - corresponding audio must be muted. When the <var title="">effective - playback rate</var> is so low or so high that the user agent cannot - play audio usefully, the corresponding audio must also be muted. If - the <var title="">effective playback rate</var> is not 1.0, the user - agent may apply pitch adjustments to the audio as necessary to - render it faithfully.</p> + corresponding audio must be muted. When the <span>effective playback + rate</span> is so low or so high that the user agent cannot play + audio usefully, the corresponding audio must also be muted. If the + <span>effective playback rate</span> is not 1.0, the user agent may + apply pitch adjustments to the audio as necessary to render it + faithfully.</p> <p><a href="#media-element" title="media element">Media elements</a> that are <a href="#potentially-playing">potentially playing</a> while not <a href="#in-a-document">in a <code>Document</code></a> must not play any video, but should play any audio component. Media elements must not stop playing just because all references to them have been removed; only once a media - element to which no references exist has reached a point where no - further audio remains to be played for that element (e.g. because - the element is paused, or because the end of the clip has been - reached, or because its <code title="dom-media-playbackRate"><a href="#dom-media-playbackrate">playbackRate</a></code> is 0.0) may the - element be garbage collected.</p> + element is in a state where no further audio could ever be played by + that element may the element be garbage collected.</p> + <hr><p>When the <a href="#current-playback-position">current playback position</a> of a <a href="#media-element">media element</a> changes (e.g. due to playback or seeking), the user @@ -24175,14 +24163,14 @@ <!--KEEP-START w3c-html--><!--TT--> <li><p>If the time was reached through the usual monotonic increase - of the current playback position during normal playback, and if the - user agent has not fired a <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> event at the + of the <a href="#current-playback-position">current playback position</a> during normal + playback, and if the user agent has not fired a <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> event at the element in the past 15 to 250ms and is not still running event handlers for such an event, then the user agent must <a href="#queue-a-task">queue a - task</a> to <a href="#fire-a-simple-event">fire a simple event</a> named <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> at the - element. (In the other cases, such as explicit seeks, relevant - events get fired as part of the overall process of changing the - current playback position.)</p> + task</a> to <a href="#fire-a-simple-event">fire a simple event</a> named <code title="event-media-timeupdate"><a href="#event-media-timeupdate">timeupdate</a></code> at the element. + (In the other cases, such as explicit seeks, relevant events get + fired as part of the overall process of changing the <a href="#current-playback-position">current + playback position</a>.)</p> <p class="note">The event thus is not to be fired faster than about 66Hz or slower than 4Hz (assuming the event handlers don't take @@ -24201,11 +24189,11 @@ steps.</p></li> <li><p>If the time was reached through the usual monotonic increase - of the current playback position during normal playback, and there - are <a href="#text-track-cue" title="text track cue">cues</a> in <var title="">other - cues</var> that have both their <a href="#text-track-cue-active-flag">text track cue active - flag</a> set and their <a href="#text-track-cue-pause-on-exit-flag">text track cue pause-on-exit - flag</a> set, then immediately <a href="#dom-media-pause" title="dom-media-pause">pause</a> the <a href="#media-element">media + of the <a href="#current-playback-position">current playback position</a> during normal + playback, and there are <a href="#text-track-cue" title="text track cue">cues</a> in + <var title="">other cues</var> that have both their <a href="#text-track-cue-active-flag">text + track cue active flag</a> set and their <a href="#text-track-cue-pause-on-exit-flag">text track cue + pause-on-exit flag</a> set, then immediately <a href="#dom-media-pause" title="dom-media-pause">pause</a> the <a href="#media-element">media element</a>. <!-- "pause" can in theory call load(), but never can it do so as part of this invokation, since we wouldn't be in this algorithm if the media element was empty. So, no need to couch @@ -24432,7 +24420,7 @@ element</a>, in <a href="#tree-order">tree order</a>.</li> <li>Any <a href="#text-track" title="text track">text tracks</a> added using - the <code title="dom-media-addTrack"><a href="#dom-media-addtrack">addTrack()</a></code> method, in + the <code title="dom-media-addTextTrack"><a href="#dom-media-addtexttrack">addTextTrack()</a></code> method, in the order they were added, oldest first.</li> <li>Any <a href="#media-resource-specific-text-track" title="media-resource-specific text @@ -25319,7 +25307,8 @@ </div><hr><pre class="idl">interface <dfn id="mutabletexttrack">MutableTextTrack</dfn> : <a href="#texttrack">TextTrack</a> { void <a href="#dom-mutabletexttrack-addcue" title="dom-MutableTextTrack-addCue">addCue</a>(in <a href="#texttrackcue">TextTrackCue</a> cue); void <a href="#dom-mutabletexttrack-removecue" title="dom-MutableTextTrack-removeCue">removeCue</a>(in <a href="#texttrackcue">TextTrackCue</a> cue); -};</pre><dl class="domintro"><dt><var title="">mutableTextTrack</var> = <var title="">media</var> . <code title="dom-media-addTrack"><a href="#dom-media-addtrack">addTrack</a></code>( <var title="">kind</var> [, <var title="">label</var> [, <var title="">language</var> ] ] )</dt> +};</pre><dl class="domintro"><dt><var title="">mutableTextTrack</var> = <var title="">media</var> . <code title="dom-media-addTextTrack"><a href="#dom-media-addtexttrack">addTextTrack</a></code>( <var title="">kind</var> [, <var title="">label</var> [, <var title="">language</var> ] ] )</dt> + <dd> <p>Creates and returns a new <code><a href="#mutabletexttrack">MutableTextTrack</a></code> object, which is also added to the <a href="#media-element">media element</a>'s <a href="#list-of-text-tracks">list of text tracks</a>.</p> </dd> @@ -25338,7 +25327,7 @@ </dl><div class="impl"> - <p>The <dfn id="dom-media-addtrack" title="dom-media-addTrack"><code>addTrack(<var title="">kind</var>, <var title="">label</var>, <var title="">language</var>)</code></dfn> method of <a href="#media-element" title="media + <p>The <dfn id="dom-media-addtexttrack" title="dom-media-addTextTrack"><code>addTextTrack(<var title="">kind</var>, <var title="">label</var>, <var title="">language</var>)</code></dfn> method of <a href="#media-element" title="media element">media elements</a>, when invoked, must run the following steps:</p> @@ -25448,7 +25437,8 @@ able to run the script at the exact time specified.</p> <pre>var sfx = new Audio('sfx.wav'); -var sounds = a.addTrack('metadata'); +var sounds = a.addTextTrack('metadata'); + // add sounds we care about sounds.addCue(new TextTrackCue('dog bark', 12.783, 13.612, '', '', '', true)); sounds.addCue(new TextTrackCue('kitten mew', 13.612, 15.091, '', '', '', true)); @@ -25653,6 +25643,7 @@ the user (e.g. full-screen video or in an independent resizable window). Other controls may also be made available.</p> + <p>Even when the attribute is absent, however, user agents may provide controls to affect playback of the media resource (e.g. play, pause, seeking, and volume controls), but such features @@ -25957,20 +25948,20 @@ </td><td><code><a href="#event">Event</a></code> </td><td>The <code title="dom-media-seeking"><a href="#dom-media-seeking">seeking</a></code> IDL attribute changed to false. </td><td> - </td></tr><tr><td><dfn id="event-media-timeupdate" title="event-media-timeupdate"><code>timeupdate</code></dfn> - </td><td><code><a href="#event">Event</a></code> - </td><td>The <a href="#current-playback-position">current playback position</a> changed as part of normal playback or in an especially interesting way, for example discontinuously. - </td><td> </td></tr><tr><td><dfn id="event-media-ended" title="event-media-ended"><code>ended</code></dfn> </td><td><code><a href="#event">Event</a></code> </td><td>Playback has stopped because the end of the <a href="#media-resource">media resource</a> was reached. </td><td><code title="dom-media-currentTime"><a href="#dom-media-currenttime">currentTime</a></code> equals the end of the <a href="#media-resource">media resource</a>; <code title="dom-media-ended"><a href="#dom-media-ended">ended</a></code> is true. - </td></tr><tr><td><dfn id="event-media-durationchange" title="event-media-durationchange"><code>durationchange</code></dfn> + + </td></tr></tbody><tbody><tr><td><dfn id="event-media-durationchange" title="event-media-durationchange"><code>durationchange</code></dfn> </td><td><code><a href="#event">Event</a></code> </td><td>The <code title="dom-media-duration"><a href="#dom-media-duration">duration</a></code> attribute has just been updated. </td><td> - - </td></tr></tbody><tbody><tr><td><dfn id="event-media-play" title="event-media-play"><code>play</code></dfn> + </td></tr><tr><td><dfn id="event-media-timeupdate" title="event-media-timeupdate"><code>timeupdate</code></dfn> + </td><td><code><a href="#event">Event</a></code> + </td><td>The <a href="#current-playback-position">current playback position</a> changed as part of normal playback or in an especially interesting way, for example discontinuously. + </td><td> + </td></tr><tr><td><dfn id="event-media-play" title="event-media-play"><code>play</code></dfn> </td><td><code><a href="#event">Event</a></code> </td><td>Playback has begun. Fired after the <code title="dom-media-play"><a href="#dom-media-play">play()</a></code> method has returned, or when the <code title="attr-media-autoplay"><a href="#attr-media-autoplay">autoplay</a></code> attribute has caused playback to begin. </td><td><code title="dom-media-paused"><a href="#dom-media-paused">paused</a></code> is newly false.
Received on Friday, 8 April 2011 19:55:28 UTC