- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 10 May 2011 06:47:16 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv2890 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 tree-construction.html urls.html webappapis.html Log Message: remove the external scripts from the w3c specs [updated by splitter] Index: infrastructure.html =================================================================== RCS file: /sources/public/html5/spec/infrastructure.html,v retrieving revision 1.1070 retrieving revision 1.1071 diff -u -d -r1.1070 -r1.1071 --- infrastructure.html 6 May 2011 20:47:50 -0000 1.1070 +++ infrastructure.html 10 May 2011 06:47:08 -0000 1.1071 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="introduction.html" title="1 Introduction" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> <link href="common-microsyntaxes.html" title="2.5 Common microsyntaxes" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: text-level-semantics.html =================================================================== RCS file: /sources/public/html5/spec/text-level-semantics.html,v retrieving revision 1.1035 retrieving revision 1.1036 diff -u -d -r1.1035 -r1.1036 --- text-level-semantics.html 5 May 2011 07:46:44 -0000 1.1035 +++ text-level-semantics.html 10 May 2011 06:47:12 -0000 1.1036 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="grouping-content.html" title="4.5 Grouping content" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> <link href="edits.html" title="4.7 Edits" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: scripting-1.html =================================================================== RCS file: /sources/public/html5/spec/scripting-1.html,v retrieving revision 1.53 retrieving revision 1.54 diff -u -d -r1.53 -r1.54 --- scripting-1.html 7 May 2011 20:47:19 -0000 1.53 +++ scripting-1.html 10 May 2011 06:47:11 -0000 1.54 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="semantics.html" title="4 The elements of HTML" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> <link href="sections.html" title="4.4 Sections" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: the-map-element.html =================================================================== RCS file: /sources/public/html5/spec/the-map-element.html,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- the-map-element.html 3 May 2011 19:47:21 -0000 1.40 +++ the-map-element.html 10 May 2011 06:47:13 -0000 1.41 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><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"> <link href="tabular-data.html" title="4.9 Tabular data" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: the-canvas-element.html =================================================================== RCS file: /sources/public/html5/spec/the-canvas-element.html,v retrieving revision 1.897 retrieving revision 1.898 diff -u -d -r1.897 -r1.898 --- the-canvas-element.html 6 May 2011 20:47:51 -0000 1.897 +++ the-canvas-element.html 10 May 2011 06:47:13 -0000 1.898 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><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"> <link href="the-map-element.html" title="4.8.12 The map element" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: tabular-data.html =================================================================== RCS file: /sources/public/html5/spec/tabular-data.html,v retrieving revision 1.1026 retrieving revision 1.1027 diff -u -d -r1.1026 -r1.1027 --- tabular-data.html 9 May 2011 22:46:51 -0000 1.1026 +++ tabular-data.html 10 May 2011 06:47:12 -0000 1.1027 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><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"> <link href="forms.html" title="4.10 Forms" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: the-iframe-element.html =================================================================== RCS file: /sources/public/html5/spec/the-iframe-element.html,v retrieving revision 1.53 retrieving revision 1.54 diff -u -d -r1.53 -r1.54 --- the-iframe-element.html 9 May 2011 22:46:52 -0000 1.53 +++ the-iframe-element.html 10 May 2011 06:47:13 -0000 1.54 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="embedded-content-1.html" title="4.8 Embedded content" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> <link href="the-canvas-element.html" title="4.8.11 The canvas element" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: tree-construction.html =================================================================== RCS file: /sources/public/html5/spec/tree-construction.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- tree-construction.html 3 May 2011 22:46:55 -0000 1.3 +++ tree-construction.html 10 May 2011 06:47:14 -0000 1.4 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="tokenization.html" title="8.2.4 Tokenization" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> <link href="the-end.html" title="8.2.6 The end" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: association-of-controls-and-forms.html =================================================================== RCS file: /sources/public/html5/spec/association-of-controls-and-forms.html,v retrieving revision 1.79 retrieving revision 1.80 diff -u -d -r1.79 -r1.80 --- association-of-controls-and-forms.html 6 May 2011 00:47:13 -0000 1.79 +++ association-of-controls-and-forms.html 10 May 2011 06:47:04 -0000 1.80 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><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"> <link href="interactive-elements.html" title="4.11 Interactive elements" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: the-end.html =================================================================== RCS file: /sources/public/html5/spec/the-end.html,v retrieving revision 1.45 retrieving revision 1.46 diff -u -d -r1.45 -r1.46 --- the-end.html 3 May 2011 22:46:54 -0000 1.45 +++ the-end.html 10 May 2011 06:47:13 -0000 1.46 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="tree-construction.html" title="8.2.5 Tree construction" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> <link href="named-character-references.html" title="8.5 Named character references" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: history.html =================================================================== RCS file: /sources/public/html5/spec/history.html,v retrieving revision 1.1046 retrieving revision 1.1047 diff -u -d -r1.1046 -r1.1047 --- history.html 3 May 2011 22:46:53 -0000 1.1046 +++ history.html 10 May 2011 06:47:07 -0000 1.1047 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="origin-0.html" title="5.3 Origin" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> <link href="offline.html" title="5.6 Offline Web applications" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: common-dom-interfaces.html =================================================================== RCS file: /sources/public/html5/spec/common-dom-interfaces.html,v retrieving revision 1.47 retrieving revision 1.48 diff -u -d -r1.47 -r1.48 --- common-dom-interfaces.html 6 May 2011 01:46:57 -0000 1.47 +++ common-dom-interfaces.html 10 May 2011 06:47:04 -0000 1.48 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="fetching-resources.html" title="2.7 Fetching resources" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> <link href="namespaces.html" title="2.9 Namespaces" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: parsing.html =================================================================== RCS file: /sources/public/html5/spec/parsing.html,v retrieving revision 1.59 retrieving revision 1.60 diff -u -d -r1.59 -r1.60 --- parsing.html 4 May 2011 20:47:31 -0000 1.59 +++ parsing.html 10 May 2011 06:47:11 -0000 1.60 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="syntax.html" title="8 The HTML syntax" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> <link href="tokenization.html" title="8.2.4 Tokenization" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: fetching-resources.html =================================================================== RCS file: /sources/public/html5/spec/fetching-resources.html,v retrieving revision 1.46 retrieving revision 1.47 diff -u -d -r1.46 -r1.47 --- fetching-resources.html 9 May 2011 22:46:51 -0000 1.46 +++ fetching-resources.html 10 May 2011 06:47:06 -0000 1.47 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="urls.html" title="2.6 URLs" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> <link href="common-dom-interfaces.html" title="2.8 Common DOM interfaces" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: origin-0.html =================================================================== RCS file: /sources/public/html5/spec/origin-0.html,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- origin-0.html 3 May 2011 19:47:19 -0000 1.32 +++ origin-0.html 10 May 2011 06:47:10 -0000 1.33 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="browsers.html" title="5 Loading Web pages" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> <link href="history.html" title="5.4 Session history and navigation" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: common-input-element-attributes.html =================================================================== RCS file: /sources/public/html5/spec/common-input-element-attributes.html,v retrieving revision 1.43 retrieving revision 1.44 diff -u -d -r1.43 -r1.44 --- common-input-element-attributes.html 6 May 2011 20:47:29 -0000 1.43 +++ common-input-element-attributes.html 10 May 2011 06:47:05 -0000 1.44 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><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"> <link href="the-button-element.html" title="4.10.8 The button element" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: dom.html =================================================================== RCS file: /sources/public/html5/spec/dom.html,v retrieving revision 1.1042 retrieving revision 1.1043 diff -u -d -r1.1042 -r1.1043 --- dom.html 6 May 2011 23:46:46 -0000 1.1042 +++ dom.html 10 May 2011 06:47:05 -0000 1.1043 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="namespaces.html" title="2.9 Namespaces" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> <link href="elements.html" title="3.2 Elements" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: embedded-content-1.html =================================================================== RCS file: /sources/public/html5/spec/embedded-content-1.html,v retrieving revision 1.46 retrieving revision 1.47 diff -u -d -r1.46 -r1.47 --- embedded-content-1.html 9 May 2011 22:46:51 -0000 1.46 +++ embedded-content-1.html 10 May 2011 06:47:06 -0000 1.47 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="edits.html" title="4.7 Edits" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> <link href="the-iframe-element.html" title="4.8.2 The iframe element" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: the-input-element.html =================================================================== RCS file: /sources/public/html5/spec/the-input-element.html,v retrieving revision 1.41 retrieving revision 1.42 diff -u -d -r1.41 -r1.42 --- the-input-element.html 5 May 2011 00:47:40 -0000 1.41 +++ the-input-element.html 10 May 2011 06:47:13 -0000 1.42 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="forms.html" title="4.10 Forms" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> <link href="states-of-the-type-attribute.html" title="4.10.7.1 States of the type attribute" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: rendering.html =================================================================== RCS file: /sources/public/html5/spec/rendering.html,v retrieving revision 1.86 retrieving revision 1.87 diff -u -d -r1.86 -r1.87 --- rendering.html 7 May 2011 20:47:18 -0000 1.86 +++ rendering.html 10 May 2011 06:47:11 -0000 1.87 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="the-xhtml-syntax.html" title="9 The XHTML syntax" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> <link href="obsolete.html" title="11 Obsolete features" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: acknowledgements.html =================================================================== RCS file: /sources/public/html5/spec/acknowledgements.html,v retrieving revision 1.1076 retrieving revision 1.1077 diff -u -d -r1.1076 -r1.1077 --- acknowledgements.html 9 May 2011 22:46:51 -0000 1.1076 +++ acknowledgements.html 10 May 2011 06:47:03 -0000 1.1077 @@ -315,33 +315,11 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="references.html" title="References" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: grouping-content.html =================================================================== RCS file: /sources/public/html5/spec/grouping-content.html,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- grouping-content.html 3 May 2011 19:47:17 -0000 1.39 +++ grouping-content.html 10 May 2011 06:47:07 -0000 1.40 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="sections.html" title="4.4 Sections" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> <link href="text-level-semantics.html" title="4.6 Text-level semantics" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: timers.html =================================================================== RCS file: /sources/public/html5/spec/timers.html,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- timers.html 5 May 2011 00:47:44 -0000 1.36 +++ timers.html 10 May 2011 06:47:14 -0000 1.37 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="webappapis.html" title="6 Web application APIs" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> <link href="editing.html" title="7 User interaction" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: elements.html =================================================================== RCS file: /sources/public/html5/spec/elements.html,v retrieving revision 1.47 retrieving revision 1.48 diff -u -d -r1.47 -r1.48 --- elements.html 4 May 2011 20:47:11 -0000 1.47 +++ elements.html 10 May 2011 06:47:06 -0000 1.48 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><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"> <link href="content-models.html" title="3.2.5 Content models" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: urls.html =================================================================== RCS file: /sources/public/html5/spec/urls.html,v retrieving revision 1.41 retrieving revision 1.42 diff -u -d -r1.41 -r1.42 --- urls.html 9 May 2011 22:46:52 -0000 1.41 +++ urls.html 10 May 2011 06:47:14 -0000 1.42 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="common-microsyntaxes.html" title="2.5 Common microsyntaxes" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> <link href="fetching-resources.html" title="2.7 Fetching resources" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: tokenization.html =================================================================== RCS file: /sources/public/html5/spec/tokenization.html,v retrieving revision 1.73 retrieving revision 1.74 diff -u -d -r1.73 -r1.74 --- tokenization.html 7 May 2011 20:47:35 -0000 1.73 +++ tokenization.html 10 May 2011 06:47:14 -0000 1.74 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="parsing.html" title="8.2 Parsing HTML documents" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> <link href="tree-construction.html" title="8.2.5 Tree construction" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: forms.html =================================================================== RCS file: /sources/public/html5/spec/forms.html,v retrieving revision 1.1028 retrieving revision 1.1029 diff -u -d -r1.1028 -r1.1029 --- forms.html 4 May 2011 22:46:54 -0000 1.1028 +++ forms.html 10 May 2011 06:47:06 -0000 1.1029 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="tabular-data.html" title="4.9 Tabular data" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> <link href="the-input-element.html" title="4.10.7 The input element" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: interactive-elements.html =================================================================== RCS file: /sources/public/html5/spec/interactive-elements.html,v retrieving revision 1.1033 retrieving revision 1.1034 diff -u -d -r1.1033 -r1.1034 --- interactive-elements.html 6 May 2011 22:46:53 -0000 1.1033 +++ interactive-elements.html 10 May 2011 06:47:08 -0000 1.1034 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><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"> <link href="commands.html" title="4.11.5 Commands" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: editing.html =================================================================== RCS file: /sources/public/html5/spec/editing.html,v retrieving revision 1.1037 retrieving revision 1.1038 diff -u -d -r1.1037 -r1.1038 --- editing.html 3 May 2011 22:46:51 -0000 1.1037 +++ editing.html 10 May 2011 06:47:05 -0000 1.1038 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="timers.html" title="6.3 Timers" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> <link href="dnd.html" title="7.7 Drag and drop" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: browsers.html =================================================================== RCS file: /sources/public/html5/spec/browsers.html,v retrieving revision 1.1041 retrieving revision 1.1042 diff -u -d -r1.1041 -r1.1042 --- browsers.html 3 May 2011 22:46:50 -0000 1.1041 +++ browsers.html 10 May 2011 06:47:04 -0000 1.1042 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="links.html" title="4.12 Links" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> <link href="origin-0.html" title="5.3 Origin" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: edits.html =================================================================== RCS file: /sources/public/html5/spec/edits.html,v retrieving revision 1.30 retrieving revision 1.31 diff -u -d -r1.30 -r1.31 --- edits.html 13 Apr 2011 19:46:49 -0000 1.30 +++ edits.html 10 May 2011 06:47:06 -0000 1.31 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><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"> <link href="embedded-content-1.html" title="4.8 Embedded content" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: the-xhtml-syntax.html =================================================================== RCS file: /sources/public/html5/spec/the-xhtml-syntax.html,v retrieving revision 1.1030 retrieving revision 1.1031 diff -u -d -r1.1030 -r1.1031 --- the-xhtml-syntax.html 3 May 2011 20:47:31 -0000 1.1030 +++ the-xhtml-syntax.html 10 May 2011 06:47:13 -0000 1.1031 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><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"> <link href="rendering.html" title="10 Rendering" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: iana.html =================================================================== RCS file: /sources/public/html5/spec/iana.html,v retrieving revision 1.353 retrieving revision 1.354 diff -u -d -r1.353 -r1.354 --- iana.html 13 Apr 2011 19:46:52 -0000 1.353 +++ iana.html 10 May 2011 06:47:07 -0000 1.354 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="obsolete.html" title="11 Obsolete features" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> <link href="index.html" title="Index" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: offline.html =================================================================== RCS file: /sources/public/html5/spec/offline.html,v retrieving revision 1.1028 retrieving revision 1.1029 diff -u -d -r1.1028 -r1.1029 --- offline.html 3 May 2011 19:47:19 -0000 1.1028 +++ offline.html 10 May 2011 06:47:10 -0000 1.1029 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="history.html" title="5.4 Session history and navigation" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> <link href="webappapis.html" title="6 Web application APIs" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: content-models.html =================================================================== RCS file: /sources/public/html5/spec/content-models.html,v retrieving revision 1.68 retrieving revision 1.69 diff -u -d -r1.68 -r1.69 --- content-models.html 9 May 2011 22:46:51 -0000 1.68 +++ content-models.html 10 May 2011 06:47:05 -0000 1.69 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="elements.html" title="3.2 Elements" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> <link href="apis-in-html-documents.html" title="3.3 APIs in HTML documents" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: states-of-the-type-attribute.html =================================================================== RCS file: /sources/public/html5/spec/states-of-the-type-attribute.html,v retrieving revision 1.42 retrieving revision 1.43 diff -u -d -r1.42 -r1.43 --- states-of-the-type-attribute.html 7 May 2011 19:46:56 -0000 1.42 +++ states-of-the-type-attribute.html 10 May 2011 06:47:12 -0000 1.43 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><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"> <link href="number-state.html" title="4.10.7.1.13 Number state" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: apis-in-html-documents.html =================================================================== RCS file: /sources/public/html5/spec/apis-in-html-documents.html,v retrieving revision 1.45 retrieving revision 1.46 diff -u -d -r1.45 -r1.46 --- apis-in-html-documents.html 3 May 2011 22:46:50 -0000 1.45 +++ apis-in-html-documents.html 10 May 2011 06:47:04 -0000 1.46 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="content-models.html" title="3.2.5 Content models" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> <link href="semantics.html" title="4 The elements of HTML" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: obsolete.html =================================================================== RCS file: /sources/public/html5/spec/obsolete.html,v retrieving revision 1.1030 retrieving revision 1.1031 diff -u -d -r1.1030 -r1.1031 --- obsolete.html 5 May 2011 22:46:50 -0000 1.1030 +++ obsolete.html 10 May 2011 06:47:10 -0000 1.1031 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="rendering.html" title="10 Rendering" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> <link href="iana.html" title="12 IANA considerations" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: named-character-references.html =================================================================== RCS file: /sources/public/html5/spec/named-character-references.html,v retrieving revision 1.1009 retrieving revision 1.1010 diff -u -d -r1.1009 -r1.1010 --- named-character-references.html 13 Apr 2011 19:46:54 -0000 1.1009 +++ named-character-references.html 10 May 2011 06:47:09 -0000 1.1010 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="the-end.html" title="8.2.6 The end" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> <link href="the-xhtml-syntax.html" title="9 The XHTML syntax" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: references.html =================================================================== RCS file: /sources/public/html5/spec/references.html,v retrieving revision 1.1044 retrieving revision 1.1045 diff -u -d -r1.1044 -r1.1045 --- references.html 4 May 2011 23:46:56 -0000 1.1044 +++ references.html 10 May 2011 06:47:11 -0000 1.1045 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="index.html" title="Index" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> <link href="acknowledgements.html" title="Acknowledgements" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: semantics.html =================================================================== RCS file: /sources/public/html5/spec/semantics.html,v retrieving revision 1.1055 retrieving revision 1.1056 diff -u -d -r1.1055 -r1.1056 --- semantics.html 9 May 2011 22:46:51 -0000 1.1055 +++ semantics.html 10 May 2011 06:47:11 -0000 1.1056 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><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"> <link href="scripting-1.html" title="4.3 Scripting" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: index.html =================================================================== RCS file: /sources/public/html5/spec/index.html,v retrieving revision 1.1049 retrieving revision 1.1050 diff -u -d -r1.1049 -r1.1050 --- index.html 6 May 2011 23:46:48 -0000 1.1049 +++ index.html 10 May 2011 06:47:08 -0000 1.1050 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="iana.html" title="12 IANA considerations" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> <link href="references.html" title="References" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: the-button-element.html =================================================================== RCS file: /sources/public/html5/spec/the-button-element.html,v retrieving revision 1.64 retrieving revision 1.65 diff -u -d -r1.64 -r1.65 --- the-button-element.html 7 May 2011 19:46:56 -0000 1.64 +++ the-button-element.html 10 May 2011 06:47:12 -0000 1.65 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><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"> <link href="association-of-controls-and-forms.html" title="4.10.18 Association of controls and forms" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: dnd.html =================================================================== RCS file: /sources/public/html5/spec/dnd.html,v retrieving revision 1.57 retrieving revision 1.58 diff -u -d -r1.57 -r1.58 --- dnd.html 6 May 2011 20:47:38 -0000 1.57 +++ dnd.html 10 May 2011 06:47:05 -0000 1.58 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="editing.html" title="7 User interaction" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> <link href="syntax.html" title="8 The HTML syntax" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: links.html =================================================================== RCS file: /sources/public/html5/spec/links.html,v retrieving revision 1.67 retrieving revision 1.68 diff -u -d -r1.67 -r1.68 --- links.html 6 May 2011 20:47:50 -0000 1.67 +++ links.html 10 May 2011 06:47:09 -0000 1.68 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="commands.html" title="4.11.5 Commands" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> <link href="browsers.html" title="5 Loading Web pages" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1488 retrieving revision 1.1489 diff -u -d -r1.1488 -r1.1489 --- spec.html 9 May 2011 22:46:51 -0000 1.1488 +++ spec.html 10 May 2011 06:47:11 -0000 1.1489 @@ -315,36 +315,14 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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="editor-s-draft-9-may-2011">Editor's Draft 9 May 2011</h2> + <h2 class="no-num no-toc" id="editor-s-draft-10-may-2011">Editor's Draft 10 May 2011</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> @@ -367,7 +345,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.4926. +This is revision 1.4927. </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 @@ -487,7 +465,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 9 May 2011 Editor's Draft. + This specification is the 10 May 2011 Editor's Draft. </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 Index: number-state.html =================================================================== RCS file: /sources/public/html5/spec/number-state.html,v retrieving revision 1.47 retrieving revision 1.48 diff -u -d -r1.47 -r1.48 --- number-state.html 7 May 2011 19:46:55 -0000 1.47 +++ number-state.html 10 May 2011 06:47:10 -0000 1.48 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><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"> <link href="common-input-element-attributes.html" title="4.10.7.2 Common input element attributes" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: sections.html =================================================================== RCS file: /sources/public/html5/spec/sections.html,v retrieving revision 1.41 retrieving revision 1.42 diff -u -d -r1.41 -r1.42 --- sections.html 6 May 2011 00:47:21 -0000 1.41 +++ sections.html 10 May 2011 06:47:11 -0000 1.42 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="scripting-1.html" title="4.3 Scripting" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> <link href="grouping-content.html" title="4.5 Grouping content" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: namespaces.html =================================================================== RCS file: /sources/public/html5/spec/namespaces.html,v retrieving revision 1.30 retrieving revision 1.31 diff -u -d -r1.30 -r1.31 --- namespaces.html 13 Apr 2011 19:46:54 -0000 1.30 +++ namespaces.html 10 May 2011 06:47:10 -0000 1.31 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><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"> <link href="dom.html" title="3 Semantics, structure, and APIs of HTML documents" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: introduction.html =================================================================== RCS file: /sources/public/html5/spec/introduction.html,v retrieving revision 1.1034 retrieving revision 1.1035 diff -u -d -r1.1034 -r1.1035 --- introduction.html 6 May 2011 01:46:57 -0000 1.1034 +++ introduction.html 10 May 2011 06:47:08 -0000 1.1035 @@ -315,33 +315,11 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="spec.html#contents" title="Table of contents" rel="index"> <link href="infrastructure.html" title="2 Common infrastructure" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: commands.html =================================================================== RCS file: /sources/public/html5/spec/commands.html,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- commands.html 3 May 2011 19:47:13 -0000 1.32 +++ commands.html 10 May 2011 06:47:04 -0000 1.33 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="interactive-elements.html" title="4.11 Interactive elements" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> <link href="links.html" title="4.12 Links" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: syntax.html =================================================================== RCS file: /sources/public/html5/spec/syntax.html,v retrieving revision 1.1038 retrieving revision 1.1039 diff -u -d -r1.1038 -r1.1039 --- syntax.html 7 May 2011 20:47:31 -0000 1.1038 +++ syntax.html 10 May 2011 06:47:12 -0000 1.1039 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="dnd.html" title="7.7 Drag and drop" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> <link href="parsing.html" title="8.2 Parsing HTML documents" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: webappapis.html =================================================================== RCS file: /sources/public/html5/spec/webappapis.html,v retrieving revision 1.171 retrieving revision 1.172 diff -u -d -r1.171 -r1.172 --- webappapis.html 6 May 2011 20:47:51 -0000 1.171 +++ webappapis.html 10 May 2011 06:47:14 -0000 1.172 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="offline.html" title="5.6 Offline Web applications" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> <link href="timers.html" title="6.3 Timers" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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> Index: common-microsyntaxes.html =================================================================== RCS file: /sources/public/html5/spec/common-microsyntaxes.html,v retrieving revision 1.44 retrieving revision 1.45 diff -u -d -r1.44 -r1.45 --- common-microsyntaxes.html 8 May 2011 00:47:16 -0000 1.44 +++ common-microsyntaxes.html 10 May 2011 06:47:05 -0000 1.45 @@ -315,34 +315,12 @@ } return null; } - function load(script) { - var e = document.createElement('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() { - if (location.search == '?slow-browser') - return; - var configUI = document.createElement('div'); - configUI.id = 'configUI'; - document.body.appendChild(configUI); - // load('reviewer.js'); // would need cross-site XHR - if (document.getElementById('head')) - load('toc.js'); - load('styler.js'); - // load('updater.js'); // would need cross-site XHR - load('dfn.js'); // doesn't support split-out specs, but, oh well. - // load('status.js'); // would need cross-site XHR - if (getCookie('profile') == '1') - document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; - fixBrokenLink(); - } </script> <script src="link-fixup.js"></script> <link href="style.css" rel="stylesheet"><link href="infrastructure.html" title="2 Common infrastructure" rel="prev"> <link href="spec.html#contents" title="Table of contents" rel="index"> <link href="urls.html" title="2.6 URLs" rel="next"> - </head><body onload="fixBrokenLink(); init()"><div class="head" id="head"> + </head><body><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>
Received on Tuesday, 10 May 2011 06:47:22 UTC