- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 18 Oct 2010 06:24:43 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv24031
Modified Files:
Overview.html acknowledgements.html
apis-in-html-documents.html
association-of-controls-and-forms.html browsers.html
commands.html common-input-element-attributes.html
common-microsyntaxes.html content-models.html dnd.html
dom.html editing.html edits.html elements.html
embedded-content-1.html forms.html grouping-content.html
history.html iana.html index-of-terms.html index.html
infrastructure.html interactive-elements.html
introduction.html links.html named-character-references.html
number-state.html obsolete.html offline.html origin-0.html
references.html scripting-1.html sections.html semantics.html
spec.html spec.preprocessed.html
states-of-the-type-attribute.html syntax.html
tabular-data.html text-level-semantics.html
the-button-element.html the-canvas-element.html
the-iframe-element.html the-input-element.html
the-map-element.html the-xhtml-syntax.html timers.html
urls.html video.html webappapis.html
Log Message:
wd delayed
[updated by splitter]
Index: infrastructure.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/infrastructure.html,v
retrieving revision 1.865
retrieving revision 1.866
diff -u -d -r1.865 -r1.866
--- infrastructure.html 15 Oct 2010 23:24:09 -0000 1.865
+++ infrastructure.html 18 Oct 2010 06:24:35 -0000 1.866
@@ -187,26 +187,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -330,13 +310,13 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="introduction.html" rel="prev" title="1 Introduction">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="introduction.html" rel="prev" title="1 Introduction">
<link href="Overview.html#contents" rel="index" title="Table of contents">
<link href="common-microsyntaxes.html" rel="next" title="2.5 Common microsyntaxes">
<body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
</div><div>
<a href="introduction.html">← 1 Introduction</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: text-level-semantics.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/text-level-semantics.html,v
retrieving revision 1.863
retrieving revision 1.864
diff -u -d -r1.863 -r1.864
--- text-level-semantics.html 15 Oct 2010 23:24:12 -0000 1.863
+++ text-level-semantics.html 18 Oct 2010 06:24:40 -0000 1.864
@@ -187,26 +187,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -330,13 +310,13 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="grouping-content.html" rel="prev" title="4.5 Grouping content">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="grouping-content.html" rel="prev" title="4.5 Grouping content">
<link href="Overview.html#contents" rel="index" title="Table of contents">
<link href="edits.html" rel="next" title="4.7 Edits">
<body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
</div><div>
<a href="grouping-content.html">← 4.5 Grouping content</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: scripting-1.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/scripting-1.html,v
retrieving revision 1.305
retrieving revision 1.306
diff -u -d -r1.305 -r1.306
--- scripting-1.html 15 Oct 2010 23:24:10 -0000 1.305
+++ scripting-1.html 18 Oct 2010 06:24:37 -0000 1.306
@@ -187,26 +187,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -330,13 +310,13 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="semantics.html" rel="prev" title="4 The elements of HTML">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="semantics.html" rel="prev" title="4 The elements of HTML">
<link href="Overview.html#contents" rel="index" title="Table of contents">
<link href="sections.html" rel="next" title="4.4 Sections">
<body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
</div><div>
<a href="semantics.html">← 4 The elements of HTML</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: the-map-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-map-element.html,v
retrieving revision 1.304
retrieving revision 1.305
diff -u -d -r1.304 -r1.305
--- the-map-element.html 15 Oct 2010 23:24:13 -0000 1.304
+++ the-map-element.html 18 Oct 2010 06:24:41 -0000 1.305
@@ -187,26 +187,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -330,13 +310,13 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="the-canvas-element.html" rel="prev" title="4.8.11 The canvas element">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="the-canvas-element.html" rel="prev" title="4.8.11 The canvas element">
<link href="Overview.html#contents" rel="index" title="Table of contents">
<link href="tabular-data.html" rel="next" title="4.9 Tabular data">
<body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
</div><div>
<a href="the-canvas-element.html">← 4.8.11 The canvas element</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: the-canvas-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-canvas-element.html,v
retrieving revision 1.857
retrieving revision 1.858
diff -u -d -r1.857 -r1.858
--- the-canvas-element.html 15 Oct 2010 23:24:12 -0000 1.857
+++ the-canvas-element.html 18 Oct 2010 06:24:40 -0000 1.858
@@ -187,26 +187,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -330,13 +310,13 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="video.html" rel="prev" title="4.8.6 The video element">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="video.html" rel="prev" title="4.8.6 The video element">
<link href="Overview.html#contents" rel="index" title="Table of contents">
<link href="the-map-element.html" rel="next" title="4.8.12 The map element">
<body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
</div><div>
<a href="video.html">← 4.8.6 The video element</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: tabular-data.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/tabular-data.html,v
retrieving revision 1.847
retrieving revision 1.848
diff -u -d -r1.847 -r1.848
--- tabular-data.html 15 Oct 2010 23:24:12 -0000 1.847
+++ tabular-data.html 18 Oct 2010 06:24:40 -0000 1.848
@@ -187,26 +187,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -330,13 +310,13 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="the-map-element.html" rel="prev" title="4.8.12 The map element">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="the-map-element.html" rel="prev" title="4.8.12 The map element">
<link href="Overview.html#contents" rel="index" title="Table of contents">
<link href="forms.html" rel="next" title="4.10 Forms">
<body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
</div><div>
<a href="the-map-element.html">← 4.8.12 The map element</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: the-iframe-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-iframe-element.html,v
retrieving revision 1.321
retrieving revision 1.322
diff -u -d -r1.321 -r1.322
--- the-iframe-element.html 15 Oct 2010 23:24:13 -0000 1.321
+++ the-iframe-element.html 18 Oct 2010 06:24:40 -0000 1.322
@@ -187,26 +187,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -330,13 +310,13 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="embedded-content-1.html" rel="prev" title="4.8 Embedded content">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="embedded-content-1.html" rel="prev" title="4.8 Embedded content">
<link href="Overview.html#contents" rel="index" title="Table of contents">
<link href="video.html" rel="next" title="4.8.6 The video element">
<body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
</div><div>
<a href="embedded-content-1.html">← 4.8 Embedded content</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.1210
retrieving revision 1.1211
diff -u -d -r1.1210 -r1.1211
--- Overview.html 15 Oct 2010 23:24:08 -0000 1.1210
+++ Overview.html 18 Oct 2010 06:24:34 -0000 1.1211
@@ -187,26 +187,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -330,15 +310,13 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><body onload="fixBrokenLink(); init()"><div class="head" id="head">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="w3c-working-draft-12-october-2010">W3C Working Draft 12 October 2010</h2>
- <dl><dt>This Version:</dt>
- <dd><a href="http://www.w3.org/TR/2010/WD-html5-20101012/author/">http://www.w3.org/TR/2010/WD-html5-20101012/author/</a></dd>
- <dt>Latest Published Version:</dt>
+ <h2 class="no-num no-toc" id="editor-s-draft-18-october-2010">Editor's Draft 18 October 2010</h2>
+ <dl><dt>Latest Published Version:</dt>
<dd><a href="http://www.w3.org/TR/html5/author/">http://www.w3.org/TR/html5/author/</a></dd>
<dt>Latest Editor's Draft:</dt>
<dd><a href="http://dev.w3.org/html5/spec-author-view/">http://dev.w3.org/html5/spec-author-view/</a></dd>
@@ -355,7 +333,7 @@
<dt>Editors:</dt>
<dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
</dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>.
- This is revision 1.4514.</p>
+ This is revision 1.4515.</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts
@@ -457,7 +435,7 @@
Group</a> is the W3C working group responsible for this
specification's progress along the W3C Recommendation
track.
- This specification is the 12 October 2010 LC.
+ This specification is the 18 October 2010 Editor's Draft.
</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
Index: association-of-controls-and-forms.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/association-of-controls-and-forms.html,v
retrieving revision 1.301
retrieving revision 1.302
diff -u -d -r1.301 -r1.302
--- association-of-controls-and-forms.html 15 Oct 2010 23:24:08 -0000 1.301
+++ association-of-controls-and-forms.html 18 Oct 2010 06:24:34 -0000 1.302
@@ -187,26 +187,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -330,13 +310,13 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="the-button-element.html" rel="prev" title="4.10.8 The button element">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="the-button-element.html" rel="prev" title="4.10.8 The button element">
<link href="Overview.html#contents" rel="index" title="Table of contents">
<link href="interactive-elements.html" rel="next" title="4.11 Interactive elements">
<body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
</div><div>
<a href="the-button-element.html">← 4.10.8 The button element</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: index-of-terms.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index-of-terms.html,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -d -r1.156 -r1.157
--- index-of-terms.html 15 Oct 2010 23:24:09 -0000 1.156
+++ index-of-terms.html 18 Oct 2010 06:24:35 -0000 1.157
@@ -187,26 +187,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -330,13 +310,13 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="index.html" rel="prev" title="Index">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="index.html" rel="prev" title="Index">
<link href="Overview.html#contents" rel="index" title="Table of contents">
<link href="references.html" rel="next" title="References">
<body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
</div><div>
<a href="index.html">← Index</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: history.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/history.html,v
retrieving revision 1.859
retrieving revision 1.860
diff -u -d -r1.859 -r1.860
--- history.html 15 Oct 2010 23:24:09 -0000 1.859
+++ history.html 18 Oct 2010 06:24:35 -0000 1.860
@@ -187,26 +187,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -330,13 +310,13 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="origin-0.html" rel="prev" title="5.3 Origin">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="origin-0.html" rel="prev" title="5.3 Origin">
<link href="Overview.html#contents" rel="index" title="Table of contents">
<link href="offline.html" rel="next" title="5.6 Offline Web applications">
<body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
</div><div>
<a href="origin-0.html">← 5.3 Origin</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: origin-0.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/origin-0.html,v
retrieving revision 1.281
retrieving revision 1.282
diff -u -d -r1.281 -r1.282
--- origin-0.html 15 Oct 2010 23:24:10 -0000 1.281
+++ origin-0.html 18 Oct 2010 06:24:36 -0000 1.282
@@ -187,26 +187,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -330,13 +310,13 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="browsers.html" rel="prev" title="5 Loading Web pages">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="browsers.html" rel="prev" title="5 Loading Web pages">
<link href="Overview.html#contents" rel="index" title="Table of contents">
<link href="history.html" rel="next" title="5.4 Session history and navigation">
<body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
</div><div>
<a href="browsers.html">← 5 Loading Web pages</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: common-input-element-attributes.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/common-input-element-attributes.html,v
retrieving revision 1.309
retrieving revision 1.310
diff -u -d -r1.309 -r1.310
--- common-input-element-attributes.html 15 Oct 2010 23:24:08 -0000 1.309
+++ common-input-element-attributes.html 18 Oct 2010 06:24:34 -0000 1.310
@@ -187,26 +187,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -330,13 +310,13 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="number-state.html" rel="prev" title="4.10.7.1.13 Number state">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="number-state.html" rel="prev" title="4.10.7.1.13 Number state">
<link href="Overview.html#contents" rel="index" title="Table of contents">
<link href="the-button-element.html" rel="next" title="4.10.8 The button element">
<body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
</div><div>
<a href="number-state.html">← 4.10.7.1.13 Number state</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: dom.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/dom.html,v
retrieving revision 1.864
retrieving revision 1.865
diff -u -d -r1.864 -r1.865
--- dom.html 15 Oct 2010 23:24:08 -0000 1.864
+++ dom.html 18 Oct 2010 06:24:34 -0000 1.865
@@ -187,26 +187,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -330,13 +310,13 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="urls.html" rel="prev" title="2.6 URLs">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="urls.html" rel="prev" title="2.6 URLs">
<link href="Overview.html#contents" rel="index" title="Table of contents">
<link href="elements.html" rel="next" title="3.2 Elements">
<body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
</div><div>
<a href="urls.html">← 2.6 URLs</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: embedded-content-1.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/embedded-content-1.html,v
retrieving revision 1.314
retrieving revision 1.315
diff -u -d -r1.314 -r1.315
--- embedded-content-1.html 15 Oct 2010 23:24:09 -0000 1.314
+++ embedded-content-1.html 18 Oct 2010 06:24:35 -0000 1.315
@@ -187,26 +187,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -330,13 +310,13 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="edits.html" rel="prev" title="4.7 Edits">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="edits.html" rel="prev" title="4.7 Edits">
<link href="Overview.html#contents" rel="index" title="Table of contents">
<link href="the-iframe-element.html" rel="next" title="4.8.2 The iframe element">
<body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
</div><div>
<a href="edits.html">← 4.7 Edits</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: the-input-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-input-element.html,v
retrieving revision 1.299
retrieving revision 1.300
diff -u -d -r1.299 -r1.300
--- the-input-element.html 15 Oct 2010 23:24:13 -0000 1.299
+++ the-input-element.html 18 Oct 2010 06:24:40 -0000 1.300
@@ -187,26 +187,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -330,13 +310,13 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="forms.html" rel="prev" title="4.10 Forms">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="forms.html" rel="prev" title="4.10 Forms">
<link href="Overview.html#contents" rel="index" title="Table of contents">
<link href="states-of-the-type-attribute.html" rel="next" title="4.10.7.1 States of the type attribute">
<body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
</div><div>
<a href="forms.html">← 4.10 Forms</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: acknowledgements.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/acknowledgements.html,v
retrieving revision 1.872
retrieving revision 1.873
diff -u -d -r1.872 -r1.873
--- acknowledgements.html 15 Oct 2010 23:24:08 -0000 1.872
+++ acknowledgements.html 18 Oct 2010 06:24:34 -0000 1.873
@@ -187,26 +187,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -330,12 +310,12 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="references.html" rel="prev" title="References">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="references.html" rel="prev" title="References">
<link href="Overview.html#contents" rel="index" title="Table of contents">
<body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
</div><div>
<a href="references.html">← References</a> –
<a href="Overview.html#contents">Table of contents</a>
Index: grouping-content.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/grouping-content.html,v
retrieving revision 1.310
retrieving revision 1.311
diff -u -d -r1.310 -r1.311
--- grouping-content.html 15 Oct 2010 23:24:09 -0000 1.310
+++ grouping-content.html 18 Oct 2010 06:24:35 -0000 1.311
@@ -187,26 +187,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -330,13 +310,13 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="sections.html" rel="prev" title="4.4 Sections">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="sections.html" rel="prev" title="4.4 Sections">
<link href="Overview.html#contents" rel="index" title="Table of contents">
<link href="text-level-semantics.html" rel="next" title="4.6 Text-level semantics">
<body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
</div><div>
<a href="sections.html">← 4.4 Sections</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: timers.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/timers.html,v
retrieving revision 1.303
retrieving revision 1.304
diff -u -d -r1.303 -r1.304
--- timers.html 15 Oct 2010 23:24:14 -0000 1.303
+++ timers.html 18 Oct 2010 06:24:41 -0000 1.304
@@ -187,26 +187,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -330,13 +310,13 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="webappapis.html" rel="prev" title="6 Web application APIs">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="webappapis.html" rel="prev" title="6 Web application APIs">
<link href="Overview.html#contents" rel="index" title="Table of contents">
<link href="editing.html" rel="next" title="7 User interaction">
<body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
</div><div>
<a href="webappapis.html">← 6 Web application APIs</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: elements.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/elements.html,v
retrieving revision 1.318
retrieving revision 1.319
diff -u -d -r1.318 -r1.319
--- elements.html 15 Oct 2010 23:24:09 -0000 1.318
+++ elements.html 18 Oct 2010 06:24:35 -0000 1.319
@@ -187,26 +187,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -330,13 +310,13 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="dom.html" rel="prev" title="3 Semantics, structure, and APIs of HTML documents">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="dom.html" rel="prev" title="3 Semantics, structure, and APIs of HTML documents">
<link href="Overview.html#contents" rel="index" title="Table of contents">
<link href="content-models.html" rel="next" title="3.2.5 Content models">
<body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
</div><div>
<a href="dom.html">← 3 Semantics, structure, and APIs of HTML documents</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: urls.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/urls.html,v
retrieving revision 1.313
retrieving revision 1.314
diff -u -d -r1.313 -r1.314
--- urls.html 15 Oct 2010 23:24:14 -0000 1.313
+++ urls.html 18 Oct 2010 06:24:41 -0000 1.314
@@ -187,26 +187,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -330,13 +310,13 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="common-microsyntaxes.html" rel="prev" title="2.5 Common microsyntaxes">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="common-microsyntaxes.html" rel="prev" title="2.5 Common microsyntaxes">
<link href="Overview.html#contents" rel="index" title="Table of contents">
<link href="dom.html" rel="next" title="3 Semantics, structure, and APIs of HTML documents">
<body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
</div><div>
<a href="common-microsyntaxes.html">← 2.5 Common microsyntaxes</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: iana.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/iana.html,v
retrieving revision 1.309
retrieving revision 1.310
diff -u -d -r1.309 -r1.310
--- iana.html 15 Oct 2010 23:24:09 -0000 1.309
+++ iana.html 18 Oct 2010 06:24:35 -0000 1.310
@@ -187,26 +187,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -330,13 +310,13 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="obsolete.html" rel="prev" title="10 Obsolete features">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="obsolete.html" rel="prev" title="10 Obsolete features">
<link href="Overview.html#contents" rel="index" title="Table of contents">
<link href="index.html" rel="next" title="Index">
<body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
</div><div>
<a href="obsolete.html">← 10 Obsolete features</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: forms.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/forms.html,v
retrieving revision 1.854
retrieving revision 1.855
diff -u -d -r1.854 -r1.855
--- forms.html 15 Oct 2010 23:24:09 -0000 1.854
+++ forms.html 18 Oct 2010 06:24:35 -0000 1.855
@@ -187,26 +187,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -330,13 +310,13 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="tabular-data.html" rel="prev" title="4.9 Tabular data">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="tabular-data.html" rel="prev" title="4.9 Tabular data">
<link href="Overview.html#contents" rel="index" title="Table of contents">
<link href="the-input-element.html" rel="next" title="4.10.7 The input element">
<body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
</div><div>
<a href="tabular-data.html">← 4.9 Tabular data</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: interactive-elements.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/interactive-elements.html,v
retrieving revision 1.855
retrieving revision 1.856
diff -u -d -r1.855 -r1.856
--- interactive-elements.html 15 Oct 2010 23:24:09 -0000 1.855
+++ interactive-elements.html 18 Oct 2010 06:24:36 -0000 1.856
@@ -187,26 +187,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -330,13 +310,13 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="association-of-controls-and-forms.html" rel="prev" title="4.10.18 Association of controls and forms">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="association-of-controls-and-forms.html" rel="prev" title="4.10.18 Association of controls and forms">
<link href="Overview.html#contents" rel="index" title="Table of contents">
<link href="commands.html" rel="next" title="4.11.5 Commands">
<body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
</div><div>
<a href="association-of-controls-and-forms.html">← 4.10.18 Association of controls and forms</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: editing.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/editing.html,v
retrieving revision 1.860
retrieving revision 1.861
diff -u -d -r1.860 -r1.861
--- editing.html 15 Oct 2010 23:24:09 -0000 1.860
+++ editing.html 18 Oct 2010 06:24:34 -0000 1.861
@@ -187,26 +187,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -330,13 +310,13 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="timers.html" rel="prev" title="6.2 Timers">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="timers.html" rel="prev" title="6.2 Timers">
<link href="Overview.html#contents" rel="index" title="Table of contents">
<link href="dnd.html" rel="next" title="7.7 Drag and drop">
<body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
</div><div>
<a href="timers.html">← 6.2 Timers</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: video.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/video.html,v
retrieving revision 1.879
retrieving revision 1.880
diff -u -d -r1.879 -r1.880
--- video.html 15 Oct 2010 23:24:14 -0000 1.879
+++ video.html 18 Oct 2010 06:24:41 -0000 1.880
@@ -187,26 +187,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -330,13 +310,13 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="the-iframe-element.html" rel="prev" title="4.8.2 The iframe element">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="the-iframe-element.html" rel="prev" title="4.8.2 The iframe element">
<link href="Overview.html#contents" rel="index" title="Table of contents">
<link href="the-canvas-element.html" rel="next" title="4.8.11 The canvas element">
<body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
</div><div>
<a href="the-iframe-element.html">← 4.8.2 The iframe element</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: browsers.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/browsers.html,v
retrieving revision 1.870
retrieving revision 1.871
diff -u -d -r1.870 -r1.871
--- browsers.html 15 Oct 2010 23:24:08 -0000 1.870
+++ browsers.html 18 Oct 2010 06:24:34 -0000 1.871
@@ -187,26 +187,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -330,13 +310,13 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="links.html" rel="prev" title="4.12 Links">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="links.html" rel="prev" title="4.12 Links">
<link href="Overview.html#contents" rel="index" title="Table of contents">
<link href="origin-0.html" rel="next" title="5.3 Origin">
<body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
</div><div>
<a href="links.html">← 4.12 Links</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: edits.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/edits.html,v
retrieving revision 1.296
retrieving revision 1.297
diff -u -d -r1.296 -r1.297
--- edits.html 15 Oct 2010 23:24:09 -0000 1.296
+++ edits.html 18 Oct 2010 06:24:34 -0000 1.297
@@ -187,26 +187,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -330,13 +310,13 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="text-level-semantics.html" rel="prev" title="4.6 Text-level semantics">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="text-level-semantics.html" rel="prev" title="4.6 Text-level semantics">
<link href="Overview.html#contents" rel="index" title="Table of contents">
<link href="embedded-content-1.html" rel="next" title="4.8 Embedded content">
<body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
</div><div>
<a href="text-level-semantics.html">← 4.6 Text-level semantics</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: the-xhtml-syntax.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-xhtml-syntax.html,v
retrieving revision 1.837
retrieving revision 1.838
diff -u -d -r1.837 -r1.838
--- the-xhtml-syntax.html 15 Oct 2010 23:24:13 -0000 1.837
+++ the-xhtml-syntax.html 18 Oct 2010 06:24:41 -0000 1.838
@@ -187,26 +187,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -330,13 +310,13 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="named-character-references.html" rel="prev" title="8.2 Named character references">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="named-character-references.html" rel="prev" title="8.2 Named character references">
<link href="Overview.html#contents" rel="index" title="Table of contents">
<link href="obsolete.html" rel="next" title="10 Obsolete features">
<body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
</div><div>
<a href="named-character-references.html">← 8.2 Named character references</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: offline.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/offline.html,v
retrieving revision 1.855
retrieving revision 1.856
diff -u -d -r1.855 -r1.856
--- offline.html 15 Oct 2010 23:24:10 -0000 1.855
+++ offline.html 18 Oct 2010 06:24:36 -0000 1.856
@@ -187,26 +187,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -330,13 +310,13 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="history.html" rel="prev" title="5.4 Session history and navigation">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="history.html" rel="prev" title="5.4 Session history and navigation">
<link href="Overview.html#contents" rel="index" title="Table of contents">
<link href="webappapis.html" rel="next" title="6 Web application APIs">
<body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
</div><div>
<a href="history.html">← 5.4 Session history and navigation</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: content-models.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/content-models.html,v
retrieving revision 1.311
retrieving revision 1.312
diff -u -d -r1.311 -r1.312
--- content-models.html 15 Oct 2010 23:24:08 -0000 1.311
+++ content-models.html 18 Oct 2010 06:24:34 -0000 1.312
@@ -187,26 +187,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -330,13 +310,13 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="elements.html" rel="prev" title="3.2 Elements">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="elements.html" rel="prev" title="3.2 Elements">
<link href="Overview.html#contents" rel="index" title="Table of contents">
<link href="apis-in-html-documents.html" rel="next" title="3.3 APIs in HTML documents">
<body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
</div><div>
<a href="elements.html">← 3.2 Elements</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: states-of-the-type-attribute.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/states-of-the-type-attribute.html,v
retrieving revision 1.306
retrieving revision 1.307
diff -u -d -r1.306 -r1.307
--- states-of-the-type-attribute.html 15 Oct 2010 23:24:12 -0000 1.306
+++ states-of-the-type-attribute.html 18 Oct 2010 06:24:40 -0000 1.307
@@ -187,26 +187,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -330,13 +310,13 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="the-input-element.html" rel="prev" title="4.10.7 The input element">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="the-input-element.html" rel="prev" title="4.10.7 The input element">
<link href="Overview.html#contents" rel="index" title="Table of contents">
<link href="number-state.html" rel="next" title="4.10.7.1.13 Number state">
<body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
</div><div>
<a href="the-input-element.html">← 4.10.7 The input element</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: apis-in-html-documents.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/apis-in-html-documents.html,v
retrieving revision 1.306
retrieving revision 1.307
diff -u -d -r1.306 -r1.307
--- apis-in-html-documents.html 15 Oct 2010 23:24:08 -0000 1.306
+++ apis-in-html-documents.html 18 Oct 2010 06:24:34 -0000 1.307
@@ -187,26 +187,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -330,13 +310,13 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="content-models.html" rel="prev" title="3.2.5 Content models">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="content-models.html" rel="prev" title="3.2.5 Content models">
<link href="Overview.html#contents" rel="index" title="Table of contents">
<link href="semantics.html" rel="next" title="4 The elements of HTML">
<body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
</div><div>
<a href="content-models.html">← 3.2.5 Content models</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: obsolete.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/obsolete.html,v
retrieving revision 1.857
retrieving revision 1.858
diff -u -d -r1.857 -r1.858
--- obsolete.html 15 Oct 2010 23:24:10 -0000 1.857
+++ obsolete.html 18 Oct 2010 06:24:36 -0000 1.858
@@ -187,26 +187,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -330,13 +310,13 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="the-xhtml-syntax.html" rel="prev" title="9 The XHTML syntax">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="the-xhtml-syntax.html" rel="prev" title="9 The XHTML syntax">
<link href="Overview.html#contents" rel="index" title="Table of contents">
<link href="iana.html" rel="next" title="11 IANA considerations">
<body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
</div><div>
<a href="the-xhtml-syntax.html">← 9 The XHTML syntax</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: named-character-references.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/named-character-references.html,v
retrieving revision 1.856
retrieving revision 1.857
diff -u -d -r1.856 -r1.857
--- named-character-references.html 15 Oct 2010 23:24:10 -0000 1.856
+++ named-character-references.html 18 Oct 2010 06:24:36 -0000 1.857
@@ -187,26 +187,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -330,13 +310,13 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="syntax.html" rel="prev" title="8 The HTML syntax">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="syntax.html" rel="prev" title="8 The HTML syntax">
<link href="Overview.html#contents" rel="index" title="Table of contents">
<link href="the-xhtml-syntax.html" rel="next" title="9 The XHTML syntax">
<body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
</div><div>
<a href="syntax.html">← 8 The HTML syntax</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: references.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/references.html,v
retrieving revision 1.853
retrieving revision 1.854
diff -u -d -r1.853 -r1.854
--- references.html 15 Oct 2010 23:24:10 -0000 1.853
+++ references.html 18 Oct 2010 06:24:36 -0000 1.854
@@ -187,26 +187,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -330,13 +310,13 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="index-of-terms.html" rel="prev" title="Index of terms">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="index-of-terms.html" rel="prev" title="Index of terms">
<link href="Overview.html#contents" rel="index" title="Table of contents">
<link href="acknowledgements.html" rel="next" title="Acknowledgements">
<body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
</div><div>
<a href="index-of-terms.html">← Index of terms</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: semantics.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/semantics.html,v
retrieving revision 1.867
retrieving revision 1.868
diff -u -d -r1.867 -r1.868
--- semantics.html 15 Oct 2010 23:24:10 -0000 1.867
+++ semantics.html 18 Oct 2010 06:24:37 -0000 1.868
@@ -187,26 +187,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -330,13 +310,13 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="apis-in-html-documents.html" rel="prev" title="3.3 APIs in HTML documents">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="apis-in-html-documents.html" rel="prev" title="3.3 APIs in HTML documents">
<link href="Overview.html#contents" rel="index" title="Table of contents">
<link href="scripting-1.html" rel="next" title="4.3 Scripting">
<body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
</div><div>
<a href="apis-in-html-documents.html">← 3.3 APIs in HTML documents</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: index.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index.html,v
retrieving revision 1.870
retrieving revision 1.871
diff -u -d -r1.870 -r1.871
--- index.html 15 Oct 2010 23:24:09 -0000 1.870
+++ index.html 18 Oct 2010 06:24:35 -0000 1.871
@@ -187,26 +187,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -330,13 +310,13 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="iana.html" rel="prev" title="11 IANA considerations">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="iana.html" rel="prev" title="11 IANA considerations">
<link href="Overview.html#contents" rel="index" title="Table of contents">
<link href="index-of-terms.html" rel="next" title="Index of terms">
<body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
</div><div>
<a href="iana.html">← 11 IANA considerations</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: the-button-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-button-element.html,v
retrieving revision 1.308
retrieving revision 1.309
diff -u -d -r1.308 -r1.309
--- the-button-element.html 15 Oct 2010 23:24:12 -0000 1.308
+++ the-button-element.html 18 Oct 2010 06:24:40 -0000 1.309
@@ -187,26 +187,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -330,13 +310,13 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="common-input-element-attributes.html" rel="prev" title="4.10.7.2 Common input element attributes">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="common-input-element-attributes.html" rel="prev" title="4.10.7.2 Common input element attributes">
<link href="Overview.html#contents" rel="index" title="Table of contents">
<link href="association-of-controls-and-forms.html" rel="next" title="4.10.18 Association of controls and forms">
<body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
</div><div>
<a href="common-input-element-attributes.html">← 4.10.7.2 Common input element attributes</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: dnd.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/dnd.html,v
retrieving revision 1.305
retrieving revision 1.306
diff -u -d -r1.305 -r1.306
--- dnd.html 15 Oct 2010 23:24:08 -0000 1.305
+++ dnd.html 18 Oct 2010 06:24:34 -0000 1.306
@@ -187,26 +187,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -330,13 +310,13 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="editing.html" rel="prev" title="7 User interaction">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="editing.html" rel="prev" title="7 User interaction">
<link href="Overview.html#contents" rel="index" title="Table of contents">
<link href="syntax.html" rel="next" title="8 The HTML syntax">
<body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
</div><div>
<a href="editing.html">← 7 User interaction</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: links.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/links.html,v
retrieving revision 1.312
retrieving revision 1.313
diff -u -d -r1.312 -r1.313
--- links.html 15 Oct 2010 23:24:09 -0000 1.312
+++ links.html 18 Oct 2010 06:24:36 -0000 1.313
@@ -187,26 +187,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -330,13 +310,13 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="commands.html" rel="prev" title="4.11.5 Commands">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="commands.html" rel="prev" title="4.11.5 Commands">
<link href="Overview.html#contents" rel="index" title="Table of contents">
<link href="browsers.html" rel="next" title="5 Loading Web pages">
<body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
</div><div>
<a href="commands.html">← 4.11.5 Commands</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.1235
retrieving revision 1.1236
diff -u -d -r1.1235 -r1.1236
--- spec.html 15 Oct 2010 23:24:10 -0000 1.1235
+++ spec.html 18 Oct 2010 06:24:37 -0000 1.1236
@@ -188,26 +188,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -331,15 +311,13 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script></head><body onload="init()"><div class="head" id="head">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script></head><body onload="init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="w3c-working-draft-12-october-2010">W3C Working Draft 12 October 2010</h2>
- <dl><dt>This Version:</dt>
- <dd><a href="http://www.w3.org/TR/2010/WD-html5-20101012/author/">http://www.w3.org/TR/2010/WD-html5-20101012/author/</a></dd>
- <dt>Latest Published Version:</dt>
+ <h2 class="no-num no-toc" id="editor-s-draft-18-october-2010">Editor's Draft 18 October 2010</h2>
+ <dl><dt>Latest Published Version:</dt>
<dd><a href="http://www.w3.org/TR/html5/author/">http://www.w3.org/TR/html5/author/</a></dd>
<dt>Latest Editor's Draft:</dt>
<dd><a href="http://dev.w3.org/html5/spec-author-view/">http://dev.w3.org/html5/spec-author-view/</a></dd>
@@ -356,7 +334,7 @@
<dt>Editors:</dt>
<dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
</dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>.
- This is revision 1.4514.</p>
+ This is revision 1.4515.</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts
@@ -458,7 +436,7 @@
Group</a> is the W3C working group responsible for this
specification's progress along the W3C Recommendation
track.
- This specification is the 12 October 2010 LC.
+ This specification is the 18 October 2010 Editor's Draft.
</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
@@ -1034,12 +1012,13 @@
the specification under the W3C copyright, while keeping a version
with the less restrictive license on the WHATWG site.</p><p>Since then, both groups have been working together.</p><!--w3c-html--><!--VERSION--><p>The <a href="http://www.whatwg.org/specs/web-apps/current-work/">HTML
specification</a> published by the WHATWG is not identical to
- this specification. At the time of this publication, the main
- differences were that the WHATWG version included features not
- included in this W3C version: some features have been omitted, but
- may be considered for future revisions of HTML beyond HTML5; and
- other features were omitted because at the W3C they are published as
- separate specifications.</p><!--w3c-html--><!--VERSION--><p>A separate document has been published by the W3C HTML working
+ this specification. The main differences are that the WHATWG version
+ includes features not included in this W3C version: some features
+ have been omitted as they are considered part of future revisions of
+ HTML, not HTML5; and other features are omitted because at the W3C
+ they are published as separate specifications. There are also some
+ minor differences. For an exact list of differences, please see the
+ WHATWG specification.</p><!--w3c-html--><!--VERSION--><p>A separate document has been published by the W3C HTML working
group to document the differences between this specification and the
language described in the HTML4 specification. <a href="#refsHTMLDIFF">[HTMLDIFF]</a></p><h3 id="design-notes"><span class="secno">1.5 </span>Design notes</h3><p><i>This section is non-normative.</i></p><p>It must be admitted that many aspects of HTML appear at first
glance to be nonsensical and inconsistent.</p><p>HTML, its supporting DOM APIs, as well as many of its supporting
Index: number-state.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/number-state.html,v
retrieving revision 1.301
retrieving revision 1.302
diff -u -d -r1.301 -r1.302
--- number-state.html 15 Oct 2010 23:24:10 -0000 1.301
+++ number-state.html 18 Oct 2010 06:24:36 -0000 1.302
@@ -187,26 +187,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -330,13 +310,13 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="states-of-the-type-attribute.html" rel="prev" title="4.10.7.1 States of the type attribute">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="states-of-the-type-attribute.html" rel="prev" title="4.10.7.1 States of the type attribute">
<link href="Overview.html#contents" rel="index" title="Table of contents">
<link href="common-input-element-attributes.html" rel="next" title="4.10.7.2 Common input element attributes">
<body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
</div><div>
<a href="states-of-the-type-attribute.html">← 4.10.7.1 States of the type attribute</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: sections.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/sections.html,v
retrieving revision 1.314
retrieving revision 1.315
diff -u -d -r1.314 -r1.315
--- sections.html 15 Oct 2010 23:24:10 -0000 1.314
+++ sections.html 18 Oct 2010 06:24:37 -0000 1.315
@@ -187,26 +187,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -330,13 +310,13 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="scripting-1.html" rel="prev" title="4.3 Scripting">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="scripting-1.html" rel="prev" title="4.3 Scripting">
<link href="Overview.html#contents" rel="index" title="Table of contents">
<link href="grouping-content.html" rel="next" title="4.5 Grouping content">
<body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
</div><div>
<a href="scripting-1.html">← 4.3 Scripting</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: introduction.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/introduction.html,v
retrieving revision 1.862
retrieving revision 1.863
diff -u -d -r1.862 -r1.863
--- introduction.html 15 Oct 2010 23:24:09 -0000 1.862
+++ introduction.html 18 Oct 2010 06:24:36 -0000 1.863
@@ -187,26 +187,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -330,12 +310,12 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="Overview.html#contents" rel="index" title="Table of contents">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="Overview.html#contents" rel="index" title="Table of contents">
<link href="infrastructure.html" rel="next" title="2 Common infrastructure">
<body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
</div><div>
<a href="Overview.html#contents">Table of contents</a> –
<a href="infrastructure.html">2 Common infrastructure →</a>
@@ -443,12 +423,13 @@
the specification under the W3C copyright, while keeping a version
with the less restrictive license on the WHATWG site.<p>Since then, both groups have been working together.</p><!--w3c-html--><!--VERSION--><p>The <a href="http://www.whatwg.org/specs/web-apps/current-work/">HTML
specification</a> published by the WHATWG is not identical to
- this specification. At the time of this publication, the main
- differences were that the WHATWG version included features not
- included in this W3C version: some features have been omitted, but
- may be considered for future revisions of HTML beyond HTML5; and
- other features were omitted because at the W3C they are published as
- separate specifications.</p><!--w3c-html--><!--VERSION--><p>A separate document has been published by the W3C HTML working
+ this specification. The main differences are that the WHATWG version
+ includes features not included in this W3C version: some features
+ have been omitted as they are considered part of future revisions of
+ HTML, not HTML5; and other features are omitted because at the W3C
+ they are published as separate specifications. There are also some
+ minor differences. For an exact list of differences, please see the
+ WHATWG specification.</p><!--w3c-html--><!--VERSION--><p>A separate document has been published by the W3C HTML working
group to document the differences between this specification and the
language described in the HTML4 specification. <a href="references.html#refsHTMLDIFF">[HTMLDIFF]</a><h3 id="design-notes"><span class="secno">1.5 </span>Design notes</h3><p><i>This section is non-normative.</i><p>It must be admitted that many aspects of HTML appear at first
glance to be nonsensical and inconsistent.<p>HTML, its supporting DOM APIs, as well as many of its supporting
Index: commands.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/commands.html,v
retrieving revision 1.298
retrieving revision 1.299
diff -u -d -r1.298 -r1.299
--- commands.html 15 Oct 2010 23:24:08 -0000 1.298
+++ commands.html 18 Oct 2010 06:24:34 -0000 1.299
@@ -187,26 +187,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -330,13 +310,13 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="interactive-elements.html" rel="prev" title="4.11 Interactive elements">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="interactive-elements.html" rel="prev" title="4.11 Interactive elements">
<link href="Overview.html#contents" rel="index" title="Table of contents">
<link href="links.html" rel="next" title="4.12 Links">
<body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
</div><div>
<a href="interactive-elements.html">← 4.11 Interactive elements</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: common-microsyntaxes.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/common-microsyntaxes.html,v
retrieving revision 1.303
retrieving revision 1.304
diff -u -d -r1.303 -r1.304
--- common-microsyntaxes.html 15 Oct 2010 23:24:08 -0000 1.303
+++ common-microsyntaxes.html 18 Oct 2010 06:24:34 -0000 1.304
@@ -187,26 +187,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -330,13 +310,13 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="infrastructure.html" rel="prev" title="2 Common infrastructure">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="infrastructure.html" rel="prev" title="2 Common infrastructure">
<link href="Overview.html#contents" rel="index" title="Table of contents">
<link href="urls.html" rel="next" title="2.6 URLs">
<body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
</div><div>
<a href="infrastructure.html">← 2 Common infrastructure</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: syntax.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/syntax.html,v
retrieving revision 1.865
retrieving revision 1.866
diff -u -d -r1.865 -r1.866
--- syntax.html 15 Oct 2010 23:24:12 -0000 1.865
+++ syntax.html 18 Oct 2010 06:24:40 -0000 1.866
@@ -187,26 +187,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -330,13 +310,13 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="dnd.html" rel="prev" title="7.7 Drag and drop">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="dnd.html" rel="prev" title="7.7 Drag and drop">
<link href="Overview.html#contents" rel="index" title="Table of contents">
<link href="named-character-references.html" rel="next" title="8.2 Named character references">
<body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
</div><div>
<a href="dnd.html">← 7.7 Drag and drop</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: webappapis.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/webappapis.html,v
retrieving revision 1.285
retrieving revision 1.286
diff -u -d -r1.285 -r1.286
--- webappapis.html 15 Oct 2010 23:24:14 -0000 1.285
+++ webappapis.html 18 Oct 2010 06:24:41 -0000 1.286
@@ -187,26 +187,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style><style type="text/css">
.applies thead th > * { display: block; }
@@ -330,13 +310,13 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
-</script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="offline.html" rel="prev" title="5.6 Offline Web applications">
+</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><link href="offline.html" rel="prev" title="5.6 Offline Web applications">
<link href="Overview.html#contents" rel="index" title="Table of contents">
<link href="timers.html" rel="next" title="6.2 Timers">
<body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
</div><div>
<a href="offline.html">← 5.6 Offline Web applications</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: spec.preprocessed.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.preprocessed.html,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -d -r1.146 -r1.147
--- spec.preprocessed.html 15 Oct 2010 23:24:12 -0000 1.146
+++ spec.preprocessed.html 18 Oct 2010 06:24:39 -0000 1.147
@@ -192,26 +192,6 @@
fieldset > legend * + { margin-top: 0; }
fieldset > :last-child { margin-bottom: 0; }
- .latest-link::after {
- position: fixed;
- bottom: 0;
- left: 0; right: 0;
- margin: 0 auto 0 auto;
- width: 50%;
- background: maroon; color: yellow;
- -webkit-border-radius: 1em 1em 0 0;
- -moz-border-radius: 1em 1em 0 0;
- border-radius: 1em 1em 0 0;
- -moz-box-shadow: 0 0 1em #500;
- -webkit-box-shadow: 0 0 1em #500;
- box-shadow: 0 0 1em silver;
- padding: 0.5em 1em;
- text-align: center;
- text-decoration: underline;
- white-space: pre-wrap;
- content: 'This is an out-of-date copy of this specification.\A For the up-to-date version, please view the latest editor\'s draft by following this link.';
- }
-
</style>
<style type="text/css">
@@ -338,18 +318,16 @@
fixBrokenLink();
}
</script>
-<link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
+<link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
<link href="style.css" rel="stylesheet">
<script src="link-fixup.js"></script>
</head><body onload="init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4514</span></h1>
+ <h1>HTML5 <span class="edition">Edition for Web Authors</span> <span class="rcsrevision">revision 1.4515</span></h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="w3c-working-draft-12-october-2010">W3C Working Draft 12 October 2010</h2>
- <dl><dt>This Version:</dt>
- <dd><a href="http://www.w3.org/TR/2010/WD-html5-20101012/author/">http://www.w3.org/TR/2010/WD-html5-20101012/author/</a></dd>
- <dt>Latest Published Version:</dt>
+ <h2 class="no-num no-toc" id="editor-s-draft-18-october-2010">Editor's Draft 18 October 2010</h2>
+ <dl><dt>Latest Published Version:</dt>
<dd><a href="http://www.w3.org/TR/html5/author/">http://www.w3.org/TR/html5/author/</a></dd>
<dt>Latest Editor's Draft:</dt>
<dd><a href="http://dev.w3.org/html5/spec-author-view/">http://dev.w3.org/html5/spec-author-view/</a></dd>
@@ -366,7 +344,7 @@
<dt>Editors:</dt>
<dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
</dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>.
- This is revision 1.4514.</p>
+ This is revision 1.4515.</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts
@@ -469,7 +447,7 @@
Group</a> is the W3C working group responsible for this
specification's progress along the W3C Recommendation
track.
- This specification is the 12 October 2010 LC.
+ This specification is the 18 October 2010 Editor's Draft.
</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
@@ -1333,12 +1311,13 @@
the specification under the W3C copyright, while keeping a version
with the less restrictive license on the WHATWG site.</p><p>Since then, both groups have been working together.</p><!--w3c-html--><!--VERSION--><p>The <a href="http://www.whatwg.org/specs/web-apps/current-work/">HTML
specification</a> published by the WHATWG is not identical to
- this specification. At the time of this publication, the main
- differences were that the WHATWG version included features not
- included in this W3C version: some features have been omitted, but
- may be considered for future revisions of HTML beyond HTML5; and
- other features were omitted because at the W3C they are published as
- separate specifications.</p><!--w3c-html--><!--VERSION--><p>A separate document has been published by the W3C HTML working
+ this specification. The main differences are that the WHATWG version
+ includes features not included in this W3C version: some features
+ have been omitted as they are considered part of future revisions of
+ HTML, not HTML5; and other features are omitted because at the W3C
+ they are published as separate specifications. There are also some
+ minor differences. For an exact list of differences, please see the
+ WHATWG specification.</p><!--w3c-html--><!--VERSION--><p>A separate document has been published by the W3C HTML working
group to document the differences between this specification and the
language described in the HTML4 specification. <a href="#refsHTMLDIFF">[HTMLDIFF]</a></p><h3 id="design-notes"><span class="secno">1.5 </span>Design notes</h3><p><i>This section is non-normative.</i></p><p>It must be admitted that many aspects of HTML appear at first
glance to be nonsensical and inconsistent.</p><p>HTML, its supporting DOM APIs, as well as many of its supporting
Received on Monday, 18 October 2010 06:24:48 UTC