- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 18 Oct 2010 06:16:54 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv23522 Modified Files: acknowledgements.html apis-in-html-documents.html association-of-controls-and-forms.html browsers.html commands.html common-dom-interfaces.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 fetching-resources.html forms.html grouping-content.html history.html iana.html index.html infrastructure.html interactive-elements.html introduction.html links.html named-character-references.html namespaces.html number-state.html obsolete.html offline.html origin-0.html parsing.html references.html rendering.html scripting-1.html sections.html semantics.html spec.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-end.html the-iframe-element.html the-input-element.html the-map-element.html the-xhtml-syntax.html timers.html tokenization.html urls.html video.html webappapis.html Log Message: wd delayed [updated by splitter] Index: infrastructure.html =================================================================== RCS file: /sources/public/html5/spec/infrastructure.html,v retrieving revision 1.1031 retrieving revision 1.1032 diff -u -d -r1.1031 -r1.1032 --- infrastructure.html 15 Oct 2010 21:46:46 -0000 1.1031 +++ infrastructure.html 18 Oct 2010 06:16:48 -0000 1.1032 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="introduction.html" title="1 Introduction" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: text-level-semantics.html =================================================================== RCS file: /sources/public/html5/spec/text-level-semantics.html,v retrieving revision 1.1012 retrieving revision 1.1013 diff -u -d -r1.1012 -r1.1013 --- text-level-semantics.html 15 Oct 2010 21:46:49 -0000 1.1012 +++ text-level-semantics.html 18 Oct 2010 06:16:51 -0000 1.1013 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="grouping-content.html" title="4.5 Grouping content" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: scripting-1.html =================================================================== RCS file: /sources/public/html5/spec/scripting-1.html,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- scripting-1.html 15 Oct 2010 21:46:48 -0000 1.29 +++ scripting-1.html 18 Oct 2010 06:16:50 -0000 1.30 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="semantics.html" title="4 The elements of HTML" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: the-map-element.html =================================================================== RCS file: /sources/public/html5/spec/the-map-element.html,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- the-map-element.html 15 Oct 2010 21:46:49 -0000 1.25 +++ the-map-element.html 18 Oct 2010 06:16:51 -0000 1.26 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="the-canvas-element.html" title="4.8.11 The canvas element" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: the-canvas-element.html =================================================================== RCS file: /sources/public/html5/spec/the-canvas-element.html,v retrieving revision 1.875 retrieving revision 1.876 diff -u -d -r1.875 -r1.876 --- the-canvas-element.html 15 Oct 2010 21:46:49 -0000 1.875 +++ the-canvas-element.html 18 Oct 2010 06:16:51 -0000 1.876 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="video.html" title="4.8.6 The video element" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: tabular-data.html =================================================================== RCS file: /sources/public/html5/spec/tabular-data.html,v retrieving revision 1.1002 retrieving revision 1.1003 diff -u -d -r1.1002 -r1.1003 --- tabular-data.html 15 Oct 2010 21:46:49 -0000 1.1002 +++ tabular-data.html 18 Oct 2010 06:16:51 -0000 1.1003 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="the-map-element.html" title="4.8.12 The map element" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: the-iframe-element.html =================================================================== RCS file: /sources/public/html5/spec/the-iframe-element.html,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- the-iframe-element.html 15 Oct 2010 21:46:49 -0000 1.26 +++ the-iframe-element.html 18 Oct 2010 06:16:51 -0000 1.27 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="embedded-content-1.html" title="4.8 Embedded content" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: association-of-controls-and-forms.html =================================================================== RCS file: /sources/public/html5/spec/association-of-controls-and-forms.html,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- association-of-controls-and-forms.html 15 Oct 2010 21:46:42 -0000 1.40 +++ association-of-controls-and-forms.html 18 Oct 2010 06:16:46 -0000 1.41 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="the-button-element.html" title="4.10.8 The button element" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: the-end.html =================================================================== RCS file: /sources/public/html5/spec/the-end.html,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- the-end.html 15 Oct 2010 23:16:42 -0000 1.19 +++ the-end.html 18 Oct 2010 06:16:51 -0000 1.20 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="tokenization.html" title="8.2.4 Tokenization" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: history.html =================================================================== RCS file: /sources/public/html5/spec/history.html,v retrieving revision 1.1013 retrieving revision 1.1014 diff -u -d -r1.1013 -r1.1014 --- history.html 15 Oct 2010 21:46:46 -0000 1.1013 +++ history.html 18 Oct 2010 06:16:48 -0000 1.1014 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="origin-0.html" title="5.3 Origin" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: common-dom-interfaces.html =================================================================== RCS file: /sources/public/html5/spec/common-dom-interfaces.html,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- common-dom-interfaces.html 15 Oct 2010 21:46:42 -0000 1.26 +++ common-dom-interfaces.html 18 Oct 2010 06:16:47 -0000 1.27 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="fetching-resources.html" title="2.7 Fetching resources" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: parsing.html =================================================================== RCS file: /sources/public/html5/spec/parsing.html,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- parsing.html 15 Oct 2010 23:16:41 -0000 1.35 +++ parsing.html 18 Oct 2010 06:16:50 -0000 1.36 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="syntax.html" title="8 The HTML syntax" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: fetching-resources.html =================================================================== RCS file: /sources/public/html5/spec/fetching-resources.html,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- fetching-resources.html 15 Oct 2010 21:46:43 -0000 1.22 +++ fetching-resources.html 18 Oct 2010 06:16:48 -0000 1.23 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="urls.html" title="2.6 URLs" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: origin-0.html =================================================================== RCS file: /sources/public/html5/spec/origin-0.html,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- origin-0.html 15 Oct 2010 21:46:47 -0000 1.14 +++ origin-0.html 18 Oct 2010 06:16:49 -0000 1.15 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="browsers.html" title="5 Loading Web pages" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: common-input-element-attributes.html =================================================================== RCS file: /sources/public/html5/spec/common-input-element-attributes.html,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- common-input-element-attributes.html 15 Oct 2010 21:46:42 -0000 1.20 +++ common-input-element-attributes.html 18 Oct 2010 06:16:47 -0000 1.21 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="number-state.html" title="4.10.7.1.13 Number state" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: dom.html =================================================================== RCS file: /sources/public/html5/spec/dom.html,v retrieving revision 1.1020 retrieving revision 1.1021 diff -u -d -r1.1020 -r1.1021 --- dom.html 15 Oct 2010 21:46:43 -0000 1.1020 +++ dom.html 18 Oct 2010 06:16:47 -0000 1.1021 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="namespaces.html" title="2.9 Namespaces" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: embedded-content-1.html =================================================================== RCS file: /sources/public/html5/spec/embedded-content-1.html,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- embedded-content-1.html 15 Oct 2010 21:46:43 -0000 1.25 +++ embedded-content-1.html 18 Oct 2010 06:16:48 -0000 1.26 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="edits.html" title="4.7 Edits" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: the-input-element.html =================================================================== RCS file: /sources/public/html5/spec/the-input-element.html,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- the-input-element.html 15 Oct 2010 21:46:49 -0000 1.21 +++ the-input-element.html 18 Oct 2010 06:16:51 -0000 1.22 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="forms.html" title="4.10 Forms" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: rendering.html =================================================================== RCS file: /sources/public/html5/spec/rendering.html,v retrieving revision 1.44 retrieving revision 1.45 diff -u -d -r1.44 -r1.45 --- rendering.html 15 Oct 2010 22:16:32 -0000 1.44 +++ rendering.html 18 Oct 2010 06:16:50 -0000 1.45 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="the-xhtml-syntax.html" title="9 The XHTML syntax" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: acknowledgements.html =================================================================== RCS file: /sources/public/html5/spec/acknowledgements.html,v retrieving revision 1.1044 retrieving revision 1.1045 diff -u -d -r1.1044 -r1.1045 --- acknowledgements.html 15 Oct 2010 21:46:42 -0000 1.1044 +++ acknowledgements.html 18 Oct 2010 06:16:46 -0000 1.1045 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="references.html" title="References" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: grouping-content.html =================================================================== RCS file: /sources/public/html5/spec/grouping-content.html,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- grouping-content.html 15 Oct 2010 21:46:46 -0000 1.19 +++ grouping-content.html 18 Oct 2010 06:16:48 -0000 1.20 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="sections.html" title="4.4 Sections" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: timers.html =================================================================== RCS file: /sources/public/html5/spec/timers.html,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- timers.html 15 Oct 2010 21:46:50 -0000 1.19 +++ timers.html 18 Oct 2010 06:16:52 -0000 1.20 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="webappapis.html" title="6 Web application APIs" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: elements.html =================================================================== RCS file: /sources/public/html5/spec/elements.html,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- elements.html 15 Oct 2010 21:46:43 -0000 1.25 +++ elements.html 18 Oct 2010 06:16:47 -0000 1.26 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="dom.html" title="3 Semantics, structure, and APIs of HTML documents" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: urls.html =================================================================== RCS file: /sources/public/html5/spec/urls.html,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- urls.html 15 Oct 2010 21:46:50 -0000 1.20 +++ urls.html 18 Oct 2010 06:16:52 -0000 1.21 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="common-microsyntaxes.html" title="2.5 Common microsyntaxes" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: tokenization.html =================================================================== RCS file: /sources/public/html5/spec/tokenization.html,v retrieving revision 1.45 retrieving revision 1.46 diff -u -d -r1.45 -r1.46 --- tokenization.html 15 Oct 2010 23:16:42 -0000 1.45 +++ tokenization.html 18 Oct 2010 06:16:52 -0000 1.46 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="parsing.html" title="8.2 Parsing HTML documents" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: forms.html =================================================================== RCS file: /sources/public/html5/spec/forms.html,v retrieving revision 1.1011 retrieving revision 1.1012 diff -u -d -r1.1011 -r1.1012 --- forms.html 15 Oct 2010 21:46:43 -0000 1.1011 +++ forms.html 18 Oct 2010 06:16:48 -0000 1.1012 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="tabular-data.html" title="4.9 Tabular data" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: interactive-elements.html =================================================================== RCS file: /sources/public/html5/spec/interactive-elements.html,v retrieving revision 1.1012 retrieving revision 1.1013 diff -u -d -r1.1012 -r1.1013 --- interactive-elements.html 15 Oct 2010 21:46:46 -0000 1.1012 +++ interactive-elements.html 18 Oct 2010 06:16:48 -0000 1.1013 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="association-of-controls-and-forms.html" title="4.10.18 Association of controls and forms" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: editing.html =================================================================== RCS file: /sources/public/html5/spec/editing.html,v retrieving revision 1.1013 retrieving revision 1.1014 diff -u -d -r1.1013 -r1.1014 --- editing.html 15 Oct 2010 21:46:43 -0000 1.1013 +++ editing.html 18 Oct 2010 06:16:47 -0000 1.1014 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="timers.html" title="6.2 Timers" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: video.html =================================================================== RCS file: /sources/public/html5/spec/video.html,v retrieving revision 1.895 retrieving revision 1.896 diff -u -d -r1.895 -r1.896 --- video.html 15 Oct 2010 21:46:50 -0000 1.895 +++ video.html 18 Oct 2010 06:16:52 -0000 1.896 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="the-iframe-element.html" title="4.8.2 The iframe element" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: browsers.html =================================================================== RCS file: /sources/public/html5/spec/browsers.html,v retrieving revision 1.1016 retrieving revision 1.1017 diff -u -d -r1.1016 -r1.1017 --- browsers.html 15 Oct 2010 21:46:42 -0000 1.1016 +++ browsers.html 18 Oct 2010 06:16:47 -0000 1.1017 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="links.html" title="4.12 Links" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: edits.html =================================================================== RCS file: /sources/public/html5/spec/edits.html,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- edits.html 15 Oct 2010 21:46:43 -0000 1.16 +++ edits.html 18 Oct 2010 06:16:47 -0000 1.17 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="text-level-semantics.html" title="4.6 Text-level semantics" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: the-xhtml-syntax.html =================================================================== RCS file: /sources/public/html5/spec/the-xhtml-syntax.html,v retrieving revision 1.1010 retrieving revision 1.1011 diff -u -d -r1.1010 -r1.1011 --- the-xhtml-syntax.html 15 Oct 2010 21:46:49 -0000 1.1010 +++ the-xhtml-syntax.html 18 Oct 2010 06:16:51 -0000 1.1011 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="named-character-references.html" title="8.5 Named character references" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: iana.html =================================================================== RCS file: /sources/public/html5/spec/iana.html,v retrieving revision 1.338 retrieving revision 1.339 diff -u -d -r1.338 -r1.339 --- iana.html 15 Oct 2010 21:46:46 -0000 1.338 +++ iana.html 18 Oct 2010 06:16:48 -0000 1.339 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="obsolete.html" title="11 Obsolete features" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: offline.html =================================================================== RCS file: /sources/public/html5/spec/offline.html,v retrieving revision 1.1009 retrieving revision 1.1010 diff -u -d -r1.1009 -r1.1010 --- offline.html 15 Oct 2010 21:46:47 -0000 1.1009 +++ offline.html 18 Oct 2010 06:16:49 -0000 1.1010 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="history.html" title="5.4 Session history and navigation" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: content-models.html =================================================================== RCS file: /sources/public/html5/spec/content-models.html,v retrieving revision 1.33 retrieving revision 1.34 diff -u -d -r1.33 -r1.34 --- content-models.html 15 Oct 2010 21:46:43 -0000 1.33 +++ content-models.html 18 Oct 2010 06:16:47 -0000 1.34 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="elements.html" title="3.2 Elements" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: states-of-the-type-attribute.html =================================================================== RCS file: /sources/public/html5/spec/states-of-the-type-attribute.html,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- states-of-the-type-attribute.html 15 Oct 2010 21:46:48 -0000 1.19 +++ states-of-the-type-attribute.html 18 Oct 2010 06:16:50 -0000 1.20 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="the-input-element.html" title="4.10.7 The input element" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: apis-in-html-documents.html =================================================================== RCS file: /sources/public/html5/spec/apis-in-html-documents.html,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- apis-in-html-documents.html 15 Oct 2010 21:46:42 -0000 1.21 +++ apis-in-html-documents.html 18 Oct 2010 06:16:46 -0000 1.22 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="content-models.html" title="3.2.5 Content models" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: obsolete.html =================================================================== RCS file: /sources/public/html5/spec/obsolete.html,v retrieving revision 1.1007 retrieving revision 1.1008 diff -u -d -r1.1007 -r1.1008 --- obsolete.html 15 Oct 2010 21:46:47 -0000 1.1007 +++ obsolete.html 18 Oct 2010 06:16:49 -0000 1.1008 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="rendering.html" title="10 Rendering" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: named-character-references.html =================================================================== RCS file: /sources/public/html5/spec/named-character-references.html,v retrieving revision 1.995 retrieving revision 1.996 diff -u -d -r1.995 -r1.996 --- named-character-references.html 15 Oct 2010 21:46:47 -0000 1.995 +++ named-character-references.html 18 Oct 2010 06:16:49 -0000 1.996 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="the-end.html" title="8.2.6 The end" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: references.html =================================================================== RCS file: /sources/public/html5/spec/references.html,v retrieving revision 1.1016 retrieving revision 1.1017 diff -u -d -r1.1016 -r1.1017 --- references.html 15 Oct 2010 21:46:47 -0000 1.1016 +++ references.html 18 Oct 2010 06:16:50 -0000 1.1017 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="index.html" title="Index" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: semantics.html =================================================================== RCS file: /sources/public/html5/spec/semantics.html,v retrieving revision 1.1027 retrieving revision 1.1028 diff -u -d -r1.1027 -r1.1028 --- semantics.html 15 Oct 2010 21:46:48 -0000 1.1027 +++ semantics.html 18 Oct 2010 06:16:50 -0000 1.1028 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="apis-in-html-documents.html" title="3.3 APIs in HTML documents" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: index.html =================================================================== RCS file: /sources/public/html5/spec/index.html,v retrieving revision 1.1019 retrieving revision 1.1020 diff -u -d -r1.1019 -r1.1020 --- index.html 15 Oct 2010 21:46:46 -0000 1.1019 +++ index.html 18 Oct 2010 06:16:48 -0000 1.1020 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="iana.html" title="12 IANA considerations" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: the-button-element.html =================================================================== RCS file: /sources/public/html5/spec/the-button-element.html,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- the-button-element.html 15 Oct 2010 21:46:49 -0000 1.34 +++ the-button-element.html 18 Oct 2010 06:16:51 -0000 1.35 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="common-input-element-attributes.html" title="4.10.7.2 Common input element attributes" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: dnd.html =================================================================== RCS file: /sources/public/html5/spec/dnd.html,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- dnd.html 15 Oct 2010 21:46:43 -0000 1.27 +++ dnd.html 18 Oct 2010 06:16:47 -0000 1.28 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="editing.html" title="7 User interaction" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: links.html =================================================================== RCS file: /sources/public/html5/spec/links.html,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- links.html 15 Oct 2010 21:46:46 -0000 1.34 +++ links.html 18 Oct 2010 06:16:49 -0000 1.35 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="commands.html" title="4.11.5 Commands" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1306 retrieving revision 1.1307 diff -u -d -r1.1306 -r1.1307 --- spec.html 15 Oct 2010 23:16:42 -0000 1.1306 +++ spec.html 18 Oct 2010 06:16:50 -0000 1.1307 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,17 +318,15 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> </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</h1> <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2> - <h2 class="no-num no-toc" id="w3c-working-draft-12-october-2010">W3C Working Draft 12 October 2010</h2> - <dl><dt>This Version:</dt> - <dd><a href="http://www.w3.org/TR/2010/WD-html5-20101012/">http://www.w3.org/TR/2010/WD-html5-20101012/</a></dd> - <dt>Latest Published Version:</dt> + <h2 class="no-num no-toc" id="editor-s-draft-18-october-2010">Editor's Draft 18 October 2010</h2> + <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd> <dt>Latest Editor's Draft:</dt> <dd><a class="latest-link" href="http://dev.w3.org/html5/spec/Overview.html">http://dev.w3.org/html5/spec/Overview.html</a></dd> @@ -368,7 +346,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">web developer edition</a>. -This is revision 1.4514. +This is revision 1.4515. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><abbr title="World Wide @@ -462,7 +440,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 12 October 2010 LC. + This specification is the 18 October 2010 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: number-state.html =================================================================== RCS file: /sources/public/html5/spec/number-state.html,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- number-state.html 15 Oct 2010 21:46:47 -0000 1.21 +++ number-state.html 18 Oct 2010 06:16:49 -0000 1.22 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="states-of-the-type-attribute.html" title="4.10.7.1 States of the type attribute" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: sections.html =================================================================== RCS file: /sources/public/html5/spec/sections.html,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- sections.html 15 Oct 2010 21:46:48 -0000 1.20 +++ sections.html 18 Oct 2010 06:16:50 -0000 1.21 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="scripting-1.html" title="4.3 Scripting" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: namespaces.html =================================================================== RCS file: /sources/public/html5/spec/namespaces.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- namespaces.html 15 Oct 2010 21:46:47 -0000 1.15 +++ namespaces.html 18 Oct 2010 06:16:49 -0000 1.16 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="common-dom-interfaces.html" title="2.8 Common DOM interfaces" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: introduction.html =================================================================== RCS file: /sources/public/html5/spec/introduction.html,v retrieving revision 1.1012 retrieving revision 1.1013 diff -u -d -r1.1012 -r1.1013 --- introduction.html 15 Oct 2010 21:46:46 -0000 1.1012 +++ introduction.html 18 Oct 2010 06:16:48 -0000 1.1013 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="spec.html#contents" title="Table of contents" rel="index"> <link href="infrastructure.html" title="2 Common infrastructure" rel="next"> @@ -456,12 +436,13 @@ the specification under the W3C copyright, while keeping a version with the less restrictive license on the WHATWG site.</p><p>Since then, both groups have been working together.</p><!--w3c-html--><!--VERSION--><p>The <a href="http://www.whatwg.org/specs/web-apps/current-work/">HTML specification</a> published by the WHATWG is not identical to - this specification. At the time of this publication, the main - differences were that the WHATWG version included features not - included in this W3C version: some features have been omitted, but - may be considered for future revisions of HTML beyond HTML5; and - other features were omitted because at the W3C they are published as - separate specifications.</p><!--w3c-html--><!--VERSION--><p>A separate document has been published by the W3C HTML working + this specification. The main differences are that the WHATWG version + includes features not included in this W3C version: some features + have been omitted as they are considered part of future revisions of + HTML, not HTML5; and other features are omitted because at the W3C + they are published as separate specifications. There are also some + minor differences. For an exact list of differences, please see the + WHATWG specification.</p><!--w3c-html--><!--VERSION--><p>A separate document has been published by the W3C HTML working group to document the differences between this specification and the language described in the HTML4 specification. <a href="references.html#refsHTMLDIFF">[HTMLDIFF]</a></p><h3 id="design-notes"><span class="secno">1.5 </span>Design notes</h3><p><i>This section is non-normative.</i></p><p>It must be admitted that many aspects of HTML appear at first glance to be nonsensical and inconsistent.</p><p>HTML, its supporting DOM APIs, as well as many of its supporting Index: commands.html =================================================================== RCS file: /sources/public/html5/spec/commands.html,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- commands.html 15 Oct 2010 21:46:42 -0000 1.17 +++ commands.html 18 Oct 2010 06:16:47 -0000 1.18 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="interactive-elements.html" title="4.11 Interactive elements" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: syntax.html =================================================================== RCS file: /sources/public/html5/spec/syntax.html,v retrieving revision 1.1016 retrieving revision 1.1017 diff -u -d -r1.1016 -r1.1017 --- syntax.html 15 Oct 2010 21:46:48 -0000 1.1016 +++ syntax.html 18 Oct 2010 06:16:50 -0000 1.1017 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="dnd.html" title="7.7 Drag and drop" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: webappapis.html =================================================================== RCS file: /sources/public/html5/spec/webappapis.html,v retrieving revision 1.139 retrieving revision 1.140 diff -u -d -r1.139 -r1.140 --- webappapis.html 15 Oct 2010 21:46:50 -0000 1.139 +++ webappapis.html 18 Oct 2010 06:16:52 -0000 1.140 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="offline.html" title="5.6 Offline Web applications" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> Index: common-microsyntaxes.html =================================================================== RCS file: /sources/public/html5/spec/common-microsyntaxes.html,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- common-microsyntaxes.html 15 Oct 2010 21:46:42 -0000 1.24 +++ common-microsyntaxes.html 18 Oct 2010 06:16:47 -0000 1.25 @@ -189,26 +189,6 @@ fieldset > legend * + { margin-top: 0; } fieldset > :last-child { margin-bottom: 0; } - .latest-link::after { - position: fixed; - bottom: 0; - left: 0; right: 0; - margin: 0 auto 0 auto; - width: 50%; - background: maroon; color: yellow; - -webkit-border-radius: 1em 1em 0 0; - -moz-border-radius: 1em 1em 0 0; - border-radius: 1em 1em 0 0; - -moz-box-shadow: 0 0 1em #500; - -webkit-box-shadow: 0 0 1em #500; - box-shadow: 0 0 1em silver; - padding: 0.5em 1em; - text-align: center; - text-decoration: underline; - white-space: pre-wrap; - content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.'; - } - </style><style type="text/css"> .applies thead th > * { display: block; } @@ -318,7 +298,7 @@ } function load(script) { var e = document.createElement('script'); - e.setAttribute('src', script); + e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer)); document.body.appendChild(e); } function init() { @@ -338,7 +318,7 @@ document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; fixBrokenLink(); } - </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"> + </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"> <script src="link-fixup.js"></script> <link href="infrastructure.html" title="2 Common infrastructure" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index">
Received on Monday, 18 October 2010 06:16:59 UTC