- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 02 Jul 2010 23:07:37 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv10319
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.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
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:
Captions - Stage 17: The logic for updating active cues, firing events, and triggering rendering updates; start of the domintro stuff. (whatwg r5132)
[updated by splitter]
Index: infrastructure.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/infrastructure.html,v
retrieving revision 1.597
retrieving revision 1.598
diff -u -d -r1.597 -r1.598
--- infrastructure.html 1 Jul 2010 21:37:35 -0000 1.597
+++ infrastructure.html 2 Jul 2010 23:07:31 -0000 1.598
@@ -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-WD" rel="stylesheet" type="text/css"><link href="introduction.html" title="1 Introduction" rel="prev">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="introduction.html" title="1 Introduction" rel="prev">
<link href="Overview.html#contents" title="Table of contents" rel="index">
<link href="common-microsyntaxes.html" title="2.4 Common microsyntaxes" rel="next">
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
Index: text-level-semantics.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/text-level-semantics.html,v
retrieving revision 1.595
retrieving revision 1.596
diff -u -d -r1.595 -r1.596
--- text-level-semantics.html 22 Jun 2010 10:27:38 -0000 1.595
+++ text-level-semantics.html 2 Jul 2010 23:07:34 -0000 1.596
@@ -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-WD" rel="stylesheet" type="text/css"><link href="grouping-content.html" title="4.5 Grouping content" rel="prev">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="grouping-content.html" title="4.5 Grouping content" rel="prev">
<link href="Overview.html#contents" title="Table of contents" rel="index">
<link href="edits.html" title="4.7 Edits" rel="next">
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
Index: scripting-1.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/scripting-1.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- scripting-1.html 22 Jun 2010 10:27:37 -0000 1.37
+++ scripting-1.html 2 Jul 2010 23:07:32 -0000 1.38
@@ -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-WD" rel="stylesheet" type="text/css"><link href="semantics.html" title="4 The elements of HTML" rel="prev">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="semantics.html" title="4 The elements of HTML" rel="prev">
<link href="Overview.html#contents" title="Table of contents" rel="index">
<link href="sections.html" title="4.4 Sections" rel="next">
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
Index: the-map-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-map-element.html,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- the-map-element.html 22 Jun 2010 10:27:39 -0000 1.36
+++ the-map-element.html 2 Jul 2010 23:07:35 -0000 1.37
@@ -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-WD" rel="stylesheet" type="text/css"><link href="the-canvas-element.html" title="4.8.10 The canvas element" rel="prev">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="the-canvas-element.html" title="4.8.10 The canvas element" rel="prev">
<link href="Overview.html#contents" title="Table of contents" rel="index">
<link href="tabular-data.html" title="4.9 Tabular data" rel="next">
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
Index: the-canvas-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-canvas-element.html,v
retrieving revision 1.589
retrieving revision 1.590
diff -u -d -r1.589 -r1.590
--- the-canvas-element.html 22 Jun 2010 10:27:38 -0000 1.589
+++ the-canvas-element.html 2 Jul 2010 23:07:34 -0000 1.590
@@ -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-WD" rel="stylesheet" type="text/css"><link href="video.html" title="4.8.6 The video element" rel="prev">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="video.html" title="4.8.6 The video element" rel="prev">
<link href="Overview.html#contents" title="Table of contents" rel="index">
<link href="the-map-element.html" title="4.8.11 The map element" rel="next">
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
Index: tabular-data.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/tabular-data.html,v
retrieving revision 1.579
retrieving revision 1.580
diff -u -d -r1.579 -r1.580
--- tabular-data.html 22 Jun 2010 10:27:38 -0000 1.579
+++ tabular-data.html 2 Jul 2010 23:07:34 -0000 1.580
@@ -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-WD" rel="stylesheet" type="text/css"><link href="the-map-element.html" title="4.8.11 The map element" rel="prev">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="the-map-element.html" title="4.8.11 The map element" rel="prev">
<link href="Overview.html#contents" title="Table of contents" rel="index">
<link href="forms.html" title="4.10 Forms" rel="next">
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
Index: the-iframe-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-iframe-element.html,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- the-iframe-element.html 24 Jun 2010 06:47:24 -0000 1.53
+++ the-iframe-element.html 2 Jul 2010 23:07:34 -0000 1.54
@@ -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-WD" rel="stylesheet" type="text/css"><link href="embedded-content-1.html" title="4.8 Embedded content" rel="prev">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="embedded-content-1.html" title="4.8 Embedded content" rel="prev">
<link href="Overview.html#contents" title="Table of contents" rel="index">
<link href="video.html" title="4.8.6 The video element" rel="next">
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.945
retrieving revision 1.946
diff -u -d -r1.945 -r1.946
--- Overview.html 1 Jul 2010 21:37:35 -0000 1.945
+++ Overview.html 2 Jul 2010 23:07:29 -0000 1.946
@@ -305,20 +305,19 @@
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"></head><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"></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 (Edition for Web Authors)</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-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>
+ <h2 class="no-num no-toc" id="editor-s-draft-2-july-2010">Editor's Draft 2 July 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>
<!-- ZZZ: add the new version after it has shipped -->
<dt>Previous Versions:</dt>
+ <dd><a href="http://www.w3.org/TR/2010/WD-html5-20100624/">http://www.w3.org/TR/2010/WD-html5-20100624/</a></dd>
<dd><a href="http://www.w3.org/TR/2010/WD-html5-20100304/">http://www.w3.org/TR/2010/WD-html5-20100304/</a></dd>
<dd><a href="http://www.w3.org/TR/2009/WD-html5-20090825/">http://www.w3.org/TR/2009/WD-html5-20090825/</a></dd>
<dd><a href="http://www.w3.org/TR/2009/WD-html5-20090423/">http://www.w3.org/TR/2009/WD-html5-20090423/</a></dd>
@@ -332,7 +331,7 @@
<a href="spec.html">single page HTML</a>,
<a href="Overview.html">multipage HTML</a>.
-This is revision 1.4107.
+This is revision 1.4108.
</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
@@ -417,7 +416,7 @@
Group</a> is the W3C working group responsible for this
specification's progress along the W3C Recommendation
track.
- This specification is the 24 June 2010 Working Draft snapshot.
+ This specification is the 2 July 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: history.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/history.html,v
retrieving revision 1.591
retrieving revision 1.592
diff -u -d -r1.591 -r1.592
--- history.html 22 Jun 2010 10:27:35 -0000 1.591
+++ history.html 2 Jul 2010 23:07:31 -0000 1.592
@@ -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-WD" rel="stylesheet" type="text/css"><link href="origin-0.html" title="5.3 Origin" rel="prev">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="origin-0.html" title="5.3 Origin" rel="prev">
<link href="Overview.html#contents" title="Table of contents" rel="index">
<link href="offline.html" title="5.6 Offline Web applications" rel="next">
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
Index: origin-0.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/origin-0.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- origin-0.html 22 Jun 2010 10:27:37 -0000 1.13
+++ origin-0.html 2 Jul 2010 23:07:32 -0000 1.14
@@ -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-WD" rel="stylesheet" type="text/css"><link href="browsers.html" title="5 Loading Web pages" rel="prev">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="browsers.html" title="5 Loading Web pages" rel="prev">
<link href="Overview.html#contents" title="Table of contents" rel="index">
<link href="history.html" title="5.4 Session history and navigation" rel="next">
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
Index: common-input-element-attributes.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/common-input-element-attributes.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- common-input-element-attributes.html 22 Jun 2010 10:27:34 -0000 1.41
+++ common-input-element-attributes.html 2 Jul 2010 23:07:30 -0000 1.42
@@ -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-WD" rel="stylesheet" type="text/css"><link href="number-state.html" title="4.10.7.1.13 Number state" rel="prev">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="number-state.html" title="4.10.7.1.13 Number state" rel="prev">
<link href="Overview.html#contents" title="Table of contents" rel="index">
<link href="the-button-element.html" title="4.10.8 The button element" rel="next">
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
Index: dom.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/dom.html,v
retrieving revision 1.596
retrieving revision 1.597
diff -u -d -r1.596 -r1.597
--- dom.html 22 Jun 2010 10:27:34 -0000 1.596
+++ dom.html 2 Jul 2010 23:07:30 -0000 1.597
@@ -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-WD" rel="stylesheet" type="text/css"><link href="urls.html" title="2.5 URLs" rel="prev">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="urls.html" title="2.5 URLs" rel="prev">
<link href="Overview.html#contents" title="Table of contents" rel="index">
<link href="elements.html" title="3.2 Elements" rel="next">
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
Index: embedded-content-1.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/embedded-content-1.html,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- embedded-content-1.html 22 Jun 2010 10:27:35 -0000 1.46
+++ embedded-content-1.html 2 Jul 2010 23:07:30 -0000 1.47
@@ -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-WD" rel="stylesheet" type="text/css"><link href="edits.html" title="4.7 Edits" rel="prev">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="edits.html" title="4.7 Edits" rel="prev">
<link href="Overview.html#contents" title="Table of contents" rel="index">
<link href="the-iframe-element.html" title="4.8.2 The iframe element" rel="next">
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
Index: the-input-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-input-element.html,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- the-input-element.html 22 Jun 2010 10:27:39 -0000 1.31
+++ the-input-element.html 2 Jul 2010 23:07:34 -0000 1.32
@@ -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-WD" rel="stylesheet" type="text/css"><link href="forms.html" title="4.10 Forms" rel="prev">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="forms.html" title="4.10 Forms" rel="prev">
<link href="Overview.html#contents" title="Table of contents" rel="index">
<link href="states-of-the-type-attribute.html" title="4.10.7.1 States of the type attribute" rel="next">
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
Index: grouping-content.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/grouping-content.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- grouping-content.html 22 Jun 2010 10:27:35 -0000 1.42
+++ grouping-content.html 2 Jul 2010 23:07:31 -0000 1.43
@@ -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-WD" rel="stylesheet" type="text/css"><link href="sections.html" title="4.4 Sections" rel="prev">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="sections.html" title="4.4 Sections" rel="prev">
<link href="Overview.html#contents" title="Table of contents" rel="index">
<link href="text-level-semantics.html" title="4.6 Text-level semantics" rel="next">
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
Index: timers.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/timers.html,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- timers.html 22 Jun 2010 10:27:39 -0000 1.35
+++ timers.html 2 Jul 2010 23:07:35 -0000 1.36
@@ -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-WD" rel="stylesheet" type="text/css"><link href="webappapis.html" title="6 Web application APIs" rel="prev">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="webappapis.html" title="6 Web application APIs" rel="prev">
<link href="Overview.html#contents" title="Table of contents" rel="index">
<link href="editing.html" title="7 User interaction" rel="next">
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
Index: elements.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/elements.html,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- elements.html 22 Jun 2010 10:27:34 -0000 1.50
+++ elements.html 2 Jul 2010 23:07:30 -0000 1.51
@@ -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-WD" rel="stylesheet" type="text/css"><link href="dom.html" title="3 Semantics, structure, and APIs of HTML documents" rel="prev">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="dom.html" title="3 Semantics, structure, and APIs of HTML documents" rel="prev">
<link href="Overview.html#contents" title="Table of contents" rel="index">
<link href="content-models.html" title="3.2.5 Content models" rel="next">
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
Index: urls.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/urls.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- urls.html 22 Jun 2010 10:27:39 -0000 1.45
+++ urls.html 2 Jul 2010 23:07:35 -0000 1.46
@@ -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-WD" rel="stylesheet" type="text/css"><link href="common-microsyntaxes.html" title="2.4 Common microsyntaxes" rel="prev">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="common-microsyntaxes.html" title="2.4 Common microsyntaxes" rel="prev">
<link href="Overview.html#contents" title="Table of contents" rel="index">
<link href="dom.html" title="3 Semantics, structure, and APIs of HTML documents" rel="next">
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
Index: iana.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/iana.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- iana.html 22 Jun 2010 10:27:35 -0000 1.41
+++ iana.html 2 Jul 2010 23:07:31 -0000 1.42
@@ -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-WD" rel="stylesheet" type="text/css"><link href="obsolete.html" title="10 Obsolete features" rel="prev">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="obsolete.html" title="10 Obsolete features" rel="prev">
<link href="Overview.html#contents" title="Table of contents" rel="index">
<link href="index.html" title="Index" rel="next">
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
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.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- association-of-controls-and-forms.html 22 Jun 2010 10:27:33 -0000 1.33
+++ association-of-controls-and-forms.html 2 Jul 2010 23:07:29 -0000 1.34
@@ -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-WD" rel="stylesheet" type="text/css"><link href="the-button-element.html" title="4.10.8 The button element" rel="prev">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="the-button-element.html" title="4.10.8 The button element" rel="prev">
<link href="Overview.html#contents" title="Table of contents" rel="index">
<link href="interactive-elements.html" title="4.11 Interactive elements" rel="next">
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
Index: forms.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/forms.html,v
retrieving revision 1.586
retrieving revision 1.587
diff -u -d -r1.586 -r1.587
--- forms.html 22 Jun 2010 10:27:35 -0000 1.586
+++ forms.html 2 Jul 2010 23:07:30 -0000 1.587
@@ -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-WD" rel="stylesheet" type="text/css"><link href="tabular-data.html" title="4.9 Tabular data" rel="prev">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="tabular-data.html" title="4.9 Tabular data" rel="prev">
<link href="Overview.html#contents" title="Table of contents" rel="index">
<link href="the-input-element.html" title="4.10.7 The input element" rel="next">
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
Index: interactive-elements.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/interactive-elements.html,v
retrieving revision 1.587
retrieving revision 1.588
diff -u -d -r1.587 -r1.588
--- interactive-elements.html 1 Jul 2010 21:37:36 -0000 1.587
+++ interactive-elements.html 2 Jul 2010 23:07:31 -0000 1.588
@@ -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-WD" rel="stylesheet" type="text/css"><link href="association-of-controls-and-forms.html" title="4.10.18 Association of controls and forms" rel="prev">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="association-of-controls-and-forms.html" title="4.10.18 Association of controls and forms" rel="prev">
<link href="Overview.html#contents" title="Table of contents" rel="index">
<link href="commands.html" title="4.11.5 Commands" rel="next">
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
Index: editing.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/editing.html,v
retrieving revision 1.592
retrieving revision 1.593
diff -u -d -r1.592 -r1.593
--- editing.html 22 Jun 2010 10:27:34 -0000 1.592
+++ editing.html 2 Jul 2010 23:07:30 -0000 1.593
@@ -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-WD" rel="stylesheet" type="text/css"><link href="timers.html" title="6.2 Timers" rel="prev">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="timers.html" title="6.2 Timers" rel="prev">
<link href="Overview.html#contents" title="Table of contents" rel="index">
<link href="dnd.html" title="7.9 Drag and drop" rel="next">
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
Index: video.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/video.html,v
retrieving revision 1.610
retrieving revision 1.611
diff -u -d -r1.610 -r1.611
--- video.html 22 Jun 2010 10:27:39 -0000 1.610
+++ video.html 2 Jul 2010 23:07:35 -0000 1.611
@@ -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-WD" rel="stylesheet" type="text/css"><link href="the-iframe-element.html" title="4.8.2 The iframe element" rel="prev">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="the-iframe-element.html" title="4.8.2 The iframe element" rel="prev">
<link href="Overview.html#contents" title="Table of contents" rel="index">
<link href="the-canvas-element.html" title="4.8.10 The canvas element" rel="next">
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
Index: browsers.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/browsers.html,v
retrieving revision 1.602
retrieving revision 1.603
diff -u -d -r1.602 -r1.603
--- browsers.html 22 Jun 2010 10:27:33 -0000 1.602
+++ browsers.html 2 Jul 2010 23:07:30 -0000 1.603
@@ -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-WD" rel="stylesheet" type="text/css"><link href="links.html" title="4.12 Links" rel="prev">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="links.html" title="4.12 Links" rel="prev">
<link href="Overview.html#contents" title="Table of contents" rel="index">
<link href="origin-0.html" title="5.3 Origin" rel="next">
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
Index: edits.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/edits.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- edits.html 22 Jun 2010 10:27:34 -0000 1.28
+++ edits.html 2 Jul 2010 23:07:30 -0000 1.29
@@ -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-WD" rel="stylesheet" type="text/css"><link href="text-level-semantics.html" title="4.6 Text-level semantics" rel="prev">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="text-level-semantics.html" title="4.6 Text-level semantics" rel="prev">
<link href="Overview.html#contents" title="Table of contents" rel="index">
<link href="embedded-content-1.html" title="4.8 Embedded content" rel="next">
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
Index: the-xhtml-syntax.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-xhtml-syntax.html,v
retrieving revision 1.570
retrieving revision 1.571
diff -u -d -r1.570 -r1.571
--- the-xhtml-syntax.html 22 Jun 2010 10:27:39 -0000 1.570
+++ the-xhtml-syntax.html 2 Jul 2010 23:07:35 -0000 1.571
@@ -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-WD" rel="stylesheet" type="text/css"><link href="named-character-references.html" title="8.2 Named character references" rel="prev">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="named-character-references.html" title="8.2 Named character references" rel="prev">
<link href="Overview.html#contents" title="Table of contents" rel="index">
<link href="obsolete.html" title="10 Obsolete features" rel="next">
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
Index: offline.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/offline.html,v
retrieving revision 1.587
retrieving revision 1.588
diff -u -d -r1.587 -r1.588
--- offline.html 22 Jun 2010 10:27:37 -0000 1.587
+++ offline.html 2 Jul 2010 23:07:32 -0000 1.588
@@ -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-WD" rel="stylesheet" type="text/css"><link href="history.html" title="5.4 Session history and navigation" rel="prev">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="history.html" title="5.4 Session history and navigation" rel="prev">
<link href="Overview.html#contents" title="Table of contents" rel="index">
<link href="webappapis.html" title="6 Web application APIs" rel="next">
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
Index: content-models.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/content-models.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- content-models.html 22 Jun 2010 10:27:34 -0000 1.43
+++ content-models.html 2 Jul 2010 23:07:30 -0000 1.44
@@ -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-WD" rel="stylesheet" type="text/css"><link href="elements.html" title="3.2 Elements" rel="prev">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="elements.html" title="3.2 Elements" rel="prev">
<link href="Overview.html#contents" title="Table of contents" rel="index">
<link href="apis-in-html-documents.html" title="3.3 APIs in HTML documents" rel="next">
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
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.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- states-of-the-type-attribute.html 22 Jun 2010 10:27:38 -0000 1.36
+++ states-of-the-type-attribute.html 2 Jul 2010 23:07:34 -0000 1.37
@@ -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-WD" rel="stylesheet" type="text/css"><link href="the-input-element.html" title="4.10.7 The input element" rel="prev">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="the-input-element.html" title="4.10.7 The input element" rel="prev">
<link href="Overview.html#contents" title="Table of contents" rel="index">
<link href="number-state.html" title="4.10.7.1.13 Number state" rel="next">
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
Index: apis-in-html-documents.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/apis-in-html-documents.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- apis-in-html-documents.html 22 Jun 2010 10:27:33 -0000 1.38
+++ apis-in-html-documents.html 2 Jul 2010 23:07:29 -0000 1.39
@@ -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-WD" rel="stylesheet" type="text/css"><link href="content-models.html" title="3.2.5 Content models" rel="prev">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="content-models.html" title="3.2.5 Content models" rel="prev">
<link href="Overview.html#contents" title="Table of contents" rel="index">
<link href="semantics.html" title="4 The elements of HTML" rel="next">
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
Index: obsolete.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/obsolete.html,v
retrieving revision 1.589
retrieving revision 1.590
diff -u -d -r1.589 -r1.590
--- obsolete.html 22 Jun 2010 10:27:36 -0000 1.589
+++ obsolete.html 2 Jul 2010 23:07:32 -0000 1.590
@@ -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-WD" rel="stylesheet" type="text/css"><link href="the-xhtml-syntax.html" title="9 The XHTML syntax" rel="prev">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="the-xhtml-syntax.html" title="9 The XHTML syntax" rel="prev">
<link href="Overview.html#contents" title="Table of contents" rel="index">
<link href="iana.html" title="11 IANA considerations" rel="next">
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
Index: named-character-references.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/named-character-references.html,v
retrieving revision 1.591
retrieving revision 1.592
diff -u -d -r1.591 -r1.592
--- named-character-references.html 22 Jun 2010 10:27:36 -0000 1.591
+++ named-character-references.html 2 Jul 2010 23:07:31 -0000 1.592
@@ -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-WD" rel="stylesheet" type="text/css"><link href="syntax.html" title="8 The HTML syntax" rel="prev">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="syntax.html" title="8 The HTML syntax" rel="prev">
<link href="Overview.html#contents" title="Table of contents" rel="index">
<link href="the-xhtml-syntax.html" title="9 The XHTML syntax" rel="next">
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
Index: references.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/references.html,v
retrieving revision 1.588
retrieving revision 1.589
diff -u -d -r1.588 -r1.589
--- references.html 22 Jun 2010 10:27:37 -0000 1.588
+++ references.html 2 Jul 2010 23:07:32 -0000 1.589
@@ -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-WD" rel="stylesheet" type="text/css"><link href="index.html" title="Index" rel="prev">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="index.html" title="Index" rel="prev">
<link href="Overview.html#contents" title="Table of contents" rel="index">
<link href="acknowledgements.html" title="Acknowledgements" rel="next">
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
Index: semantics.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/semantics.html,v
retrieving revision 1.599
retrieving revision 1.600
diff -u -d -r1.599 -r1.600
--- semantics.html 22 Jun 2010 10:27:37 -0000 1.599
+++ semantics.html 2 Jul 2010 23:07:32 -0000 1.600
@@ -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-WD" rel="stylesheet" type="text/css"><link href="apis-in-html-documents.html" title="3.3 APIs in HTML documents" rel="prev">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="apis-in-html-documents.html" title="3.3 APIs in HTML documents" rel="prev">
<link href="Overview.html#contents" title="Table of contents" rel="index">
<link href="scripting-1.html" title="4.3 Scripting" rel="next">
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
Index: index.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index.html,v
retrieving revision 1.602
retrieving revision 1.603
diff -u -d -r1.602 -r1.603
--- index.html 22 Jun 2010 10:27:35 -0000 1.602
+++ index.html 2 Jul 2010 23:07:31 -0000 1.603
@@ -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-WD" rel="stylesheet" type="text/css"><link href="iana.html" title="11 IANA considerations" rel="prev">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="iana.html" title="11 IANA considerations" rel="prev">
<link href="Overview.html#contents" title="Table of contents" rel="index">
<link href="references.html" title="References" rel="next">
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
Index: the-button-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-button-element.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- the-button-element.html 22 Jun 2010 10:27:38 -0000 1.39
+++ the-button-element.html 2 Jul 2010 23:07:34 -0000 1.40
@@ -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-WD" rel="stylesheet" type="text/css"><link href="common-input-element-attributes.html" title="4.10.7.2 Common input element attributes" rel="prev">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="common-input-element-attributes.html" title="4.10.7.2 Common input element attributes" rel="prev">
<link href="Overview.html#contents" title="Table of contents" rel="index">
<link href="association-of-controls-and-forms.html" title="4.10.18 Association of controls and forms" rel="next">
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
Index: dnd.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/dnd.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- dnd.html 22 Jun 2010 10:27:34 -0000 1.37
+++ dnd.html 2 Jul 2010 23:07:30 -0000 1.38
@@ -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-WD" rel="stylesheet" type="text/css"><link href="editing.html" title="7 User interaction" rel="prev">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="editing.html" title="7 User interaction" rel="prev">
<link href="Overview.html#contents" title="Table of contents" rel="index">
<link href="syntax.html" title="8 The HTML syntax" rel="next">
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
Index: links.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/links.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- links.html 22 Jun 2010 10:27:36 -0000 1.44
+++ links.html 2 Jul 2010 23:07:31 -0000 1.45
@@ -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-WD" rel="stylesheet" type="text/css"><link href="commands.html" title="4.11.5 Commands" rel="prev">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="commands.html" title="4.11.5 Commands" rel="prev">
<link href="Overview.html#contents" title="Table of contents" rel="index">
<link href="browsers.html" title="5 Loading Web pages" rel="next">
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.953
retrieving revision 1.954
diff -u -d -r1.953 -r1.954
--- spec.html 1 Jul 2010 21:37:36 -0000 1.953
+++ spec.html 2 Jul 2010 23:07:32 -0000 1.954
@@ -303,20 +303,19 @@
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></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></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 (Edition for Web Authors)</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-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>
+ <h2 class="no-num no-toc" id=editor-s-draft-2-july-2010>Editor's Draft 2 July 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>
<!-- ZZZ: add the new version after it has shipped -->
<dt>Previous Versions:</dt>
+ <dd><a href=http://www.w3.org/TR/2010/WD-html5-20100624/>http://www.w3.org/TR/2010/WD-html5-20100624/</a></dd>
<dd><a href=http://www.w3.org/TR/2010/WD-html5-20100304/>http://www.w3.org/TR/2010/WD-html5-20100304/</a></dd>
<dd><a href=http://www.w3.org/TR/2009/WD-html5-20090825/>http://www.w3.org/TR/2009/WD-html5-20090825/</a></dd>
<dd><a href=http://www.w3.org/TR/2009/WD-html5-20090423/>http://www.w3.org/TR/2009/WD-html5-20090423/</a></dd>
@@ -330,7 +329,7 @@
<a href=spec.html>single page HTML</a>,
<a href=Overview.html>multipage HTML</a>.
-This is revision 1.4107.
+This is revision 1.4108.
</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
@@ -415,7 +414,7 @@
Group</a> is the W3C working group responsible for this
specification's progress along the W3C Recommendation
track.
- This specification is the 24 June 2010 Working Draft snapshot.
+ This specification is the 2 July 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
@@ -1062,12 +1061,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 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: number-state.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/number-state.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- number-state.html 22 Jun 2010 10:27:36 -0000 1.33
+++ number-state.html 2 Jul 2010 23:07:32 -0000 1.34
@@ -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-WD" rel="stylesheet" type="text/css"><link href="states-of-the-type-attribute.html" title="4.10.7.1 States of the type attribute" rel="prev">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="states-of-the-type-attribute.html" title="4.10.7.1 States of the type attribute" rel="prev">
<link href="Overview.html#contents" title="Table of contents" rel="index">
<link href="common-input-element-attributes.html" title="4.10.7.2 Common input element attributes" rel="next">
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
Index: sections.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/sections.html,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- sections.html 22 Jun 2010 10:27:37 -0000 1.46
+++ sections.html 2 Jul 2010 23:07:32 -0000 1.47
@@ -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-WD" rel="stylesheet" type="text/css"><link href="scripting-1.html" title="4.3 Scripting" rel="prev">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="scripting-1.html" title="4.3 Scripting" rel="prev">
<link href="Overview.html#contents" title="Table of contents" rel="index">
<link href="grouping-content.html" title="4.5 Grouping content" rel="next">
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
Index: introduction.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/introduction.html,v
retrieving revision 1.594
retrieving revision 1.595
diff -u -d -r1.594 -r1.595
--- introduction.html 22 Jun 2010 10:27:36 -0000 1.594
+++ introduction.html 2 Jul 2010 23:07:31 -0000 1.595
@@ -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-WD" rel="stylesheet" type="text/css"><link href="Overview.html#contents" title="Table of contents" rel="index">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="Overview.html#contents" title="Table of contents" rel="index">
<link href="infrastructure.html" title="2 Common infrastructure" rel="next">
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
@@ -418,12 +418,13 @@
the specification under the W3C copyright, while keeping a version
with the less restrictive license on the WHATWG site.</p><p>Since then, both groups have been working together.</p><!--w3c-html--><!--VERSION--><p>The <a href="http://www.whatwg.org/specs/web-apps/current-work/">HTML
specification</a> published by the WHATWG is not identical to
- this specification. At the time of this publication, the main
- differences were that the WHATWG version included features not
- included in this W3C version: some features have been omitted, but
- may be considered for future revisions of HTML beyond HTML5; and
- other features were omitted because at the W3C they are published as
- separate specifications.</p><!--w3c-html--><!--VERSION--><p>A separate document has been published by the W3C HTML working
+ this specification. The main differences are that the WHATWG version
+ includes features not included in this W3C version: some features
+ have been omitted as they are considered part of future revisions of
+ HTML, not HTML5; and other features are omitted because at the W3C
+ they are published as separate specifications. There are also some
+ minor differences. For an exact list of differences, please see the
+ WHATWG specification.</p><!--w3c-html--><!--VERSION--><p>A separate document has been published by the W3C HTML working
group to document the differences between this specification and the
language described in the HTML4 specification. <a href="references.html#refsHTMLDIFF">[HTMLDIFF]</a></p><h3 id="design-notes"><span class="secno">1.5 </span>Design notes</h3><p 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-author-view/commands.html,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- commands.html 22 Jun 2010 10:27:34 -0000 1.30
+++ commands.html 2 Jul 2010 23:07:30 -0000 1.31
@@ -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-WD" rel="stylesheet" type="text/css"><link href="interactive-elements.html" title="4.11 Interactive elements" rel="prev">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="interactive-elements.html" title="4.11 Interactive elements" rel="prev">
<link href="Overview.html#contents" title="Table of contents" rel="index">
<link href="links.html" title="4.12 Links" rel="next">
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
Index: acknowledgements.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/acknowledgements.html,v
retrieving revision 1.607
retrieving revision 1.608
diff -u -d -r1.607 -r1.608
--- acknowledgements.html 22 Jun 2010 10:27:33 -0000 1.607
+++ acknowledgements.html 2 Jul 2010 23:07:29 -0000 1.608
@@ -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-WD" rel="stylesheet" type="text/css"><link href="references.html" title="References" rel="prev">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="references.html" title="References" rel="prev">
<link href="Overview.html#contents" title="Table of contents" rel="index">
</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>
Index: syntax.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/syntax.html,v
retrieving revision 1.597
retrieving revision 1.598
diff -u -d -r1.597 -r1.598
--- syntax.html 22 Jun 2010 10:27:38 -0000 1.597
+++ syntax.html 2 Jul 2010 23:07:34 -0000 1.598
@@ -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-WD" rel="stylesheet" type="text/css"><link href="dnd.html" title="7.9 Drag and drop" rel="prev">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="dnd.html" title="7.9 Drag and drop" rel="prev">
<link href="Overview.html#contents" title="Table of contents" rel="index">
<link href="named-character-references.html" title="8.2 Named character references" rel="next">
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
Index: webappapis.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/webappapis.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- webappapis.html 22 Jun 2010 10:27:39 -0000 1.17
+++ webappapis.html 2 Jul 2010 23:07:35 -0000 1.18
@@ -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-WD" rel="stylesheet" type="text/css"><link href="offline.html" title="5.6 Offline Web applications" rel="prev">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="offline.html" title="5.6 Offline Web applications" rel="prev">
<link href="Overview.html#contents" title="Table of contents" rel="index">
<link href="timers.html" title="6.2 Timers" rel="next">
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
Index: common-microsyntaxes.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/common-microsyntaxes.html,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- common-microsyntaxes.html 22 Jun 2010 10:27:34 -0000 1.35
+++ common-microsyntaxes.html 2 Jul 2010 23:07:30 -0000 1.36
@@ -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-WD" rel="stylesheet" type="text/css"><link href="infrastructure.html" title="2 Common infrastructure" rel="prev">
+ </script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="infrastructure.html" title="2 Common infrastructure" rel="prev">
<link href="Overview.html#contents" title="Table of contents" rel="index">
<link href="urls.html" title="2.5 URLs" rel="next">
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
Received on Friday, 2 July 2010 23:07:41 UTC