- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 28 Sep 2010 05:23:26 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv14310
Modified Files:
Overview.html acknowledgements.html
apis-in-html-documents.html
association-of-controls-and-forms.html browsers.html
commands.html common-input-element-attributes.html
common-microsyntaxes.html content-models.html dnd.html
dom.html editing.html edits.html elements.html
embedded-content-1.html forms.html grouping-content.html
history.html iana.html index-of-terms.html index.html
infrastructure.html interactive-elements.html
introduction.html links.html named-character-references.html
number-state.html obsolete.html offline.html origin-0.html
references.html scripting-1.html sections.html semantics.html
spec.html spec.preprocessed.html
states-of-the-type-attribute.html syntax.html
tabular-data.html text-level-semantics.html
the-button-element.html the-canvas-element.html
the-iframe-element.html the-input-element.html
the-map-element.html the-xhtml-syntax.html timers.html
urls.html video.html webappapis.html
Log Message:
Define 'empty'. (whatwg r5524)
[updated by splitter]
Index: infrastructure.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/infrastructure.html,v
retrieving revision 1.795
retrieving revision 1.796
diff -u -d -r1.795 -r1.796
--- infrastructure.html 28 Sep 2010 01:53:16 -0000 1.795
+++ infrastructure.html 28 Sep 2010 05:23:21 -0000 1.796
@@ -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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</span></h1>
</div><div>
<a href="introduction.html">← 1 Introduction</a> –
<a href="Overview.html#contents">Table of contents</a> –
@@ -417,7 +417,9 @@
<code><a class="full-spec-link" href="http://dev.w3.org/html5/spec/infrastructure.html#node" title='Read about this "Node" reference in the full HTML5 spec.'>Node</a></code> with node type <code title="">TEXT_NODE</code> (3)
or <code title="">CDATA_SECTION_NODE</code> (4). <a href="references.html#refsDOMCORE">[DOMCORE]</a><p>A content attribute is said to <dfn title="">change</dfn> value
only if its new value is different than its previous value; setting
- an attribute to a value it already has does not change it.<h4 id="scripting-0"><span class="secno">2.1.4 </span>Scripting</h4><p>The construction "a <code>Foo</code> object", where
+ an attribute to a value it already has does not change it.<p>The term <dfn title="">empty</dfn>, when used of an attribute
+ value, text node, or string, means that the length of the text is
+ zero (i.e. not even containing spaces or control characters).<h4 id="scripting-0"><span class="secno">2.1.4 </span>Scripting</h4><p>The construction "a <code>Foo</code> object", where
<code>Foo</code> is actually an interface, is sometimes used instead
of the more accurate "an object implementing the interface
<code>Foo</code>".<p>An IDL attribute is said to be <dfn title="">getting</dfn> when
Index: text-level-semantics.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/text-level-semantics.html,v
retrieving revision 1.793
retrieving revision 1.794
diff -u -d -r1.793 -r1.794
--- text-level-semantics.html 28 Sep 2010 01:53:20 -0000 1.793
+++ text-level-semantics.html 28 Sep 2010 05:23:24 -0000 1.794
@@ -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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</span></h1>
</div><div>
<a href="grouping-content.html">← 4.5 Grouping content</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: scripting-1.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/scripting-1.html,v
retrieving revision 1.235
retrieving revision 1.236
diff -u -d -r1.235 -r1.236
--- scripting-1.html 28 Sep 2010 01:53:17 -0000 1.235
+++ scripting-1.html 28 Sep 2010 05:23:21 -0000 1.236
@@ -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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</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.234
retrieving revision 1.235
diff -u -d -r1.234 -r1.235
--- the-map-element.html 28 Sep 2010 01:53:20 -0000 1.234
+++ the-map-element.html 28 Sep 2010 05:23:24 -0000 1.235
@@ -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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</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.787
retrieving revision 1.788
diff -u -d -r1.787 -r1.788
--- the-canvas-element.html 28 Sep 2010 01:53:20 -0000 1.787
+++ the-canvas-element.html 28 Sep 2010 05:23:24 -0000 1.788
@@ -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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</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.777
retrieving revision 1.778
diff -u -d -r1.777 -r1.778
--- tabular-data.html 28 Sep 2010 01:53:20 -0000 1.777
+++ tabular-data.html 28 Sep 2010 05:23:24 -0000 1.778
@@ -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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</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.251
retrieving revision 1.252
diff -u -d -r1.251 -r1.252
--- the-iframe-element.html 28 Sep 2010 01:53:20 -0000 1.251
+++ the-iframe-element.html 28 Sep 2010 05:23:24 -0000 1.252
@@ -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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</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.1140
retrieving revision 1.1141
diff -u -d -r1.1140 -r1.1141
--- Overview.html 28 Sep 2010 01:53:15 -0000 1.1140
+++ Overview.html 28 Sep 2010 05:23:19 -0000 1.1141
@@ -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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</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-28-september-2010">Editor's Draft 28 September 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.4413.</p>
+ This is revision 1.4414.</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.231
retrieving revision 1.232
diff -u -d -r1.231 -r1.232
--- association-of-controls-and-forms.html 28 Sep 2010 01:53:15 -0000 1.231
+++ association-of-controls-and-forms.html 28 Sep 2010 05:23:20 -0000 1.232
@@ -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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</span></h1>
</div><div>
<a href="the-button-element.html">← 4.10.8 The button element</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: index-of-terms.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/index-of-terms.html,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- index-of-terms.html 28 Sep 2010 01:53:16 -0000 1.86
+++ index-of-terms.html 28 Sep 2010 05:23:20 -0000 1.87
@@ -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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</span></h1>
</div><div>
<a href="index.html">← Index</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: history.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/history.html,v
retrieving revision 1.789
retrieving revision 1.790
diff -u -d -r1.789 -r1.790
--- history.html 28 Sep 2010 01:53:16 -0000 1.789
+++ history.html 28 Sep 2010 05:23:20 -0000 1.790
@@ -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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</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.211
retrieving revision 1.212
diff -u -d -r1.211 -r1.212
--- origin-0.html 28 Sep 2010 01:53:17 -0000 1.211
+++ origin-0.html 28 Sep 2010 05:23:21 -0000 1.212
@@ -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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</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.239
retrieving revision 1.240
diff -u -d -r1.239 -r1.240
--- common-input-element-attributes.html 28 Sep 2010 01:53:15 -0000 1.239
+++ common-input-element-attributes.html 28 Sep 2010 05:23:20 -0000 1.240
@@ -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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</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.794
retrieving revision 1.795
diff -u -d -r1.794 -r1.795
--- dom.html 28 Sep 2010 01:53:15 -0000 1.794
+++ dom.html 28 Sep 2010 05:23:20 -0000 1.795
@@ -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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</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.244
retrieving revision 1.245
diff -u -d -r1.244 -r1.245
--- embedded-content-1.html 28 Sep 2010 01:53:16 -0000 1.244
+++ embedded-content-1.html 28 Sep 2010 05:23:20 -0000 1.245
@@ -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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</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.229
retrieving revision 1.230
diff -u -d -r1.229 -r1.230
--- the-input-element.html 28 Sep 2010 01:53:20 -0000 1.229
+++ the-input-element.html 28 Sep 2010 05:23:24 -0000 1.230
@@ -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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</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.802
retrieving revision 1.803
diff -u -d -r1.802 -r1.803
--- acknowledgements.html 28 Sep 2010 01:53:15 -0000 1.802
+++ acknowledgements.html 28 Sep 2010 05:23:19 -0000 1.803
@@ -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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</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.240
retrieving revision 1.241
diff -u -d -r1.240 -r1.241
--- grouping-content.html 28 Sep 2010 01:53:16 -0000 1.240
+++ grouping-content.html 28 Sep 2010 05:23:20 -0000 1.241
@@ -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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</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.233
retrieving revision 1.234
diff -u -d -r1.233 -r1.234
--- timers.html 28 Sep 2010 01:53:20 -0000 1.233
+++ timers.html 28 Sep 2010 05:23:24 -0000 1.234
@@ -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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</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.248
retrieving revision 1.249
diff -u -d -r1.248 -r1.249
--- elements.html 28 Sep 2010 01:53:16 -0000 1.248
+++ elements.html 28 Sep 2010 05:23:20 -0000 1.249
@@ -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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</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.243
retrieving revision 1.244
diff -u -d -r1.243 -r1.244
--- urls.html 28 Sep 2010 01:53:20 -0000 1.243
+++ urls.html 28 Sep 2010 05:23:24 -0000 1.244
@@ -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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</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.239
retrieving revision 1.240
diff -u -d -r1.239 -r1.240
--- iana.html 28 Sep 2010 01:53:16 -0000 1.239
+++ iana.html 28 Sep 2010 05:23:20 -0000 1.240
@@ -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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</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.784
retrieving revision 1.785
diff -u -d -r1.784 -r1.785
--- forms.html 28 Sep 2010 01:53:16 -0000 1.784
+++ forms.html 28 Sep 2010 05:23:20 -0000 1.785
@@ -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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</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.785
retrieving revision 1.786
diff -u -d -r1.785 -r1.786
--- interactive-elements.html 28 Sep 2010 01:53:16 -0000 1.785
+++ interactive-elements.html 28 Sep 2010 05:23:21 -0000 1.786
@@ -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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</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.790
retrieving revision 1.791
diff -u -d -r1.790 -r1.791
--- editing.html 28 Sep 2010 01:53:16 -0000 1.790
+++ editing.html 28 Sep 2010 05:23:20 -0000 1.791
@@ -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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</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.809
retrieving revision 1.810
diff -u -d -r1.809 -r1.810
--- video.html 28 Sep 2010 01:53:20 -0000 1.809
+++ video.html 28 Sep 2010 05:23:24 -0000 1.810
@@ -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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</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.800
retrieving revision 1.801
diff -u -d -r1.800 -r1.801
--- browsers.html 28 Sep 2010 01:53:15 -0000 1.800
+++ browsers.html 28 Sep 2010 05:23:20 -0000 1.801
@@ -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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</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.226
retrieving revision 1.227
diff -u -d -r1.226 -r1.227
--- edits.html 28 Sep 2010 01:53:16 -0000 1.226
+++ edits.html 28 Sep 2010 05:23:20 -0000 1.227
@@ -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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</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.767
retrieving revision 1.768
diff -u -d -r1.767 -r1.768
--- the-xhtml-syntax.html 28 Sep 2010 01:53:20 -0000 1.767
+++ the-xhtml-syntax.html 28 Sep 2010 05:23:24 -0000 1.768
@@ -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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</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.785
retrieving revision 1.786
diff -u -d -r1.785 -r1.786
--- offline.html 28 Sep 2010 01:53:17 -0000 1.785
+++ offline.html 28 Sep 2010 05:23:21 -0000 1.786
@@ -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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</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.241
retrieving revision 1.242
diff -u -d -r1.241 -r1.242
--- content-models.html 28 Sep 2010 01:53:15 -0000 1.241
+++ content-models.html 28 Sep 2010 05:23:20 -0000 1.242
@@ -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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</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.236
retrieving revision 1.237
diff -u -d -r1.236 -r1.237
--- states-of-the-type-attribute.html 28 Sep 2010 01:53:20 -0000 1.236
+++ states-of-the-type-attribute.html 28 Sep 2010 05:23:24 -0000 1.237
@@ -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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</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.236
retrieving revision 1.237
diff -u -d -r1.236 -r1.237
--- apis-in-html-documents.html 28 Sep 2010 01:53:15 -0000 1.236
+++ apis-in-html-documents.html 28 Sep 2010 05:23:20 -0000 1.237
@@ -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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</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.787
retrieving revision 1.788
diff -u -d -r1.787 -r1.788
--- obsolete.html 28 Sep 2010 01:53:17 -0000 1.787
+++ obsolete.html 28 Sep 2010 05:23:21 -0000 1.788
@@ -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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</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.786
retrieving revision 1.787
diff -u -d -r1.786 -r1.787
--- named-character-references.html 28 Sep 2010 01:53:17 -0000 1.786
+++ named-character-references.html 28 Sep 2010 05:23:21 -0000 1.787
@@ -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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</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.783
retrieving revision 1.784
diff -u -d -r1.783 -r1.784
--- references.html 28 Sep 2010 01:53:17 -0000 1.783
+++ references.html 28 Sep 2010 05:23:21 -0000 1.784
@@ -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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</span></h1>
</div><div>
<a href="index-of-terms.html">← Index of terms</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: semantics.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/semantics.html,v
retrieving revision 1.797
retrieving revision 1.798
diff -u -d -r1.797 -r1.798
--- semantics.html 28 Sep 2010 01:53:17 -0000 1.797
+++ semantics.html 28 Sep 2010 05:23:22 -0000 1.798
@@ -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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</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.800
retrieving revision 1.801
diff -u -d -r1.800 -r1.801
--- index.html 28 Sep 2010 01:53:16 -0000 1.800
+++ index.html 28 Sep 2010 05:23:21 -0000 1.801
@@ -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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</span></h1>
</div><div>
<a href="iana.html">← 11 IANA considerations</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: the-button-element.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/the-button-element.html,v
retrieving revision 1.238
retrieving revision 1.239
diff -u -d -r1.238 -r1.239
--- the-button-element.html 28 Sep 2010 01:53:20 -0000 1.238
+++ the-button-element.html 28 Sep 2010 05:23:24 -0000 1.239
@@ -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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</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.235
retrieving revision 1.236
diff -u -d -r1.235 -r1.236
--- dnd.html 28 Sep 2010 01:53:15 -0000 1.235
+++ dnd.html 28 Sep 2010 05:23:20 -0000 1.236
@@ -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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</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.242
retrieving revision 1.243
diff -u -d -r1.242 -r1.243
--- links.html 28 Sep 2010 01:53:17 -0000 1.242
+++ links.html 28 Sep 2010 05:23:21 -0000 1.243
@@ -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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</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.1165
retrieving revision 1.1166
diff -u -d -r1.1165 -r1.1166
--- spec.html 28 Sep 2010 01:53:17 -0000 1.1165
+++ spec.html 28 Sep 2010 05:23:22 -0000 1.1166
@@ -306,7 +306,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></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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</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-28-september-2010">Editor's Draft 28 September 2010</h2>
<dl><dt>Latest Published Version:</dt>
@@ -326,7 +326,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.4413.</p>
+ This is revision 1.4414.</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
@@ -1913,7 +1913,9 @@
<code><a href="http://dev.w3.org/html5/spec/infrastructure.html#node" class="full-spec-link" title='Read about this "Node" reference in the full HTML5 spec.'>Node</a></code> with node type <code title="">TEXT_NODE</code> (3)
or <code title="">CDATA_SECTION_NODE</code> (4). <a href="#refsDOMCORE">[DOMCORE]</a></p><p>A content attribute is said to <dfn title="">change</dfn> value
only if its new value is different than its previous value; setting
- an attribute to a value it already has does not change it.</p><h4 id="scripting-0"><span class="secno">2.1.4 </span>Scripting</h4><p>The construction "a <code>Foo</code> object", where
+ an attribute to a value it already has does not change it.</p><p>The term <dfn title="">empty</dfn>, when used of an attribute
+ value, text node, or string, means that the length of the text is
+ zero (i.e. not even containing spaces or control characters).</p><h4 id="scripting-0"><span class="secno">2.1.4 </span>Scripting</h4><p>The construction "a <code>Foo</code> object", where
<code>Foo</code> is actually an interface, is sometimes used instead
of the more accurate "an object implementing the interface
<code>Foo</code>".</p><p>An IDL attribute is said to be <dfn title="">getting</dfn> when
Index: number-state.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/number-state.html,v
retrieving revision 1.231
retrieving revision 1.232
diff -u -d -r1.231 -r1.232
--- number-state.html 28 Sep 2010 01:53:17 -0000 1.231
+++ number-state.html 28 Sep 2010 05:23:21 -0000 1.232
@@ -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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</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.244
retrieving revision 1.245
diff -u -d -r1.244 -r1.245
--- sections.html 28 Sep 2010 01:53:17 -0000 1.244
+++ sections.html 28 Sep 2010 05:23:22 -0000 1.245
@@ -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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</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.792
retrieving revision 1.793
diff -u -d -r1.792 -r1.793
--- introduction.html 28 Sep 2010 01:53:16 -0000 1.792
+++ introduction.html 28 Sep 2010 05:23:21 -0000 1.793
@@ -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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</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.228
retrieving revision 1.229
diff -u -d -r1.228 -r1.229
--- commands.html 28 Sep 2010 01:53:15 -0000 1.228
+++ commands.html 28 Sep 2010 05:23:20 -0000 1.229
@@ -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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</span></h1>
</div><div>
<a href="interactive-elements.html">← 4.11 Interactive elements</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: common-microsyntaxes.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/common-microsyntaxes.html,v
retrieving revision 1.233
retrieving revision 1.234
diff -u -d -r1.233 -r1.234
--- common-microsyntaxes.html 28 Sep 2010 01:53:15 -0000 1.233
+++ common-microsyntaxes.html 28 Sep 2010 05:23:20 -0000 1.234
@@ -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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</span></h1>
</div><div>
<a href="infrastructure.html">← 2 Common infrastructure</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: syntax.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/syntax.html,v
retrieving revision 1.795
retrieving revision 1.796
diff -u -d -r1.795 -r1.796
--- syntax.html 28 Sep 2010 01:53:20 -0000 1.795
+++ syntax.html 28 Sep 2010 05:23:24 -0000 1.796
@@ -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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</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.215
retrieving revision 1.216
diff -u -d -r1.215 -r1.216
--- webappapis.html 28 Sep 2010 01:53:20 -0000 1.215
+++ webappapis.html 28 Sep 2010 05:23:24 -0000 1.216
@@ -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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</span></h1>
</div><div>
<a href="offline.html">← 5.6 Offline Web applications</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: spec.preprocessed.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/spec.preprocessed.html,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- spec.preprocessed.html 28 Sep 2010 01:53:19 -0000 1.76
+++ spec.preprocessed.html 28 Sep 2010 05:23:23 -0000 1.77
@@ -314,7 +314,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.4413</span></h1>
+ <h1>HTML5 (Edition for Web Authors)<span class="rcsrevision"> revision 1.4414</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-28-september-2010">Editor's Draft 28 September 2010</h2>
<dl><dt>Latest Published Version:</dt>
@@ -334,7 +334,7 @@
<dt>Editors:</dt>
<dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd>
</dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>, <a href="http://dev.w3.org/html5/spec/">full specification</a>.
- This is revision 1.4413.</p>
+ This is revision 1.4414.</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
@@ -2221,7 +2221,9 @@
<code><a href="#node">Node</a></code> with node type <code title="">TEXT_NODE</code> (3)
or <code title="">CDATA_SECTION_NODE</code> (4). <a href="#refsDOMCORE">[DOMCORE]</a></p><p>A content attribute is said to <dfn title="">change</dfn> value
only if its new value is different than its previous value; setting
- an attribute to a value it already has does not change it.</p><h4 id="scripting-0"><span class="secno">2.1.4 </span>Scripting</h4><p>The construction "a <code>Foo</code> object", where
+ an attribute to a value it already has does not change it.</p><p>The term <dfn title="">empty</dfn>, when used of an attribute
+ value, text node, or string, means that the length of the text is
+ zero (i.e. not even containing spaces or control characters).</p><h4 id="scripting-0"><span class="secno">2.1.4 </span>Scripting</h4><p>The construction "a <code>Foo</code> object", where
<code>Foo</code> is actually an interface, is sometimes used instead
of the more accurate "an object implementing the interface
<code>Foo</code>".</p><p>An IDL attribute is said to be <dfn title="">getting</dfn> when
Received on Tuesday, 28 September 2010 05:23:31 UTC