- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 10 Aug 2010 07:17:51 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv18738
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:
typo (whatwg r5272)
[updated by splitter]
Index: infrastructure.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/infrastructure.html,v
retrieving revision 1.688
retrieving revision 1.689
diff -u -d -r1.688 -r1.689
--- infrastructure.html 10 Aug 2010 06:57:33 -0000 1.688
+++ infrastructure.html 10 Aug 2010 07:17:46 -0000 1.689
@@ -308,7 +308,7 @@
<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)<span class="rcsrevision"> revision 1.4199</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4201</span></h1>
</div><div>
<a href="introduction.html">← 1 Introduction</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: text-level-semantics.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/text-level-semantics.html,v
retrieving revision 1.686
retrieving revision 1.687
diff -u -d -r1.686 -r1.687
--- text-level-semantics.html 10 Aug 2010 06:57:35 -0000 1.686
+++ text-level-semantics.html 10 Aug 2010 07:17:49 -0000 1.687
@@ -308,7 +308,7 @@
<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)<span class="rcsrevision"> revision 1.4199</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4201</span></h1>
</div><div>
<a href="grouping-content.html">← 4.5 Grouping content</a> –
<a href="Overview.html#contents">Table of contents</a> –
@@ -1665,9 +1665,9 @@
<pre class="idl">interface <dfn id="htmlspanelement">HTMLSpanElement</dfn> : <a href="elements.html#htmlelement">HTMLElement</a> {};</pre>
</dd>
</dl><p>The <code><a href="#the-span-element">span</a></code> element doesn't mean anything on its own,
- but can be useful when used together with other attributes,
- e.g. <code title="attr-class"><a href="elements.html#classes">class</a></code>, <code title="attr-lang"><a href="elements.html#attr-lang">lang</a></code>, or <code title="attr-dir"><a href="elements.html#the-dir-attribute">dir</a></code>. It <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> its
- children.<div class="example">
+ but can be useful when used together with the <a href="elements.html#global-attributes">global
+ attributes</a>, e.g. <code title="attr-class"><a href="elements.html#classes">class</a></code>, <code title="attr-lang"><a href="elements.html#attr-lang">lang</a></code>, or <code title="attr-dir"><a href="elements.html#the-dir-attribute">dir</a></code>.
+ It <a class="full-spec-link" href="http://dev.w3.org/html5/spec/rendering.html#represents" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> its children.<div class="example">
<p>In this example, a code fragment is marked up using
<code><a href="#the-span-element">span</a></code> elements and <code title="attr-class"><a href="elements.html#classes">class</a></code> attributes so that its keywords and
Index: scripting-1.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/scripting-1.html,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -d -r1.128 -r1.129
--- scripting-1.html 10 Aug 2010 06:57:34 -0000 1.128
+++ scripting-1.html 10 Aug 2010 07:17:47 -0000 1.129
@@ -308,7 +308,7 @@
<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)<span class="rcsrevision"> revision 1.4199</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4201</span></h1>
</div><div>
<a href="semantics.html">← 4 The elements of HTML</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: the-map-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-map-element.html,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -d -r1.127 -r1.128
--- the-map-element.html 10 Aug 2010 06:57:35 -0000 1.127
+++ the-map-element.html 10 Aug 2010 07:17:49 -0000 1.128
@@ -308,7 +308,7 @@
<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)<span class="rcsrevision"> revision 1.4199</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4201</span></h1>
</div><div>
<a href="the-canvas-element.html">← 4.8.10 The canvas element</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: the-canvas-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-canvas-element.html,v
retrieving revision 1.680
retrieving revision 1.681
diff -u -d -r1.680 -r1.681
--- the-canvas-element.html 10 Aug 2010 06:57:35 -0000 1.680
+++ the-canvas-element.html 10 Aug 2010 07:17:49 -0000 1.681
@@ -308,7 +308,7 @@
<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)<span class="rcsrevision"> revision 1.4199</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4201</span></h1>
</div><div>
<a href="video.html">← 4.8.6 The video element</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: tabular-data.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/tabular-data.html,v
retrieving revision 1.670
retrieving revision 1.671
diff -u -d -r1.670 -r1.671
--- tabular-data.html 10 Aug 2010 06:57:35 -0000 1.670
+++ tabular-data.html 10 Aug 2010 07:17:49 -0000 1.671
@@ -308,7 +308,7 @@
<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)<span class="rcsrevision"> revision 1.4199</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4201</span></h1>
</div><div>
<a href="the-map-element.html">← 4.8.11 The map element</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: the-iframe-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-iframe-element.html,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -d -r1.144 -r1.145
--- the-iframe-element.html 10 Aug 2010 06:57:35 -0000 1.144
+++ the-iframe-element.html 10 Aug 2010 07:17:49 -0000 1.145
@@ -308,7 +308,7 @@
<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)<span class="rcsrevision"> revision 1.4199</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4201</span></h1>
</div><div>
<a href="embedded-content-1.html">← 4.8 Embedded content</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/Overview.html,v
retrieving revision 1.1035
retrieving revision 1.1036
diff -u -d -r1.1035 -r1.1036
--- Overview.html 10 Aug 2010 06:57:31 -0000 1.1035
+++ Overview.html 10 Aug 2010 07:17:45 -0000 1.1036
@@ -305,7 +305,7 @@
</script><link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet" type="text/css"><link href="style.css" rel="stylesheet"><script src="link-fixup.js"></script><body onload="fixBrokenLink(); init()"><div class="head" id="head">
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
- <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4199</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4201</span></h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
<h2 class="no-num no-toc" id="editor-s-draft-10-august-2010">Editor's Draft 10 August 2010</h2>
<dl><dt>Latest Published Version:</dt>
@@ -325,7 +325,7 @@
<dt>Editors:</dt>
<dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
</dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>.
- This is revision 1.4199.</p>
+ This is revision 1.4201.</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts
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.124
retrieving revision 1.125
diff -u -d -r1.124 -r1.125
--- association-of-controls-and-forms.html 10 Aug 2010 06:57:31 -0000 1.124
+++ association-of-controls-and-forms.html 10 Aug 2010 07:17:46 -0000 1.125
@@ -308,7 +308,7 @@
<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)<span class="rcsrevision"> revision 1.4199</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4201</span></h1>
</div><div>
<a href="the-button-element.html">← 4.10.8 The button element</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: history.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/history.html,v
retrieving revision 1.682
retrieving revision 1.683
diff -u -d -r1.682 -r1.683
--- history.html 10 Aug 2010 06:57:32 -0000 1.682
+++ history.html 10 Aug 2010 07:17:46 -0000 1.683
@@ -308,7 +308,7 @@
<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)<span class="rcsrevision"> revision 1.4199</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4201</span></h1>
</div><div>
<a href="origin-0.html">← 5.3 Origin</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: origin-0.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/origin-0.html,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -d -r1.104 -r1.105
--- origin-0.html 10 Aug 2010 06:57:34 -0000 1.104
+++ origin-0.html 10 Aug 2010 07:17:47 -0000 1.105
@@ -308,7 +308,7 @@
<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)<span class="rcsrevision"> revision 1.4199</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4201</span></h1>
</div><div>
<a href="browsers.html">← 5 Loading Web pages</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: common-input-element-attributes.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/common-input-element-attributes.html,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -d -r1.132 -r1.133
--- common-input-element-attributes.html 10 Aug 2010 06:57:31 -0000 1.132
+++ common-input-element-attributes.html 10 Aug 2010 07:17:46 -0000 1.133
@@ -308,7 +308,7 @@
<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)<span class="rcsrevision"> revision 1.4199</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4201</span></h1>
</div><div>
<a href="number-state.html">← 4.10.7.1.13 Number state</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: dom.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/dom.html,v
retrieving revision 1.687
retrieving revision 1.688
diff -u -d -r1.687 -r1.688
--- dom.html 10 Aug 2010 06:57:32 -0000 1.687
+++ dom.html 10 Aug 2010 07:17:46 -0000 1.688
@@ -308,7 +308,7 @@
<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)<span class="rcsrevision"> revision 1.4199</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4201</span></h1>
</div><div>
<a href="urls.html">← 2.5 URLs</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: embedded-content-1.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/embedded-content-1.html,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -d -r1.137 -r1.138
--- embedded-content-1.html 10 Aug 2010 06:57:32 -0000 1.137
+++ embedded-content-1.html 10 Aug 2010 07:17:46 -0000 1.138
@@ -308,7 +308,7 @@
<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)<span class="rcsrevision"> revision 1.4199</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4201</span></h1>
</div><div>
<a href="edits.html">← 4.7 Edits</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: the-input-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-input-element.html,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -d -r1.122 -r1.123
--- the-input-element.html 10 Aug 2010 06:57:35 -0000 1.122
+++ the-input-element.html 10 Aug 2010 07:17:49 -0000 1.123
@@ -308,7 +308,7 @@
<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)<span class="rcsrevision"> revision 1.4199</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4201</span></h1>
</div><div>
<a href="forms.html">← 4.10 Forms</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: acknowledgements.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/acknowledgements.html,v
retrieving revision 1.697
retrieving revision 1.698
diff -u -d -r1.697 -r1.698
--- acknowledgements.html 10 Aug 2010 06:57:31 -0000 1.697
+++ acknowledgements.html 10 Aug 2010 07:17:45 -0000 1.698
@@ -307,7 +307,7 @@
<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)<span class="rcsrevision"> revision 1.4199</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4201</span></h1>
</div><div>
<a href="references.html">← References</a> –
<a href="Overview.html#contents">Table of contents</a>
Index: grouping-content.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/grouping-content.html,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -d -r1.133 -r1.134
--- grouping-content.html 10 Aug 2010 06:57:32 -0000 1.133
+++ grouping-content.html 10 Aug 2010 07:17:46 -0000 1.134
@@ -308,7 +308,7 @@
<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)<span class="rcsrevision"> revision 1.4199</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4201</span></h1>
</div><div>
<a href="sections.html">← 4.4 Sections</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: timers.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/timers.html,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -d -r1.126 -r1.127
--- timers.html 10 Aug 2010 06:57:35 -0000 1.126
+++ timers.html 10 Aug 2010 07:17:49 -0000 1.127
@@ -308,7 +308,7 @@
<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)<span class="rcsrevision"> revision 1.4199</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4201</span></h1>
</div><div>
<a href="webappapis.html">← 6 Web application APIs</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: elements.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/elements.html,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -d -r1.141 -r1.142
--- elements.html 10 Aug 2010 06:57:32 -0000 1.141
+++ elements.html 10 Aug 2010 07:17:46 -0000 1.142
@@ -308,7 +308,7 @@
<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)<span class="rcsrevision"> revision 1.4199</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4201</span></h1>
</div><div>
<a href="dom.html">← 3 Semantics, structure, and APIs of HTML documents</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: urls.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/urls.html,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -d -r1.136 -r1.137
--- urls.html 10 Aug 2010 06:57:36 -0000 1.136
+++ urls.html 10 Aug 2010 07:17:49 -0000 1.137
@@ -308,7 +308,7 @@
<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)<span class="rcsrevision"> revision 1.4199</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4201</span></h1>
</div><div>
<a href="common-microsyntaxes.html">← 2.4 Common microsyntaxes</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: iana.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/iana.html,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -d -r1.132 -r1.133
--- iana.html 10 Aug 2010 06:57:33 -0000 1.132
+++ iana.html 10 Aug 2010 07:17:46 -0000 1.133
@@ -308,7 +308,7 @@
<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)<span class="rcsrevision"> revision 1.4199</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4201</span></h1>
</div><div>
<a href="obsolete.html">← 10 Obsolete features</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: forms.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/forms.html,v
retrieving revision 1.677
retrieving revision 1.678
diff -u -d -r1.677 -r1.678
--- forms.html 10 Aug 2010 06:57:32 -0000 1.677
+++ forms.html 10 Aug 2010 07:17:46 -0000 1.678
@@ -308,7 +308,7 @@
<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)<span class="rcsrevision"> revision 1.4199</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4201</span></h1>
</div><div>
<a href="tabular-data.html">← 4.9 Tabular data</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: interactive-elements.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/interactive-elements.html,v
retrieving revision 1.678
retrieving revision 1.679
diff -u -d -r1.678 -r1.679
--- interactive-elements.html 10 Aug 2010 06:57:33 -0000 1.678
+++ interactive-elements.html 10 Aug 2010 07:17:47 -0000 1.679
@@ -308,7 +308,7 @@
<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)<span class="rcsrevision"> revision 1.4199</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4201</span></h1>
</div><div>
<a href="association-of-controls-and-forms.html">← 4.10.18 Association of controls and forms</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: editing.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/editing.html,v
retrieving revision 1.683
retrieving revision 1.684
diff -u -d -r1.683 -r1.684
--- editing.html 10 Aug 2010 06:57:32 -0000 1.683
+++ editing.html 10 Aug 2010 07:17:46 -0000 1.684
@@ -308,7 +308,7 @@
<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)<span class="rcsrevision"> revision 1.4199</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4201</span></h1>
</div><div>
<a href="timers.html">← 6.2 Timers</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: video.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/video.html,v
retrieving revision 1.701
retrieving revision 1.702
diff -u -d -r1.701 -r1.702
--- video.html 10 Aug 2010 06:57:36 -0000 1.701
+++ video.html 10 Aug 2010 07:17:49 -0000 1.702
@@ -308,7 +308,7 @@
<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)<span class="rcsrevision"> revision 1.4199</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4201</span></h1>
</div><div>
<a href="the-iframe-element.html">← 4.8.2 The iframe element</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: browsers.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/browsers.html,v
retrieving revision 1.693
retrieving revision 1.694
diff -u -d -r1.693 -r1.694
--- browsers.html 10 Aug 2010 06:57:31 -0000 1.693
+++ browsers.html 10 Aug 2010 07:17:46 -0000 1.694
@@ -308,7 +308,7 @@
<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)<span class="rcsrevision"> revision 1.4199</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4201</span></h1>
</div><div>
<a href="links.html">← 4.12 Links</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: edits.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/edits.html,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -d -r1.119 -r1.120
--- edits.html 10 Aug 2010 06:57:32 -0000 1.119
+++ edits.html 10 Aug 2010 07:17:46 -0000 1.120
@@ -308,7 +308,7 @@
<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)<span class="rcsrevision"> revision 1.4199</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4201</span></h1>
</div><div>
<a href="text-level-semantics.html">← 4.6 Text-level semantics</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: the-xhtml-syntax.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-xhtml-syntax.html,v
retrieving revision 1.660
retrieving revision 1.661
diff -u -d -r1.660 -r1.661
--- the-xhtml-syntax.html 10 Aug 2010 06:57:35 -0000 1.660
+++ the-xhtml-syntax.html 10 Aug 2010 07:17:49 -0000 1.661
@@ -308,7 +308,7 @@
<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)<span class="rcsrevision"> revision 1.4199</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4201</span></h1>
</div><div>
<a href="named-character-references.html">← 8.2 Named character references</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: offline.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/offline.html,v
retrieving revision 1.678
retrieving revision 1.679
diff -u -d -r1.678 -r1.679
--- offline.html 10 Aug 2010 06:57:33 -0000 1.678
+++ offline.html 10 Aug 2010 07:17:47 -0000 1.679
@@ -308,7 +308,7 @@
<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)<span class="rcsrevision"> revision 1.4199</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4201</span></h1>
</div><div>
<a href="history.html">← 5.4 Session history and navigation</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: content-models.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/content-models.html,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -d -r1.134 -r1.135
--- content-models.html 10 Aug 2010 06:57:32 -0000 1.134
+++ content-models.html 10 Aug 2010 07:17:46 -0000 1.135
@@ -308,7 +308,7 @@
<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)<span class="rcsrevision"> revision 1.4199</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4201</span></h1>
</div><div>
<a href="elements.html">← 3.2 Elements</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: states-of-the-type-attribute.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/states-of-the-type-attribute.html,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -d -r1.127 -r1.128
--- states-of-the-type-attribute.html 10 Aug 2010 06:57:35 -0000 1.127
+++ states-of-the-type-attribute.html 10 Aug 2010 07:17:48 -0000 1.128
@@ -308,7 +308,7 @@
<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)<span class="rcsrevision"> revision 1.4199</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4201</span></h1>
</div><div>
<a href="the-input-element.html">← 4.10.7 The input element</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: apis-in-html-documents.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/apis-in-html-documents.html,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -d -r1.129 -r1.130
--- apis-in-html-documents.html 10 Aug 2010 06:57:31 -0000 1.129
+++ apis-in-html-documents.html 10 Aug 2010 07:17:46 -0000 1.130
@@ -308,7 +308,7 @@
<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)<span class="rcsrevision"> revision 1.4199</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4201</span></h1>
</div><div>
<a href="content-models.html">← 3.2.5 Content models</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: obsolete.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/obsolete.html,v
retrieving revision 1.680
retrieving revision 1.681
diff -u -d -r1.680 -r1.681
--- obsolete.html 10 Aug 2010 06:57:33 -0000 1.680
+++ obsolete.html 10 Aug 2010 07:17:47 -0000 1.681
@@ -308,7 +308,7 @@
<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)<span class="rcsrevision"> revision 1.4199</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4201</span></h1>
</div><div>
<a href="the-xhtml-syntax.html">← 9 The XHTML syntax</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: named-character-references.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/named-character-references.html,v
retrieving revision 1.681
retrieving revision 1.682
diff -u -d -r1.681 -r1.682
--- named-character-references.html 10 Aug 2010 06:57:33 -0000 1.681
+++ named-character-references.html 10 Aug 2010 07:17:47 -0000 1.682
@@ -308,7 +308,7 @@
<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)<span class="rcsrevision"> revision 1.4199</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4201</span></h1>
</div><div>
<a href="syntax.html">← 8 The HTML syntax</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: references.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/references.html,v
retrieving revision 1.678
retrieving revision 1.679
diff -u -d -r1.678 -r1.679
--- references.html 10 Aug 2010 06:57:34 -0000 1.678
+++ references.html 10 Aug 2010 07:17:47 -0000 1.679
@@ -308,7 +308,7 @@
<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)<span class="rcsrevision"> revision 1.4199</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4201</span></h1>
</div><div>
<a href="index.html">← Index</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: semantics.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/semantics.html,v
retrieving revision 1.690
retrieving revision 1.691
diff -u -d -r1.690 -r1.691
--- semantics.html 10 Aug 2010 06:57:34 -0000 1.690
+++ semantics.html 10 Aug 2010 07:17:47 -0000 1.691
@@ -308,7 +308,7 @@
<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)<span class="rcsrevision"> revision 1.4199</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4201</span></h1>
</div><div>
<a href="apis-in-html-documents.html">← 3.3 APIs in HTML documents</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: index.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index.html,v
retrieving revision 1.693
retrieving revision 1.694
diff -u -d -r1.693 -r1.694
--- index.html 10 Aug 2010 06:57:33 -0000 1.693
+++ index.html 10 Aug 2010 07:17:46 -0000 1.694
@@ -308,7 +308,7 @@
<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)<span class="rcsrevision"> revision 1.4199</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4201</span></h1>
</div><div>
<a href="iana.html">← 11 IANA considerations</a> –
<a href="Overview.html#contents">Table of contents</a> –
@@ -2592,6 +2592,16 @@
<td> <code title="event-online"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/offline.html#event-online" title='Read about this "online" reference in the full HTML5 spec.'>online</a></code> event handler for <code><a href="browsers.html#window">Window</a></code> object
<td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ <tr><th id="ix-handler-window-onpagehide"> <code title="">onpagehide</code>
+ <td> <code title="handler-window-onpagehide"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onpagehide" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
+ <td> <code title="event-pagehide"><a href="history.html#event-pagehide">pagehide</a></code> event handler for <code><a href="browsers.html#window">Window</a></code> object
+ <td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+
+ <tr><th id="ix-handler-window-onpageshow"> <code title="">onpageshow</code>
+ <td> <code title="handler-window-onpageshow"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onpageshow" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
+ <td> <code title="event-pageshow"><a href="history.html#event-pageshow">pageshow</a></code> event handler for <code><a href="browsers.html#window">Window</a></code> object
+ <td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+
<tr><th id="ix-handler-onpause"> <code title="">onpause</code>
<td> <a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-onpause" title='Read about this "HTML elements" reference in the full HTML5 spec.'>HTML elements</a>
<td> <code title="event-media-pause"><a href="video.html#event-media-pause">pause</a></code> event handler
@@ -2607,16 +2617,6 @@
<td> <code title="event-media-playing"><a href="video.html#event-media-playing">playing</a></code> event handler
<td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
- <tr><th id="ix-handler-window-onpagehide"> <code title="">onpagehide</code>
- <td> <code title="handler-window-onpagehide"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onpagehide" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
- <td> <code title="event-pagehide"><a href="history.html#event-pagehide">pagehide</a></code> event handler for <code><a href="browsers.html#window">Window</a></code> object
- <td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
-
- <tr><th id="ix-handler-window-onpageshow"> <code title="">onpageshow</code>
- <td> <code title="handler-window-onpageshow"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onpageshow" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
- <td> <code title="event-pageshow"><a href="history.html#event-pageshow">pageshow</a></code> event handler for <code><a href="browsers.html#window">Window</a></code> object
- <td> <a href="webappapis.html#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
-
<tr><th id="ix-handler-window-onpopstate"> <code title="">onpopstate</code>
<td> <code title="handler-window-onpopstate"><a class="full-spec-link" href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onpopstate" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
<td> <code title="event-popstate"><a href="history.html#event-popstate">popstate</a></code> event handler for <code><a href="browsers.html#window">Window</a></code> object
Index: the-button-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-button-element.html,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -d -r1.130 -r1.131
--- the-button-element.html 10 Aug 2010 06:57:35 -0000 1.130
+++ the-button-element.html 10 Aug 2010 07:17:49 -0000 1.131
@@ -308,7 +308,7 @@
<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)<span class="rcsrevision"> revision 1.4199</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4201</span></h1>
</div><div>
<a href="common-input-element-attributes.html">← 4.10.7.2 Common input element attributes</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: dnd.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/dnd.html,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -d -r1.128 -r1.129
--- dnd.html 10 Aug 2010 06:57:32 -0000 1.128
+++ dnd.html 10 Aug 2010 07:17:46 -0000 1.129
@@ -308,7 +308,7 @@
<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)<span class="rcsrevision"> revision 1.4199</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4201</span></h1>
</div><div>
<a href="editing.html">← 7 User interaction</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: links.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/links.html,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -d -r1.135 -r1.136
--- links.html 10 Aug 2010 06:57:33 -0000 1.135
+++ links.html 10 Aug 2010 07:17:47 -0000 1.136
@@ -308,7 +308,7 @@
<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)<span class="rcsrevision"> revision 1.4199</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4201</span></h1>
</div><div>
<a href="commands.html">← 4.11.5 Commands</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.html,v
retrieving revision 1.1043
retrieving revision 1.1044
diff -u -d -r1.1043 -r1.1044
--- spec.html 10 Aug 2010 06:57:34 -0000 1.1043
+++ spec.html 10 Aug 2010 07:17:47 -0000 1.1044
@@ -312,7 +312,7 @@
</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)<span class="rcsrevision"> revision 1.4199</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4201</span></h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
<h2 class="no-num no-toc" id="editor-s-draft-10-august-2010">Editor's Draft 10 August 2010</h2>
<dl><dt>Latest Published Version:</dt>
@@ -332,7 +332,7 @@
<dt>Editors:</dt>
<dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
</dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>.
- This is revision 1.4199.</p>
+ This is revision 1.4201.</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts
@@ -9319,9 +9319,9 @@
<pre class="idl">interface <dfn id="htmlspanelement">HTMLSpanElement</dfn> : <a href="#htmlelement">HTMLElement</a> {};</pre>
</dd>
</dl><p>The <code><a href="#the-span-element">span</a></code> element doesn't mean anything on its own,
- but can be useful when used together with other attributes,
- e.g. <code title="attr-class"><a href="#classes">class</a></code>, <code title="attr-lang"><a href="#attr-lang">lang</a></code>, or <code title="attr-dir"><a href="#the-dir-attribute">dir</a></code>. It <a href="http://dev.w3.org/html5/spec/rendering.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> its
- children.</p><div class="example">
+ but can be useful when used together with the <a href="#global-attributes">global
+ attributes</a>, e.g. <code title="attr-class"><a href="#classes">class</a></code>, <code title="attr-lang"><a href="#attr-lang">lang</a></code>, or <code title="attr-dir"><a href="#the-dir-attribute">dir</a></code>.
+ It <a href="http://dev.w3.org/html5/spec/rendering.html#represents" class="full-spec-link" title='Read about this "represents" reference in the full HTML5 spec.'>represents</a> its children.</p><div class="example">
<p>In this example, a code fragment is marked up using
<code><a href="#the-span-element">span</a></code> elements and <code title="attr-class"><a href="#classes">class</a></code> attributes so that its keywords and
@@ -29196,6 +29196,16 @@
</td><td> <code title="event-online"><a href="http://dev.w3.org/html5/spec/offline.html#event-online" class="full-spec-link" title='Read about this "online" reference in the full HTML5 spec.'>online</a></code> event handler for <code><a href="#window">Window</a></code> object
</td><td> <a href="#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+ </td></tr><tr><th id="ix-handler-window-onpagehide"> <code title="">onpagehide</code>
+ </th><td> <code title="handler-window-onpagehide"><a href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onpagehide" class="full-spec-link" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
+ </td><td> <code title="event-pagehide"><a href="#event-pagehide">pagehide</a></code> event handler for <code><a href="#window">Window</a></code> object
+ </td><td> <a href="#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+
+ </td></tr><tr><th id="ix-handler-window-onpageshow"> <code title="">onpageshow</code>
+ </th><td> <code title="handler-window-onpageshow"><a href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onpageshow" class="full-spec-link" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
+ </td><td> <code title="event-pageshow"><a href="#event-pageshow">pageshow</a></code> event handler for <code><a href="#window">Window</a></code> object
+ </td><td> <a href="#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
+
</td></tr><tr><th id="ix-handler-onpause"> <code title="">onpause</code>
</th><td> <a href="http://dev.w3.org/html5/spec/webappapis.html#handler-onpause" title='Read about this "HTML elements" reference in the full HTML5 spec.' class="full-spec-link">HTML elements</a>
</td><td> <code title="event-media-pause"><a href="#event-media-pause">pause</a></code> event handler
@@ -29211,16 +29221,6 @@
</td><td> <code title="event-media-playing"><a href="#event-media-playing">playing</a></code> event handler
</td><td> <a href="#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
- </td></tr><tr><th id="ix-handler-window-onpagehide"> <code title="">onpagehide</code>
- </th><td> <code title="handler-window-onpagehide"><a href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onpagehide" class="full-spec-link" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
- </td><td> <code title="event-pagehide"><a href="#event-pagehide">pagehide</a></code> event handler for <code><a href="#window">Window</a></code> object
- </td><td> <a href="#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
-
- </td></tr><tr><th id="ix-handler-window-onpageshow"> <code title="">onpageshow</code>
- </th><td> <code title="handler-window-onpageshow"><a href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onpageshow" class="full-spec-link" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
- </td><td> <code title="event-pageshow"><a href="#event-pageshow">pageshow</a></code> event handler for <code><a href="#window">Window</a></code> object
- </td><td> <a href="#event-handler-content-attributes" title="event handler content attributes">Event handler content attribute</a>
-
</td></tr><tr><th id="ix-handler-window-onpopstate"> <code title="">onpopstate</code>
</th><td> <code title="handler-window-onpopstate"><a href="http://dev.w3.org/html5/spec/webappapis.html#handler-window-onpopstate" class="full-spec-link" title='Read about this "body" reference in the full HTML5 spec.'>body</a></code>
</td><td> <code title="event-popstate"><a href="#event-popstate">popstate</a></code> event handler for <code><a href="#window">Window</a></code> object
Index: number-state.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/number-state.html,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -d -r1.124 -r1.125
--- number-state.html 10 Aug 2010 06:57:33 -0000 1.124
+++ number-state.html 10 Aug 2010 07:17:47 -0000 1.125
@@ -308,7 +308,7 @@
<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)<span class="rcsrevision"> revision 1.4199</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4201</span></h1>
</div><div>
<a href="states-of-the-type-attribute.html">← 4.10.7.1 States of the type attribute</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: sections.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/sections.html,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -d -r1.137 -r1.138
--- sections.html 10 Aug 2010 06:57:34 -0000 1.137
+++ sections.html 10 Aug 2010 07:17:47 -0000 1.138
@@ -308,7 +308,7 @@
<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)<span class="rcsrevision"> revision 1.4199</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4201</span></h1>
</div><div>
<a href="scripting-1.html">← 4.3 Scripting</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: introduction.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/introduction.html,v
retrieving revision 1.685
retrieving revision 1.686
diff -u -d -r1.685 -r1.686
--- introduction.html 10 Aug 2010 06:57:33 -0000 1.685
+++ introduction.html 10 Aug 2010 07:17:47 -0000 1.686
@@ -307,7 +307,7 @@
<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)<span class="rcsrevision"> revision 1.4199</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4201</span></h1>
</div><div>
<a href="Overview.html#contents">Table of contents</a> –
<a href="infrastructure.html">2 Common infrastructure →</a>
Index: commands.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/commands.html,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -d -r1.121 -r1.122
--- commands.html 10 Aug 2010 06:57:31 -0000 1.121
+++ commands.html 10 Aug 2010 07:17:46 -0000 1.122
@@ -308,7 +308,7 @@
<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)<span class="rcsrevision"> revision 1.4199</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4201</span></h1>
</div><div>
<a href="interactive-elements.html">← 4.11 Interactive elements</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: syntax.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/syntax.html,v
retrieving revision 1.688
retrieving revision 1.689
diff -u -d -r1.688 -r1.689
--- syntax.html 10 Aug 2010 06:57:35 -0000 1.688
+++ syntax.html 10 Aug 2010 07:17:49 -0000 1.689
@@ -308,7 +308,7 @@
<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)<span class="rcsrevision"> revision 1.4199</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4201</span></h1>
</div><div>
<a href="dnd.html">← 7.9 Drag and drop</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: webappapis.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/webappapis.html,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -d -r1.108 -r1.109
--- webappapis.html 10 Aug 2010 06:57:36 -0000 1.108
+++ webappapis.html 10 Aug 2010 07:17:49 -0000 1.109
@@ -308,7 +308,7 @@
<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)<span class="rcsrevision"> revision 1.4199</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4201</span></h1>
</div><div>
<a href="offline.html">← 5.6 Offline Web applications</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: common-microsyntaxes.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/common-microsyntaxes.html,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -d -r1.126 -r1.127
--- common-microsyntaxes.html 10 Aug 2010 06:57:31 -0000 1.126
+++ common-microsyntaxes.html 10 Aug 2010 07:17:46 -0000 1.127
@@ -308,7 +308,7 @@
<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)<span class="rcsrevision"> revision 1.4199</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4201</span></h1>
</div><div>
<a href="infrastructure.html">← 2 Common infrastructure</a> –
<a href="Overview.html#contents">Table of contents</a> –
Received on Tuesday, 10 August 2010 07:17:55 UTC