- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 07 Dec 2009 06:26:46 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv27225
Modified Files:
Overview.html acknowledgements.html browsers.html comms.html
dom.html editing.html embedded-content-0.html forms.html
history.html index.html infrastructure.html
interactive-elements.html introduction.html microdata.html
named-character-references.html obsolete.html offline.html
references.html semantics.html spec.html syntax.html
tabular-data.html text-level-semantics.html
the-canvas-element.html the-xhtml-syntax.html video.html
Log Message:
Remove a bogus sentence from the WebSocket protocol URL parsing section; and some minor editorial tweaks (whatwg r4410)
[updated by splitter]
Index: infrastructure.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/infrastructure.html,v
retrieving revision 1.518
retrieving revision 1.519
diff -u -d -r1.518 -r1.519
--- infrastructure.html 6 Dec 2009 08:26:26 -0000 1.518
+++ infrastructure.html 7 Dec 2009 06:26:40 -0000 1.519
@@ -237,7 +237,7 @@
}
function load(script) {
var e = document.createElement('script');
- e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + document.referrer);
+ e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer));
document.body.appendChild(e);
}
function init() {
@@ -251,8 +251,7 @@
load('toc.js');
load('styler.js');
// load('updater.js'); // would need cross-site XHR
- if (document.getElementById('head'))
- load('dfn.js');
+ load('dfn.js');
// load('status.js'); // would need cross-site XHR
if (getCookie('profile') == '1')
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
@@ -265,7 +264,7 @@
<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>
-<p>This is revision 1.3524.</p>
+<p>This is revision 1.3525.</p>
</div><div>
<a href="introduction.html">← 1 Introduction</a> –
Index: text-level-semantics.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/text-level-semantics.html,v
retrieving revision 1.514
retrieving revision 1.515
diff -u -d -r1.514 -r1.515
--- text-level-semantics.html 6 Dec 2009 08:26:27 -0000 1.514
+++ text-level-semantics.html 7 Dec 2009 06:26:43 -0000 1.515
@@ -237,7 +237,7 @@
}
function load(script) {
var e = document.createElement('script');
- e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + document.referrer);
+ e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer));
document.body.appendChild(e);
}
function init() {
@@ -251,8 +251,7 @@
load('toc.js');
load('styler.js');
// load('updater.js'); // would need cross-site XHR
- if (document.getElementById('head'))
- load('dfn.js');
+ load('dfn.js');
// load('status.js'); // would need cross-site XHR
if (getCookie('profile') == '1')
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
@@ -265,7 +264,7 @@
<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>
-<p>This is revision 1.3524.</p>
+<p>This is revision 1.3525.</p>
</div><div>
<a href="semantics.html">← 4 The elements of HTML</a> –
Index: history.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/history.html,v
retrieving revision 1.518
retrieving revision 1.519
diff -u -d -r1.518 -r1.519
--- history.html 6 Dec 2009 08:26:26 -0000 1.518
+++ history.html 7 Dec 2009 06:26:40 -0000 1.519
@@ -237,7 +237,7 @@
}
function load(script) {
var e = document.createElement('script');
- e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + document.referrer);
+ e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer));
document.body.appendChild(e);
}
function init() {
@@ -251,8 +251,7 @@
load('toc.js');
load('styler.js');
// load('updater.js'); // would need cross-site XHR
- if (document.getElementById('head'))
- load('dfn.js');
+ load('dfn.js');
// load('status.js'); // would need cross-site XHR
if (getCookie('profile') == '1')
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
@@ -265,7 +264,7 @@
<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>
-<p>This is revision 1.3524.</p>
+<p>This is revision 1.3525.</p>
</div><div>
<a href="offline.html">← 6.7 Offline Web applications</a> –
Index: tabular-data.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/tabular-data.html,v
retrieving revision 1.515
retrieving revision 1.516
diff -u -d -r1.515 -r1.516
--- tabular-data.html 6 Dec 2009 08:26:27 -0000 1.515
+++ tabular-data.html 7 Dec 2009 06:26:43 -0000 1.516
@@ -237,7 +237,7 @@
}
function load(script) {
var e = document.createElement('script');
- e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + document.referrer);
+ e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer));
document.body.appendChild(e);
}
function init() {
@@ -251,8 +251,7 @@
load('toc.js');
load('styler.js');
// load('updater.js'); // would need cross-site XHR
- if (document.getElementById('head'))
- load('dfn.js');
+ load('dfn.js');
// load('status.js'); // would need cross-site XHR
if (getCookie('profile') == '1')
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
@@ -265,7 +264,7 @@
<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>
-<p>This is revision 1.3524.</p>
+<p>This is revision 1.3525.</p>
</div><div>
<a href="the-canvas-element.html">← 4.8.11 The canvas element</a> –
Index: microdata.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/microdata.html,v
retrieving revision 1.515
retrieving revision 1.516
diff -u -d -r1.515 -r1.516
--- microdata.html 6 Dec 2009 08:26:26 -0000 1.515
+++ microdata.html 7 Dec 2009 06:26:41 -0000 1.516
@@ -237,7 +237,7 @@
}
function load(script) {
var e = document.createElement('script');
- e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + document.referrer);
+ e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer));
document.body.appendChild(e);
}
function init() {
@@ -251,8 +251,7 @@
load('toc.js');
load('styler.js');
// load('updater.js'); // would need cross-site XHR
- if (document.getElementById('head'))
- load('dfn.js');
+ load('dfn.js');
// load('status.js'); // would need cross-site XHR
if (getCookie('profile') == '1')
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
@@ -265,7 +264,7 @@
<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>
-<p>This is revision 1.3524.</p>
+<p>This is revision 1.3525.</p>
</div><div>
<a href="interactive-elements.html">← 4.11 Interactive elements</a> –
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.517
retrieving revision 1.518
diff -u -d -r1.517 -r1.518
--- Overview.html 6 Dec 2009 08:26:25 -0000 1.517
+++ Overview.html 7 Dec 2009 06:26:39 -0000 1.518
@@ -237,7 +237,7 @@
}
function load(script) {
var e = document.createElement('script');
- e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + document.referrer);
+ e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer));
document.body.appendChild(e);
}
function init() {
@@ -251,8 +251,7 @@
load('toc.js');
load('styler.js');
// load('updater.js'); // would need cross-site XHR
- if (document.getElementById('head'))
- load('dfn.js');
+ load('dfn.js');
// load('status.js'); // would need cross-site XHR
if (getCookie('profile') == '1')
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
@@ -263,7 +262,7 @@
<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-6-december-2009">Editor's Draft 6 December 2009</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-7-december-2009">Editor's Draft 7 December 2009</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>
@@ -282,7 +281,7 @@
</dl><p>This specification is available in the following formats:
<a href="spec.html">single page HTML</a>,
<a href="Overview.html">multipage HTML</a>.
-This is revision 1.3524.
+This is revision 1.3525.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2009 <a href="http://www.w3.org/"><abbr title="World Wide
@@ -356,7 +355,7 @@
specification's progress along the W3C Recommendation
track.
- This specification is the 6 December 2009 Editor's Draft.
+ This specification is the 7 December 2009 Editor's Draft.
</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href="http://www.whatwg.org/">WHATWG</a>. The two specifications are
identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of)
what was previously the HTML4, XHTML1, and DOM2 HTML
Index: embedded-content-0.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/embedded-content-0.html,v
retrieving revision 1.515
retrieving revision 1.516
diff -u -d -r1.515 -r1.516
--- embedded-content-0.html 6 Dec 2009 08:26:25 -0000 1.515
+++ embedded-content-0.html 7 Dec 2009 06:26:40 -0000 1.516
@@ -237,7 +237,7 @@
}
function load(script) {
var e = document.createElement('script');
- e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + document.referrer);
+ e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer));
document.body.appendChild(e);
}
function init() {
@@ -251,8 +251,7 @@
load('toc.js');
load('styler.js');
// load('updater.js'); // would need cross-site XHR
- if (document.getElementById('head'))
- load('dfn.js');
+ load('dfn.js');
// load('status.js'); // would need cross-site XHR
if (getCookie('profile') == '1')
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
@@ -265,7 +264,7 @@
<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>
-<p>This is revision 1.3524.</p>
+<p>This is revision 1.3525.</p>
</div><div>
<a href="dom.html">← 3 Semantics, structure, and APIs of HTML documents</a> –
Index: dom.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/dom.html,v
retrieving revision 1.520
retrieving revision 1.521
diff -u -d -r1.520 -r1.521
--- dom.html 6 Dec 2009 08:26:25 -0000 1.520
+++ dom.html 7 Dec 2009 06:26:39 -0000 1.521
@@ -237,7 +237,7 @@
}
function load(script) {
var e = document.createElement('script');
- e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + document.referrer);
+ e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer));
document.body.appendChild(e);
}
function init() {
@@ -251,8 +251,7 @@
load('toc.js');
load('styler.js');
// load('updater.js'); // would need cross-site XHR
- if (document.getElementById('head'))
- load('dfn.js');
+ load('dfn.js');
// load('status.js'); // would need cross-site XHR
if (getCookie('profile') == '1')
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
@@ -265,7 +264,7 @@
<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>
-<p>This is revision 1.3524.</p>
+<p>This is revision 1.3525.</p>
</div><div>
<a href="infrastructure.html">← 2 Common infrastructure</a> –
Index: acknowledgements.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/acknowledgements.html,v
retrieving revision 1.515
retrieving revision 1.516
diff -u -d -r1.515 -r1.516
--- acknowledgements.html 6 Dec 2009 08:26:25 -0000 1.515
+++ acknowledgements.html 7 Dec 2009 06:26:39 -0000 1.516
@@ -237,7 +237,7 @@
}
function load(script) {
var e = document.createElement('script');
- e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + document.referrer);
+ e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer));
document.body.appendChild(e);
}
function init() {
@@ -251,8 +251,7 @@
load('toc.js');
load('styler.js');
// load('updater.js'); // would need cross-site XHR
- if (document.getElementById('head'))
- load('dfn.js');
+ load('dfn.js');
// load('status.js'); // would need cross-site XHR
if (getCookie('profile') == '1')
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
@@ -264,7 +263,7 @@
<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>
-<p>This is revision 1.3524.</p>
+<p>This is revision 1.3525.</p>
</div><div>
<a href="references.html">← References</a> –
Index: the-canvas-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-canvas-element.html,v
retrieving revision 1.519
retrieving revision 1.520
diff -u -d -r1.519 -r1.520
--- the-canvas-element.html 6 Dec 2009 08:26:27 -0000 1.519
+++ the-canvas-element.html 7 Dec 2009 06:26:43 -0000 1.520
@@ -237,7 +237,7 @@
}
function load(script) {
var e = document.createElement('script');
- e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + document.referrer);
+ e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer));
document.body.appendChild(e);
}
function init() {
@@ -251,8 +251,7 @@
load('toc.js');
load('styler.js');
// load('updater.js'); // would need cross-site XHR
- if (document.getElementById('head'))
- load('dfn.js');
+ load('dfn.js');
// load('status.js'); // would need cross-site XHR
if (getCookie('profile') == '1')
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
@@ -265,7 +264,7 @@
<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>
-<p>This is revision 1.3524.</p>
+<p>This is revision 1.3525.</p>
</div><div>
<a href="video.html">← 4.8.7 The video element</a> –
Index: forms.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/forms.html,v
retrieving revision 1.517
retrieving revision 1.518
diff -u -d -r1.517 -r1.518
--- forms.html 6 Dec 2009 08:26:26 -0000 1.517
+++ forms.html 7 Dec 2009 06:26:40 -0000 1.518
@@ -237,7 +237,7 @@
}
function load(script) {
var e = document.createElement('script');
- e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + document.referrer);
+ e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer));
document.body.appendChild(e);
}
function init() {
@@ -251,8 +251,7 @@
load('toc.js');
load('styler.js');
// load('updater.js'); // would need cross-site XHR
- if (document.getElementById('head'))
- load('dfn.js');
+ load('dfn.js');
// load('status.js'); // would need cross-site XHR
if (getCookie('profile') == '1')
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
@@ -265,7 +264,7 @@
<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>
-<p>This is revision 1.3524.</p>
+<p>This is revision 1.3525.</p>
</div><div>
<a href="tabular-data.html">← 4.9 Tabular data</a> –
Index: interactive-elements.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/interactive-elements.html,v
retrieving revision 1.517
retrieving revision 1.518
diff -u -d -r1.517 -r1.518
--- interactive-elements.html 6 Dec 2009 08:26:26 -0000 1.517
+++ interactive-elements.html 7 Dec 2009 06:26:40 -0000 1.518
@@ -237,7 +237,7 @@
}
function load(script) {
var e = document.createElement('script');
- e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + document.referrer);
+ e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer));
document.body.appendChild(e);
}
function init() {
@@ -251,8 +251,7 @@
load('toc.js');
load('styler.js');
// load('updater.js'); // would need cross-site XHR
- if (document.getElementById('head'))
- load('dfn.js');
+ load('dfn.js');
// load('status.js'); // would need cross-site XHR
if (getCookie('profile') == '1')
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
@@ -265,7 +264,7 @@
<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>
-<p>This is revision 1.3524.</p>
+<p>This is revision 1.3525.</p>
</div><div>
<a href="forms.html">← 4.10 Forms</a> –
Index: editing.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/editing.html,v
retrieving revision 1.519
retrieving revision 1.520
diff -u -d -r1.519 -r1.520
--- editing.html 6 Dec 2009 08:26:25 -0000 1.519
+++ editing.html 7 Dec 2009 06:26:39 -0000 1.520
@@ -237,7 +237,7 @@
}
function load(script) {
var e = document.createElement('script');
- e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + document.referrer);
+ e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer));
document.body.appendChild(e);
}
function init() {
@@ -251,8 +251,7 @@
load('toc.js');
load('styler.js');
// load('updater.js'); // would need cross-site XHR
- if (document.getElementById('head'))
- load('dfn.js');
+ load('dfn.js');
// load('status.js'); // would need cross-site XHR
if (getCookie('profile') == '1')
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
@@ -265,7 +264,7 @@
<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>
-<p>This is revision 1.3524.</p>
+<p>This is revision 1.3525.</p>
</div><div>
<a href="history.html">← 6.8 Session history and navigation</a> –
Index: video.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/video.html,v
retrieving revision 1.519
retrieving revision 1.520
diff -u -d -r1.519 -r1.520
--- video.html 6 Dec 2009 08:26:27 -0000 1.519
+++ video.html 7 Dec 2009 06:26:44 -0000 1.520
@@ -237,7 +237,7 @@
}
function load(script) {
var e = document.createElement('script');
- e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + document.referrer);
+ e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer));
document.body.appendChild(e);
}
function init() {
@@ -251,8 +251,7 @@
load('toc.js');
load('styler.js');
// load('updater.js'); // would need cross-site XHR
- if (document.getElementById('head'))
- load('dfn.js');
+ load('dfn.js');
// load('status.js'); // would need cross-site XHR
if (getCookie('profile') == '1')
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
@@ -265,7 +264,7 @@
<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>
-<p>This is revision 1.3524.</p>
+<p>This is revision 1.3525.</p>
</div><div>
<a href="text-level-semantics.html">← 4.6 Text-level semantics</a> –
Index: browsers.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/browsers.html,v
retrieving revision 1.520
retrieving revision 1.521
diff -u -d -r1.520 -r1.521
--- browsers.html 6 Dec 2009 08:26:25 -0000 1.520
+++ browsers.html 7 Dec 2009 06:26:39 -0000 1.521
@@ -237,7 +237,7 @@
}
function load(script) {
var e = document.createElement('script');
- e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + document.referrer);
+ e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer));
document.body.appendChild(e);
}
function init() {
@@ -251,8 +251,7 @@
load('toc.js');
load('styler.js');
// load('updater.js'); // would need cross-site XHR
- if (document.getElementById('head'))
- load('dfn.js');
+ load('dfn.js');
// load('status.js'); // would need cross-site XHR
if (getCookie('profile') == '1')
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
@@ -265,7 +264,7 @@
<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>
-<p>This is revision 1.3524.</p>
+<p>This is revision 1.3525.</p>
</div><div>
<a href="microdata.html">← 5 Microdata</a> –
Index: the-xhtml-syntax.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-xhtml-syntax.html,v
retrieving revision 1.514
retrieving revision 1.515
diff -u -d -r1.514 -r1.515
--- the-xhtml-syntax.html 6 Dec 2009 08:26:27 -0000 1.514
+++ the-xhtml-syntax.html 7 Dec 2009 06:26:44 -0000 1.515
@@ -237,7 +237,7 @@
}
function load(script) {
var e = document.createElement('script');
- e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + document.referrer);
+ e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer));
document.body.appendChild(e);
}
function init() {
@@ -251,8 +251,7 @@
load('toc.js');
load('styler.js');
// load('updater.js'); // would need cross-site XHR
- if (document.getElementById('head'))
- load('dfn.js');
+ load('dfn.js');
// load('status.js'); // would need cross-site XHR
if (getCookie('profile') == '1')
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
@@ -265,7 +264,7 @@
<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>
-<p>This is revision 1.3524.</p>
+<p>This is revision 1.3525.</p>
</div><div>
<a href="named-character-references.html">← 9.2 Named character references</a> –
Index: offline.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/offline.html,v
retrieving revision 1.515
retrieving revision 1.516
diff -u -d -r1.515 -r1.516
--- offline.html 6 Dec 2009 08:26:26 -0000 1.515
+++ offline.html 7 Dec 2009 06:26:41 -0000 1.516
@@ -237,7 +237,7 @@
}
function load(script) {
var e = document.createElement('script');
- e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + document.referrer);
+ e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer));
document.body.appendChild(e);
}
function init() {
@@ -251,8 +251,7 @@
load('toc.js');
load('styler.js');
// load('updater.js'); // would need cross-site XHR
- if (document.getElementById('head'))
- load('dfn.js');
+ load('dfn.js');
// load('status.js'); // would need cross-site XHR
if (getCookie('profile') == '1')
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
@@ -265,7 +264,7 @@
<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>
-<p>This is revision 1.3524.</p>
+<p>This is revision 1.3525.</p>
</div><div>
<a href="browsers.html">← 6 Web browsers</a> –
Index: syntax.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/syntax.html,v
retrieving revision 1.518
retrieving revision 1.519
diff -u -d -r1.518 -r1.519
--- syntax.html 6 Dec 2009 08:26:27 -0000 1.518
+++ syntax.html 7 Dec 2009 06:26:43 -0000 1.519
@@ -237,7 +237,7 @@
}
function load(script) {
var e = document.createElement('script');
- e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + document.referrer);
+ e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer));
document.body.appendChild(e);
}
function init() {
@@ -251,8 +251,7 @@
load('toc.js');
load('styler.js');
// load('updater.js'); // would need cross-site XHR
- if (document.getElementById('head'))
- load('dfn.js');
+ load('dfn.js');
// load('status.js'); // would need cross-site XHR
if (getCookie('profile') == '1')
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
@@ -265,7 +264,7 @@
<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>
-<p>This is revision 1.3524.</p>
+<p>This is revision 1.3525.</p>
</div><div>
<a href="comms.html">← 8 Communication</a> –
Index: obsolete.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/obsolete.html,v
retrieving revision 1.516
retrieving revision 1.517
diff -u -d -r1.516 -r1.517
--- obsolete.html 6 Dec 2009 08:26:26 -0000 1.516
+++ obsolete.html 7 Dec 2009 06:26:41 -0000 1.517
@@ -237,7 +237,7 @@
}
function load(script) {
var e = document.createElement('script');
- e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + document.referrer);
+ e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer));
document.body.appendChild(e);
}
function init() {
@@ -251,8 +251,7 @@
load('toc.js');
load('styler.js');
// load('updater.js'); // would need cross-site XHR
- if (document.getElementById('head'))
- load('dfn.js');
+ load('dfn.js');
// load('status.js'); // would need cross-site XHR
if (getCookie('profile') == '1')
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
@@ -265,7 +264,7 @@
<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>
-<p>This is revision 1.3524.</p>
+<p>This is revision 1.3525.</p>
</div><div>
<a href="the-xhtml-syntax.html">← 10 The XHTML syntax</a> –
Index: named-character-references.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/named-character-references.html,v
retrieving revision 1.516
retrieving revision 1.517
diff -u -d -r1.516 -r1.517
--- named-character-references.html 6 Dec 2009 08:26:26 -0000 1.516
+++ named-character-references.html 7 Dec 2009 06:26:41 -0000 1.517
@@ -237,7 +237,7 @@
}
function load(script) {
var e = document.createElement('script');
- e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + document.referrer);
+ e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer));
document.body.appendChild(e);
}
function init() {
@@ -251,8 +251,7 @@
load('toc.js');
load('styler.js');
// load('updater.js'); // would need cross-site XHR
- if (document.getElementById('head'))
- load('dfn.js');
+ load('dfn.js');
// load('status.js'); // would need cross-site XHR
if (getCookie('profile') == '1')
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
@@ -265,7 +264,7 @@
<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>
-<p>This is revision 1.3524.</p>
+<p>This is revision 1.3525.</p>
</div><div>
<a href="syntax.html">← 9 The HTML syntax</a> –
Index: references.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/references.html,v
retrieving revision 1.515
retrieving revision 1.516
diff -u -d -r1.515 -r1.516
--- references.html 6 Dec 2009 08:26:26 -0000 1.515
+++ references.html 7 Dec 2009 06:26:41 -0000 1.516
@@ -237,7 +237,7 @@
}
function load(script) {
var e = document.createElement('script');
- e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + document.referrer);
+ e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer));
document.body.appendChild(e);
}
function init() {
@@ -251,8 +251,7 @@
load('toc.js');
load('styler.js');
// load('updater.js'); // would need cross-site XHR
- if (document.getElementById('head'))
- load('dfn.js');
+ load('dfn.js');
// load('status.js'); // would need cross-site XHR
if (getCookie('profile') == '1')
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
@@ -265,7 +264,7 @@
<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>
-<p>This is revision 1.3524.</p>
+<p>This is revision 1.3525.</p>
</div><div>
<a href="index.html">← Index</a> –
Index: semantics.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/semantics.html,v
retrieving revision 1.519
retrieving revision 1.520
diff -u -d -r1.519 -r1.520
--- semantics.html 6 Dec 2009 08:26:26 -0000 1.519
+++ semantics.html 7 Dec 2009 06:26:41 -0000 1.520
@@ -237,7 +237,7 @@
}
function load(script) {
var e = document.createElement('script');
- e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + document.referrer);
+ e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer));
document.body.appendChild(e);
}
function init() {
@@ -251,8 +251,7 @@
load('toc.js');
load('styler.js');
// load('updater.js'); // would need cross-site XHR
- if (document.getElementById('head'))
- load('dfn.js');
+ load('dfn.js');
// load('status.js'); // would need cross-site XHR
if (getCookie('profile') == '1')
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
@@ -265,7 +264,7 @@
<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>
-<p>This is revision 1.3524.</p>
+<p>This is revision 1.3525.</p>
</div><div>
<a href="embedded-content-0.html">← 3.2.5.1.6 Embedded content</a> –
Index: index.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index.html,v
retrieving revision 1.515
retrieving revision 1.516
diff -u -d -r1.515 -r1.516
--- index.html 6 Dec 2009 08:26:26 -0000 1.515
+++ index.html 7 Dec 2009 06:26:40 -0000 1.516
@@ -237,7 +237,7 @@
}
function load(script) {
var e = document.createElement('script');
- e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + document.referrer);
+ e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer));
document.body.appendChild(e);
}
function init() {
@@ -251,8 +251,7 @@
load('toc.js');
load('styler.js');
// load('updater.js'); // would need cross-site XHR
- if (document.getElementById('head'))
- load('dfn.js');
+ load('dfn.js');
// load('status.js'); // would need cross-site XHR
if (getCookie('profile') == '1')
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
@@ -265,7 +264,7 @@
<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>
-<p>This is revision 1.3524.</p>
+<p>This is revision 1.3525.</p>
</div><div>
<a href="iana.html">← 12 IANA considerations</a> –
Index: comms.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/comms.html,v
retrieving revision 1.517
retrieving revision 1.518
diff -u -d -r1.517 -r1.518
--- comms.html 6 Dec 2009 08:26:25 -0000 1.517
+++ comms.html 7 Dec 2009 06:26:39 -0000 1.518
@@ -237,7 +237,7 @@
}
function load(script) {
var e = document.createElement('script');
- e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + document.referrer);
+ e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer));
document.body.appendChild(e);
}
function init() {
@@ -251,8 +251,7 @@
load('toc.js');
load('styler.js');
// load('updater.js'); // would need cross-site XHR
- if (document.getElementById('head'))
- load('dfn.js');
+ load('dfn.js');
// load('status.js'); // would need cross-site XHR
if (getCookie('profile') == '1')
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
@@ -265,7 +264,7 @@
<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>
-<p>This is revision 1.3524.</p>
+<p>This is revision 1.3525.</p>
</div><div>
<a href="editing.html">← 7 User Interaction</a> –
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.524
retrieving revision 1.525
diff -u -d -r1.524 -r1.525
--- spec.html 6 Dec 2009 08:26:26 -0000 1.524
+++ spec.html 7 Dec 2009 06:26:41 -0000 1.525
@@ -235,7 +235,7 @@
}
function load(script) {
var e = document.createElement('script');
- e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + document.referrer);
+ e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer));
document.body.appendChild(e);
}
function init() {
@@ -249,8 +249,7 @@
load('toc.js');
load('styler.js');
// load('updater.js'); // would need cross-site XHR
- if (document.getElementById('head'))
- load('dfn.js');
+ load('dfn.js');
// load('status.js'); // would need cross-site XHR
if (getCookie('profile') == '1')
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
@@ -261,7 +260,7 @@
<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-6-december-2009>Editor's Draft 6 December 2009</h2>
+ <h2 class="no-num no-toc" id=editor-s-draft-7-december-2009>Editor's Draft 7 December 2009</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>
@@ -280,7 +279,7 @@
</dl><p>This specification is available in the following formats:
<a href=spec.html>single page HTML</a>,
<a href=Overview.html>multipage HTML</a>.
-This is revision 1.3524.
+This is revision 1.3525.
</p>
<p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a>
© 2009 <a href=http://www.w3.org/><abbr title="World Wide
@@ -354,7 +353,7 @@
specification's progress along the W3C Recommendation
track.
- This specification is the 6 December 2009 Editor's Draft.
+ This specification is the 7 December 2009 Editor's Draft.
</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href=http://www.whatwg.org/>WHATWG</a>. The two specifications are
identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of)
what was previously the HTML4, XHTML1, and DOM2 HTML
Index: introduction.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/introduction.html,v
retrieving revision 1.516
retrieving revision 1.517
diff -u -d -r1.516 -r1.517
--- introduction.html 6 Dec 2009 08:26:26 -0000 1.516
+++ introduction.html 7 Dec 2009 06:26:41 -0000 1.517
@@ -237,7 +237,7 @@
}
function load(script) {
var e = document.createElement('script');
- e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + document.referrer);
+ e.setAttribute('src', 'http://www.whatwg.org/specs/web-apps/current-work/' + script + '?' + encodeURIComponent(location) + '&' + encodeURIComponent(document.referrer));
document.body.appendChild(e);
}
function init() {
@@ -251,8 +251,7 @@
load('toc.js');
load('styler.js');
// load('updater.js'); // would need cross-site XHR
- if (document.getElementById('head'))
- load('dfn.js');
+ load('dfn.js');
// load('status.js'); // would need cross-site XHR
if (getCookie('profile') == '1')
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
@@ -264,7 +263,7 @@
<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>
-<p>This is revision 1.3524.</p>
+<p>This is revision 1.3525.</p>
</div><div>
<a href="Overview.html#contents">Table of contents</a> –
Received on Monday, 7 December 2009 06:26:59 UTC