- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 22 Jun 2010 10:26:49 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv27754
Modified Files:
acknowledgements.html apis-in-html-documents.html
association-of-controls-and-forms.html browsers.html
commands.html common-dom-interfaces.html
common-input-element-attributes.html common-microsyntaxes.html
content-models.html dnd.html dom.html editing.html edits.html
elements.html embedded-content-1.html fetching-resources.html
forms.html grouping-content.html history.html iana.html
index.html infrastructure.html interactive-elements.html
introduction.html links.html named-character-references.html
namespaces.html number-state.html obsolete.html offline.html
origin-0.html parsing.html references.html rendering.html
scripting-1.html sections.html semantics.html spec.html
states-of-the-type-attribute.html syntax.html
tabular-data.html text-level-semantics.html
the-button-element.html the-canvas-element.html the-end.html
the-iframe-element.html the-input-element.html
the-map-element.html the-xhtml-syntax.html timers.html
tokenization.html urls.html video.html webappapis.html
Log Message:
prepare for publication
[updated by splitter]
Index: infrastructure.html
===================================================================
RCS file: /sources/public/html5/spec/infrastructure.html,v
retrieving revision 1.1006
retrieving revision 1.1007
diff -u -d -r1.1006 -r1.1007
--- infrastructure.html 15 Jun 2010 23:46:43 -0000 1.1006
+++ infrastructure.html 22 Jun 2010 10:26:45 -0000 1.1007
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="introduction.html" title="1 Introduction" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: text-level-semantics.html
===================================================================
RCS file: /sources/public/html5/spec/text-level-semantics.html,v
retrieving revision 1.992
retrieving revision 1.993
diff -u -d -r1.992 -r1.993
--- text-level-semantics.html 15 Jun 2010 23:46:45 -0000 1.992
+++ text-level-semantics.html 22 Jun 2010 10:26:46 -0000 1.993
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="grouping-content.html" title="4.5 Grouping content" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: scripting-1.html
===================================================================
RCS file: /sources/public/html5/spec/scripting-1.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- scripting-1.html 15 Jun 2010 23:46:44 -0000 1.4
+++ scripting-1.html 22 Jun 2010 10:26:46 -0000 1.5
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="semantics.html" title="4 The elements of HTML" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: the-map-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-map-element.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- the-map-element.html 15 Jun 2010 23:46:45 -0000 1.4
+++ the-map-element.html 22 Jun 2010 10:26:47 -0000 1.5
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="the-canvas-element.html" title="4.8.10 The canvas element" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: the-canvas-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-canvas-element.html,v
retrieving revision 1.859
retrieving revision 1.860
diff -u -d -r1.859 -r1.860
--- the-canvas-element.html 15 Jun 2010 23:46:45 -0000 1.859
+++ the-canvas-element.html 22 Jun 2010 10:26:47 -0000 1.860
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="video.html" title="4.8.6 The video element" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: tabular-data.html
===================================================================
RCS file: /sources/public/html5/spec/tabular-data.html,v
retrieving revision 1.987
retrieving revision 1.988
diff -u -d -r1.987 -r1.988
--- tabular-data.html 15 Jun 2010 23:46:44 -0000 1.987
+++ tabular-data.html 22 Jun 2010 10:26:46 -0000 1.988
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="the-map-element.html" title="4.8.11 The map element" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: the-iframe-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-iframe-element.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- the-iframe-element.html 15 Jun 2010 23:46:45 -0000 1.4
+++ the-iframe-element.html 22 Jun 2010 10:26:47 -0000 1.5
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="embedded-content-1.html" title="4.8 Embedded content" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: association-of-controls-and-forms.html
===================================================================
RCS file: /sources/public/html5/spec/association-of-controls-and-forms.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- association-of-controls-and-forms.html 15 Jun 2010 23:46:42 -0000 1.4
+++ association-of-controls-and-forms.html 22 Jun 2010 10:26:43 -0000 1.5
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="the-button-element.html" title="4.10.8 The button element" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: the-end.html
===================================================================
RCS file: /sources/public/html5/spec/the-end.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- the-end.html 15 Jun 2010 23:46:45 -0000 1.4
+++ the-end.html 22 Jun 2010 10:26:47 -0000 1.5
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="tokenization.html" title="8.2.4 Tokenization" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: history.html
===================================================================
RCS file: /sources/public/html5/spec/history.html,v
retrieving revision 1.988
retrieving revision 1.989
diff -u -d -r1.988 -r1.989
--- history.html 15 Jun 2010 23:46:42 -0000 1.988
+++ history.html 22 Jun 2010 10:26:45 -0000 1.989
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="origin-0.html" title="5.3 Origin" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: common-dom-interfaces.html
===================================================================
RCS file: /sources/public/html5/spec/common-dom-interfaces.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- common-dom-interfaces.html 15 Jun 2010 23:46:42 -0000 1.4
+++ common-dom-interfaces.html 22 Jun 2010 10:26:44 -0000 1.5
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="fetching-resources.html" title="2.6 Fetching resources" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: parsing.html
===================================================================
RCS file: /sources/public/html5/spec/parsing.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- parsing.html 15 Jun 2010 23:46:44 -0000 1.4
+++ parsing.html 22 Jun 2010 10:26:46 -0000 1.5
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="syntax.html" title="8 The HTML syntax" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: fetching-resources.html
===================================================================
RCS file: /sources/public/html5/spec/fetching-resources.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- fetching-resources.html 15 Jun 2010 23:46:42 -0000 1.4
+++ fetching-resources.html 22 Jun 2010 10:26:44 -0000 1.5
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="urls.html" title="2.5 URLs" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: origin-0.html
===================================================================
RCS file: /sources/public/html5/spec/origin-0.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- origin-0.html 15 Jun 2010 23:46:44 -0000 1.4
+++ origin-0.html 22 Jun 2010 10:26:46 -0000 1.5
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="browsers.html" title="5 Loading Web pages" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: common-input-element-attributes.html
===================================================================
RCS file: /sources/public/html5/spec/common-input-element-attributes.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- common-input-element-attributes.html 15 Jun 2010 23:46:42 -0000 1.4
+++ common-input-element-attributes.html 22 Jun 2010 10:26:44 -0000 1.5
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="number-state.html" title="4.10.7.1.13 Number state" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: dom.html
===================================================================
RCS file: /sources/public/html5/spec/dom.html,v
retrieving revision 1.998
retrieving revision 1.999
diff -u -d -r1.998 -r1.999
--- dom.html 15 Jun 2010 23:46:42 -0000 1.998
+++ dom.html 22 Jun 2010 10:26:44 -0000 1.999
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="namespaces.html" title="2.8 Namespaces" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: embedded-content-1.html
===================================================================
RCS file: /sources/public/html5/spec/embedded-content-1.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- embedded-content-1.html 22 Jun 2010 08:16:47 -0000 1.6
+++ embedded-content-1.html 22 Jun 2010 10:26:44 -0000 1.7
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="edits.html" title="4.7 Edits" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: the-input-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-input-element.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- the-input-element.html 15 Jun 2010 23:46:45 -0000 1.4
+++ the-input-element.html 22 Jun 2010 10:26:47 -0000 1.5
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="forms.html" title="4.10 Forms" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: rendering.html
===================================================================
RCS file: /sources/public/html5/spec/rendering.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- rendering.html 15 Jun 2010 23:46:44 -0000 1.5
+++ rendering.html 22 Jun 2010 10:26:46 -0000 1.6
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="the-xhtml-syntax.html" title="9 The XHTML syntax" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: acknowledgements.html
===================================================================
RCS file: /sources/public/html5/spec/acknowledgements.html,v
retrieving revision 1.1002
retrieving revision 1.1003
diff -u -d -r1.1002 -r1.1003
--- acknowledgements.html 15 Jun 2010 23:46:41 -0000 1.1002
+++ acknowledgements.html 22 Jun 2010 10:26:43 -0000 1.1003
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="references.html" title="References" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: grouping-content.html
===================================================================
RCS file: /sources/public/html5/spec/grouping-content.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- grouping-content.html 15 Jun 2010 23:46:42 -0000 1.4
+++ grouping-content.html 22 Jun 2010 10:26:45 -0000 1.5
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="sections.html" title="4.4 Sections" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: timers.html
===================================================================
RCS file: /sources/public/html5/spec/timers.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- timers.html 15 Jun 2010 23:46:45 -0000 1.4
+++ timers.html 22 Jun 2010 10:26:47 -0000 1.5
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="webappapis.html" title="6 Web application APIs" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: elements.html
===================================================================
RCS file: /sources/public/html5/spec/elements.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- elements.html 15 Jun 2010 23:46:42 -0000 1.4
+++ elements.html 22 Jun 2010 10:26:44 -0000 1.5
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="dom.html" title="3 Semantics, structure, and APIs of HTML documents" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: urls.html
===================================================================
RCS file: /sources/public/html5/spec/urls.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- urls.html 15 Jun 2010 23:46:45 -0000 1.4
+++ urls.html 22 Jun 2010 10:26:47 -0000 1.5
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="common-microsyntaxes.html" title="2.4 Common microsyntaxes" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: tokenization.html
===================================================================
RCS file: /sources/public/html5/spec/tokenization.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- tokenization.html 15 Jun 2010 23:46:45 -0000 1.4
+++ tokenization.html 22 Jun 2010 10:26:47 -0000 1.5
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="parsing.html" title="8.2 Parsing HTML documents" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: forms.html
===================================================================
RCS file: /sources/public/html5/spec/forms.html,v
retrieving revision 1.991
retrieving revision 1.992
diff -u -d -r1.991 -r1.992
--- forms.html 15 Jun 2010 23:46:42 -0000 1.991
+++ forms.html 22 Jun 2010 10:26:44 -0000 1.992
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="tabular-data.html" title="4.9 Tabular data" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: interactive-elements.html
===================================================================
RCS file: /sources/public/html5/spec/interactive-elements.html,v
retrieving revision 1.990
retrieving revision 1.991
diff -u -d -r1.990 -r1.991
--- interactive-elements.html 15 Jun 2010 23:46:43 -0000 1.990
+++ interactive-elements.html 22 Jun 2010 10:26:45 -0000 1.991
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="association-of-controls-and-forms.html" title="4.10.18 Association of controls and forms" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: editing.html
===================================================================
RCS file: /sources/public/html5/spec/editing.html,v
retrieving revision 1.993
retrieving revision 1.994
diff -u -d -r1.993 -r1.994
--- editing.html 15 Jun 2010 23:46:42 -0000 1.993
+++ editing.html 22 Jun 2010 10:26:44 -0000 1.994
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="timers.html" title="6.2 Timers" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: video.html
===================================================================
RCS file: /sources/public/html5/spec/video.html,v
retrieving revision 1.867
retrieving revision 1.868
diff -u -d -r1.867 -r1.868
--- video.html 15 Jun 2010 23:46:45 -0000 1.867
+++ video.html 22 Jun 2010 10:26:47 -0000 1.868
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="the-iframe-element.html" title="4.8.2 The iframe element" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: browsers.html
===================================================================
RCS file: /sources/public/html5/spec/browsers.html,v
retrieving revision 1.993
retrieving revision 1.994
diff -u -d -r1.993 -r1.994
--- browsers.html 15 Jun 2010 23:46:42 -0000 1.993
+++ browsers.html 22 Jun 2010 10:26:44 -0000 1.994
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="links.html" title="4.12 Links" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: edits.html
===================================================================
RCS file: /sources/public/html5/spec/edits.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- edits.html 15 Jun 2010 23:46:42 -0000 1.4
+++ edits.html 22 Jun 2010 10:26:44 -0000 1.5
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="text-level-semantics.html" title="4.6 Text-level semantics" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: the-xhtml-syntax.html
===================================================================
RCS file: /sources/public/html5/spec/the-xhtml-syntax.html,v
retrieving revision 1.997
retrieving revision 1.998
diff -u -d -r1.997 -r1.998
--- the-xhtml-syntax.html 15 Jun 2010 23:46:45 -0000 1.997
+++ the-xhtml-syntax.html 22 Jun 2010 10:26:47 -0000 1.998
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="named-character-references.html" title="8.5 Named character references" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: iana.html
===================================================================
RCS file: /sources/public/html5/spec/iana.html,v
retrieving revision 1.324
retrieving revision 1.325
diff -u -d -r1.324 -r1.325
--- iana.html 15 Jun 2010 23:46:43 -0000 1.324
+++ iana.html 22 Jun 2010 10:26:45 -0000 1.325
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="obsolete.html" title="11 Obsolete features" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: offline.html
===================================================================
RCS file: /sources/public/html5/spec/offline.html,v
retrieving revision 1.986
retrieving revision 1.987
diff -u -d -r1.986 -r1.987
--- offline.html 15 Jun 2010 23:46:43 -0000 1.986
+++ offline.html 22 Jun 2010 10:26:46 -0000 1.987
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="history.html" title="5.4 Session history and navigation" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: content-models.html
===================================================================
RCS file: /sources/public/html5/spec/content-models.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- content-models.html 15 Jun 2010 23:46:42 -0000 1.4
+++ content-models.html 22 Jun 2010 10:26:44 -0000 1.5
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="elements.html" title="3.2 Elements" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: states-of-the-type-attribute.html
===================================================================
RCS file: /sources/public/html5/spec/states-of-the-type-attribute.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- states-of-the-type-attribute.html 15 Jun 2010 23:46:44 -0000 1.4
+++ states-of-the-type-attribute.html 22 Jun 2010 10:26:46 -0000 1.5
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="the-input-element.html" title="4.10.7 The input element" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: apis-in-html-documents.html
===================================================================
RCS file: /sources/public/html5/spec/apis-in-html-documents.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- apis-in-html-documents.html 15 Jun 2010 23:46:41 -0000 1.4
+++ apis-in-html-documents.html 22 Jun 2010 10:26:43 -0000 1.5
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="content-models.html" title="3.2.5 Content models" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: obsolete.html
===================================================================
RCS file: /sources/public/html5/spec/obsolete.html,v
retrieving revision 1.988
retrieving revision 1.989
diff -u -d -r1.988 -r1.989
--- obsolete.html 15 Jun 2010 23:46:43 -0000 1.988
+++ obsolete.html 22 Jun 2010 10:26:45 -0000 1.989
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="rendering.html" title="10 Rendering" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: named-character-references.html
===================================================================
RCS file: /sources/public/html5/spec/named-character-references.html,v
retrieving revision 1.985
retrieving revision 1.986
diff -u -d -r1.985 -r1.986
--- named-character-references.html 15 Jun 2010 23:46:43 -0000 1.985
+++ named-character-references.html 22 Jun 2010 10:26:45 -0000 1.986
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="the-end.html" title="8.2.6 The end" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: references.html
===================================================================
RCS file: /sources/public/html5/spec/references.html,v
retrieving revision 1.993
retrieving revision 1.994
diff -u -d -r1.993 -r1.994
--- references.html 15 Jun 2010 23:46:44 -0000 1.993
+++ references.html 22 Jun 2010 10:26:46 -0000 1.994
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="index.html" title="Index" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: semantics.html
===================================================================
RCS file: /sources/public/html5/spec/semantics.html,v
retrieving revision 1.1006
retrieving revision 1.1007
diff -u -d -r1.1006 -r1.1007
--- semantics.html 15 Jun 2010 23:46:44 -0000 1.1006
+++ semantics.html 22 Jun 2010 10:26:46 -0000 1.1007
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="apis-in-html-documents.html" title="3.3 APIs in HTML documents" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: index.html
===================================================================
RCS file: /sources/public/html5/spec/index.html,v
retrieving revision 1.994
retrieving revision 1.995
diff -u -d -r1.994 -r1.995
--- index.html 15 Jun 2010 23:46:43 -0000 1.994
+++ index.html 22 Jun 2010 10:26:45 -0000 1.995
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="iana.html" title="12 IANA considerations" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: the-button-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-button-element.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- the-button-element.html 15 Jun 2010 23:46:45 -0000 1.4
+++ the-button-element.html 22 Jun 2010 10:26:47 -0000 1.5
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="common-input-element-attributes.html" title="4.10.7.2 Common input element attributes" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: dnd.html
===================================================================
RCS file: /sources/public/html5/spec/dnd.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- dnd.html 15 Jun 2010 23:46:42 -0000 1.4
+++ dnd.html 22 Jun 2010 10:26:44 -0000 1.5
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="editing.html" title="7 User interaction" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: links.html
===================================================================
RCS file: /sources/public/html5/spec/links.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- links.html 15 Jun 2010 23:46:43 -0000 1.5
+++ links.html 22 Jun 2010 10:26:45 -0000 1.6
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="commands.html" title="4.11.5 Commands" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1041
retrieving revision 1.1042
diff -u -d -r1.1041 -r1.1042
--- spec.html 22 Jun 2010 08:16:47 -0000 1.1041
+++ spec.html 22 Jun 2010 10:26:46 -0000 1.1042
@@ -305,15 +305,17 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor-s-draft-22-june-2010">Editor's Draft 22 June 2010</h2>
- <dl><dt>Latest Published Version:</dt>
+ <h2 class="no-num no-toc" id="w3c-working-draft-24-june-2010">W3C Working Draft 24 June 2010</h2>
+ <dl><dt>This Version:</dt>
+ <dd><a href="http://www.w3.org/TR/2010/WD-html5-20100624/">http://www.w3.org/TR/2010/WD-html5-20100624/</a></dd>
+ <dt>Latest Published Version:</dt>
<dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
<dt>Latest Editor's Draft:</dt>
<dd><a href="http://dev.w3.org/html5/spec/Overview.html">http://dev.w3.org/html5/spec/Overview.html</a></dd>
@@ -331,7 +333,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">author edition</a>.
-This is revision 1.4101.
+This is revision 1.4102.
</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
@@ -416,7 +418,7 @@
Group</a> is the W3C working group responsible for this
specification's progress along the W3C Recommendation
track.
- This specification is the 22 June 2010 Editor's Draft.
+ This specification is the 24 June 2010 Working Draft snapshot.
</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
Index: number-state.html
===================================================================
RCS file: /sources/public/html5/spec/number-state.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- number-state.html 15 Jun 2010 23:46:43 -0000 1.4
+++ number-state.html 22 Jun 2010 10:26:45 -0000 1.5
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="states-of-the-type-attribute.html" title="4.10.7.1 States of the type attribute" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: sections.html
===================================================================
RCS file: /sources/public/html5/spec/sections.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- sections.html 15 Jun 2010 23:46:44 -0000 1.4
+++ sections.html 22 Jun 2010 10:26:46 -0000 1.5
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="scripting-1.html" title="4.3 Scripting" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: namespaces.html
===================================================================
RCS file: /sources/public/html5/spec/namespaces.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- namespaces.html 15 Jun 2010 23:46:43 -0000 1.4
+++ namespaces.html 22 Jun 2010 10:26:45 -0000 1.5
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="common-dom-interfaces.html" title="2.7 Common DOM interfaces" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: introduction.html
===================================================================
RCS file: /sources/public/html5/spec/introduction.html,v
retrieving revision 1.997
retrieving revision 1.998
diff -u -d -r1.997 -r1.998
--- introduction.html 18 Jun 2010 12:17:19 -0000 1.997
+++ introduction.html 22 Jun 2010 10:26:45 -0000 1.998
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="spec.html#contents" title="Table of contents" rel="index">
<link href="infrastructure.html" title="2 Common infrastructure" rel="next">
@@ -423,13 +423,12 @@
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. 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
+ 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
group to document the differences between this specification and the
language described in the HTML4 specification. <a href="references.html#refsHTMLDIFF">[HTMLDIFF]</a></p><h3 id="design-notes"><span class="secno">1.5 </span>Design notes</h3><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><p><i>This section is non-normative.</i></p><p>It must be admitted that many aspects of HTML appear at first
glance to be nonsensical and inconsistent.</p><p>HTML, its supporting DOM APIs, as well as many of its supporting
Index: commands.html
===================================================================
RCS file: /sources/public/html5/spec/commands.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- commands.html 15 Jun 2010 23:46:42 -0000 1.4
+++ commands.html 22 Jun 2010 10:26:44 -0000 1.5
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="interactive-elements.html" title="4.11 Interactive elements" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: syntax.html
===================================================================
RCS file: /sources/public/html5/spec/syntax.html,v
retrieving revision 1.999
retrieving revision 1.1000
diff -u -d -r1.999 -r1.1000
--- syntax.html 15 Jun 2010 23:46:44 -0000 1.999
+++ syntax.html 22 Jun 2010 10:26:46 -0000 1.1000
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="dnd.html" title="7.9 Drag and drop" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: webappapis.html
===================================================================
RCS file: /sources/public/html5/spec/webappapis.html,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -d -r1.121 -r1.122
--- webappapis.html 15 Jun 2010 23:46:45 -0000 1.121
+++ webappapis.html 22 Jun 2010 10:26:47 -0000 1.122
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="offline.html" title="5.6 Offline Web applications" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Index: common-microsyntaxes.html
===================================================================
RCS file: /sources/public/html5/spec/common-microsyntaxes.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- common-microsyntaxes.html 15 Jun 2010 23:46:42 -0000 1.5
+++ common-microsyntaxes.html 22 Jun 2010 10:26:44 -0000 1.6
@@ -305,7 +305,7 @@
document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms';
fixBrokenLink();
}
- </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css">
<script src="link-fixup.js"></script>
<link href="infrastructure.html" title="2 Common infrastructure" rel="prev">
<link href="spec.html#contents" title="Table of contents" rel="index">
Received on Tuesday, 22 June 2010 10:26:52 UTC