- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 21 Sep 2009 23:26:53 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv1918
Modified Files:
Overview.html acknowledgements.html browsers.html comms.html
dom.html editing.html embedded-content-0.html forms.html
history.html iana-considerations.html index.html
infrastructure.html interactive-elements.html
introduction.html microdata.html
named-character-references.html no.html obsolete.html
offline.html references.html semantics.html spec.html
syntax.html tabular-data.html text-level-semantics.html
the-canvas-element.html the-xhtml-syntax.html video.html
Log Message:
Clarify how to send 'codebase' to a plugin now. (whatwg r3940)
[updated by splitter]
Index: infrastructure.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/infrastructure.html,v
retrieving revision 1.200
retrieving revision 1.201
diff -u -d -r1.200 -r1.201
--- infrastructure.html 21 Sep 2009 23:16:54 -0000 1.200
+++ infrastructure.html 21 Sep 2009 23:26:50 -0000 1.201
@@ -218,7 +218,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3099.</p>
+<p>This is revision 1.3102.</p>
</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.198
retrieving revision 1.199
diff -u -d -r1.198 -r1.199
--- text-level-semantics.html 21 Sep 2009 23:16:55 -0000 1.198
+++ text-level-semantics.html 21 Sep 2009 23:26:51 -0000 1.199
@@ -218,7 +218,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3099.</p>
+<p>This is revision 1.3102.</p>
</div><div>
<a href="semantics.html">← 4 The elements of HTML</a> –
<a href="Overview.html#contents">Table of contents</a> –
@@ -913,41 +913,7 @@
</dd>
- </dl><div>
-
- <p>The <dfn id="dom-time-valueasdate" title="dom-time-valueAsDate"><code>valueAsDate</code></dfn> IDL
- attribute must return either null or a new <code>Date</code> object
- initialised to the relevant value as defined by the following
- list:</p>
-
- <dl><dt>If the <a href="#concept-time-date" title="concept-time-date">date</a> is known but
- the <a href="#concept-time-time" title="concept-time-time">time</a> is not</dt>
-
- <dd>The time corresponding to midnight UTC (i.e. the first second)
- of the given <a href="#concept-time-date" title="concept-time-date">date</a>.</dd>
-
- <dt>If the <a href="#concept-time-time" title="concept-time-time">time</a> is known but
- the <a href="#concept-time-date" title="concept-time-date">date</a> is not</dt>
-
- <dd>The time corresponding to the given <a href="#concept-time-time" title="concept-time-time">time</a> of 1970-01-01, with the time
- zone UTC.</dd>
-
- <dt>If both the <a href="#concept-time-date" title="concept-time-date">date</a> and the
- <a href="#concept-time-time" title="concept-time-time">time</a> are known</dt>
-
- <dd>The time corresponding to the <a href="#concept-time-date" title="concept-time-date">date</a> and <a href="#concept-time-time" title="concept-time-time">time</a>, with the given <a href="#concept-time-timezone" title="concept-time-timezone">time-zone offset</a>.</dd>
-
- <dt>If neither the <a href="#concept-time-date" title="concept-time-date">date</a> nor
- the <a href="#concept-time-time" title="concept-time-time">time</a> are known</dt>
-
- <dd>The null value.</dd>
-
- </dl><p>When a <code>Date</code> object is to be returned, a new one must
- be constructed.</p> <!-- yes, this means .valueAsDate !=
- .valueAsDate, but the object is mutable, so it'd be weird if we
- didn't do that -->
-
- </div><div class="example">
+ </dl><div class="example">
<p>In the following snippet:</p>
@@ -1485,14 +1451,7 @@
<p>For an indeterminate progress bar, returns −1.</p>
- </dd></dl><div>
-
- <p>If the progress bar is an indeterminate progress bar, then the
- <dfn id="dom-progress-position" title="dom-progress-position"><code>position</code></dfn> IDL
- attribute must return −1. Otherwise, it must return the result of
- dividing the current value by the maximum value.</p>
-
- </div><h4 id="the-meter-element"><span class="secno">4.6.19 </span>The <dfn><code>meter</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Working draft</i></p><!-- Keep this after <progress> and NOT close to <time> --><dl class="element"><dt>Categories</dt>
+ </dd></dl><h4 id="the-meter-element"><span class="secno">4.6.19 </span>The <dfn><code>meter</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Working draft</i></p><!-- Keep this after <progress> and NOT close to <time> --><dl class="element"><dt>Categories</dt>
<dd><a href="dom.html#flow-content">Flow content</a>.</dd>
<dd><a href="dom.html#phrasing-content">Phrasing content</a>.</dd>
<dt>Contexts in which this element may be used:</dt>
Index: history.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/history.html,v
retrieving revision 1.200
retrieving revision 1.201
diff -u -d -r1.200 -r1.201
--- history.html 21 Sep 2009 23:16:54 -0000 1.200
+++ history.html 21 Sep 2009 23:26:50 -0000 1.201
@@ -218,7 +218,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3099.</p>
+<p>This is revision 1.3102.</p>
</div><div>
<a href="offline.html">← 6.7 Offline Web applications</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.199
retrieving revision 1.200
diff -u -d -r1.199 -r1.200
--- tabular-data.html 21 Sep 2009 23:16:55 -0000 1.199
+++ tabular-data.html 21 Sep 2009 23:26:51 -0000 1.200
@@ -218,7 +218,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3099.</p>
+<p>This is revision 1.3102.</p>
</div><div>
<a href="the-canvas-element.html">← 4.8.11 The canvas element</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: microdata.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/microdata.html,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -d -r1.199 -r1.200
--- microdata.html 21 Sep 2009 23:16:54 -0000 1.199
+++ microdata.html 21 Sep 2009 23:26:50 -0000 1.200
@@ -218,7 +218,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3099.</p>
+<p>This is revision 1.3102.</p>
</div><div>
<a href="interactive-elements.html">← 4.11 Interactive elements</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.199
retrieving revision 1.200
diff -u -d -r1.199 -r1.200
--- Overview.html 21 Sep 2009 23:16:54 -0000 1.199
+++ Overview.html 21 Sep 2009 23:26:50 -0000 1.200
@@ -240,7 +240,7 @@
</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>.
-This is revision 1.3099.
+This is revision 1.3102.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2009 <a href="http://www.w3.org/"><abbr title="World Wide
@@ -806,8 +806,7 @@
<li><a href="syntax.html#cdata-sections"><span class="secno">9.1.5 </span>CDATA sections</a></li>
<li><a href="syntax.html#comments"><span class="secno">9.1.6 </span>Comments</a></li></ol></li>
<li><a href="named-character-references.html#named-character-references"><span class="secno">9.2 </span>Named character references</a></li></ol></li>
- <li><a href="the-xhtml-syntax.html#the-xhtml-syntax"><span class="secno">10 </span>The XHTML syntax</a>
- <ol><li><a href="the-xhtml-syntax.html#selectors"><span class="secno">10.1 </span>Selectors</a></li></ol></li>
+ <li><a href="the-xhtml-syntax.html#the-xhtml-syntax"><span class="secno">10 </span>The XHTML syntax</a></li>
<li><a href="obsolete.html#obsolete"><span class="secno">11 </span>Obsolete features</a>
<ol><li><a href="obsolete.html#obsolete-but-conforming-features"><span class="secno">11.1 </span>Obsolete but conforming features</a></li>
<li><a href="obsolete.html#non-conforming-features"><span class="secno">11.2 </span>Non-conforming features</a></li></ol></li>
Index: embedded-content-0.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/embedded-content-0.html,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -d -r1.199 -r1.200
--- embedded-content-0.html 21 Sep 2009 23:16:54 -0000 1.199
+++ embedded-content-0.html 21 Sep 2009 23:26:50 -0000 1.200
@@ -218,7 +218,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3099.</p>
+<p>This is revision 1.3102.</p>
</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: dom.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/dom.html,v
retrieving revision 1.200
retrieving revision 1.201
diff -u -d -r1.200 -r1.201
--- dom.html 21 Sep 2009 23:16:54 -0000 1.200
+++ dom.html 21 Sep 2009 23:26:50 -0000 1.201
@@ -218,7 +218,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3099.</p>
+<p>This is revision 1.3102.</p>
</div><div>
<a href="infrastructure.html">← 2 Common infrastructure</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.199
retrieving revision 1.200
diff -u -d -r1.199 -r1.200
--- acknowledgements.html 21 Sep 2009 23:16:54 -0000 1.199
+++ acknowledgements.html 21 Sep 2009 23:26:50 -0000 1.200
@@ -217,7 +217,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3099.</p>
+<p>This is revision 1.3102.</p>
</div><div>
<a href="references.html">← References</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.199
retrieving revision 1.200
diff -u -d -r1.199 -r1.200
--- the-canvas-element.html 21 Sep 2009 23:16:55 -0000 1.199
+++ the-canvas-element.html 21 Sep 2009 23:26:51 -0000 1.200
@@ -218,7 +218,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3099.</p>
+<p>This is revision 1.3102.</p>
</div><div>
<a href="video.html">← 4.8.7 The video element</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: iana-considerations.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/iana-considerations.html,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -d -r1.199 -r1.200
--- iana-considerations.html 21 Sep 2009 23:16:54 -0000 1.199
+++ iana-considerations.html 21 Sep 2009 23:26:50 -0000 1.200
@@ -218,7 +218,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3099.</p>
+<p>This is revision 1.3102.</p>
</div><div>
<a href="no.html">← 12 Things that you can't do with this specification because they are better handled using other technologies that are further described herein</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.199
retrieving revision 1.200
diff -u -d -r1.199 -r1.200
--- forms.html 21 Sep 2009 23:16:54 -0000 1.199
+++ forms.html 21 Sep 2009 23:26:50 -0000 1.200
@@ -218,7 +218,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3099.</p>
+<p>This is revision 1.3102.</p>
</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.199
retrieving revision 1.200
diff -u -d -r1.199 -r1.200
--- interactive-elements.html 21 Sep 2009 23:16:54 -0000 1.199
+++ interactive-elements.html 21 Sep 2009 23:26:50 -0000 1.200
@@ -218,7 +218,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3099.</p>
+<p>This is revision 1.3102.</p>
</div><div>
<a href="forms.html">← 4.10 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.199
retrieving revision 1.200
diff -u -d -r1.199 -r1.200
--- editing.html 21 Sep 2009 23:16:54 -0000 1.199
+++ editing.html 21 Sep 2009 23:26:50 -0000 1.200
@@ -218,7 +218,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3099.</p>
+<p>This is revision 1.3102.</p>
</div><div>
<a href="history.html">← 6.8 Session history and navigation</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.199
retrieving revision 1.200
diff -u -d -r1.199 -r1.200
--- video.html 21 Sep 2009 23:16:55 -0000 1.199
+++ video.html 21 Sep 2009 23:26:51 -0000 1.200
@@ -218,7 +218,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3099.</p>
+<p>This is revision 1.3102.</p>
</div><div>
<a href="text-level-semantics.html">← 4.6 Text-level semantics</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.200
retrieving revision 1.201
diff -u -d -r1.200 -r1.201
--- browsers.html 21 Sep 2009 23:16:54 -0000 1.200
+++ browsers.html 21 Sep 2009 23:26:50 -0000 1.201
@@ -218,7 +218,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3099.</p>
+<p>This is revision 1.3102.</p>
</div><div>
<a href="microdata.html">← 5 Microdata</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.198
retrieving revision 1.199
diff -u -d -r1.198 -r1.199
--- the-xhtml-syntax.html 21 Sep 2009 23:16:55 -0000 1.198
+++ the-xhtml-syntax.html 21 Sep 2009 23:26:51 -0000 1.199
@@ -218,7 +218,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3099.</p>
+<p>This is revision 1.3102.</p>
</div><div>
<a href="named-character-references.html">← 9.2 Named character references</a> –
<a href="Overview.html#contents">Table of contents</a> –
@@ -249,60 +249,4 @@
filled in.
</div>
---><h4 id="selectors"><span class="secno">10.1 </span>Selectors</h4><p>Attribute and element <em>names</em> of <a href="infrastructure.html#html-elements">HTML
- elements</a> in <a href="dom.html#html-documents">HTML documents</a> must be treated as
- <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a>.</p><p>Classes from the <code title="attr-class"><a href="dom.html#classes">class</a></code> attribute
- of <a href="infrastructure.html#html-elements">HTML elements</a> in documents that are in <a href="#quirks-mode">quirks
- mode</a> must be treated as <a href="infrastructure.html#ascii-case-insensitive">ASCII
- case-insensitive</a>.</p><p>Attribute selectors on an <a href="infrastructure.html#html-elements" title="HTML elements">HTML
- element</a> in an <a href="dom.html#html-documents" title="HTML documents">HTML
- document</a> must treat the <em>values</em> of attributes with
- the following names as <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a>:</p><!-- based on Mozilla's list, which was itself based on HTML4 --><!-- WebKit's was identical at the time of writing except as noted below --><ul class="brief"><li><code title="">accept</code>
- </li><li><code title="">accept-charset</code>
- </li><li><code title="">align</code>
- </li><li><code title="">alink</code>
- </li><li><code title="">axis</code>
- </li><li><code title="">bgcolor</code>
- </li><li><code title="">charset</code>
- </li><li><code title="">checked</code>
- </li><li><code title="">clear</code>
- </li><li><code title="">codetype</code>
- </li><li><code title="">color</code>
- </li><li><code title="">compact</code>
- </li><li><code title="">declare</code>
- </li><li><code title="">defer</code>
- </li><li><code title="">dir</code>
- </li><li><code title="">direction</code> <!-- not in webkit -->
- </li><li><code title="">disabled</code>
- </li><li><code title="">enctype</code>
- </li><li><code title="">face</code>
- </li><li><code title="">frame</code>
- </li><li><code title="">hreflang</code>
- </li><li><code title="">http-equiv</code>
- </li><li><code title="">lang</code>
- </li><li><code title="">language</code>
- </li><li><code title="">link</code>
- </li><li><code title="">media</code>
- </li><li><code title="">method</code>
- </li><li><code title="">multiple</code>
- </li><li><code title="">nohref</code>
- </li><li><code title="">noresize</code>
- </li><li><code title="">noshade</code>
- </li><li><code title="">nowrap</code>
- </li><li><code title="">readonly</code>
- </li><li><code title="">rel</code>
- </li><li><code title="">rev</code>
- </li><li><code title="">rules</code>
- </li><li><code title="">scope</code>
- </li><li><code title="">scrolling</code>
- </li><li><code title="">selected</code>
- </li><li><code title="">shape</code>
- </li><li><code title="">target</code>
- </li><li><code title="">text</code>
- </li><li><code title="">type</code>
- </li><li><code title="">valign</code>
- </li><li><code title="">valuetype</code>
- </li><li><code title="">vlink</code>
- </li></ul><p>All other <a href="infrastructure.html#html-elements">HTML elements</a> and all attribute names and
- values on <a href="infrastructure.html#html-elements">HTML elements</a> must be treated as
- <a href="infrastructure.html#case-sensitive">case-sensitive</a>.</p></body></html>
\ No newline at end of file
+--></body></html>
\ No newline at end of file
Index: offline.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/offline.html,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -d -r1.199 -r1.200
--- offline.html 21 Sep 2009 23:16:54 -0000 1.199
+++ offline.html 21 Sep 2009 23:26:51 -0000 1.200
@@ -218,7 +218,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3099.</p>
+<p>This is revision 1.3102.</p>
</div><div>
<a href="browsers.html">← 6 Web browsers</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.200
retrieving revision 1.201
diff -u -d -r1.200 -r1.201
--- syntax.html 21 Sep 2009 23:16:55 -0000 1.200
+++ syntax.html 21 Sep 2009 23:26:51 -0000 1.201
@@ -218,7 +218,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3099.</p>
+<p>This is revision 1.3102.</p>
</div><div>
<a href="comms.html">← 8 Communication</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.200
retrieving revision 1.201
diff -u -d -r1.200 -r1.201
--- obsolete.html 21 Sep 2009 23:16:54 -0000 1.200
+++ obsolete.html 21 Sep 2009 23:26:51 -0000 1.201
@@ -218,7 +218,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3099.</p>
+<p>This is revision 1.3102.</p>
</div><div>
<a href="the-xhtml-syntax.html">← 10 The XHTML syntax</a> –
<a href="Overview.html#contents">Table of contents</a> –
@@ -345,8 +345,8 @@
<dt><dfn id="attr-object-code" title="attr-object-code"><code>code</code></dfn> on <code><a href="text-level-semantics.html#the-object-element">object</a></code> elements</dt>
<dt><dfn id="attr-object-codebase" title="attr-object-codebase"><code>codebase</code></dfn> on <code><a href="text-level-semantics.html#the-object-element">object</a></code> elements</dt>
<dt><dfn id="attr-object-codetype" title="attr-object-codetype"><code>codetype</code></dfn> on <code><a href="text-level-semantics.html#the-object-element">object</a></code> elements</dt>
- <dd><p>Use the <code title="attr-object-data"><a href="text-level-semantics.html#attr-object-data">data</a></code> and <code title="attr-object-type"><a href="text-level-semantics.html#attr-object-type">type</a></code> attributes to invoke
- <a href="infrastructure.html#plugin" title="plugin">plugins</a>.</p></dd>
+ <dd><p>Use the <code title="attr-object-data"><a href="text-level-semantics.html#attr-object-data">data</a></code> and <code title="attr-object-type"><a href="text-level-semantics.html#attr-object-type">type</a></code> attributes to invoke <a href="infrastructure.html#plugin" title="plugin">plugins</a>. To set parameters with these names
+ in particular, the <code><a href="text-level-semantics.html#the-param-element">param</a></code> element can be used.</p></dd>
<dt><dfn id="attr-object-declare" title="attr-object-declare"><code>declare</code></dfn> on <code><a href="text-level-semantics.html#the-object-element">object</a></code> elements</dt>
<dd><p>Repeat the <code><a href="text-level-semantics.html#the-object-element">object</a></code> element completely each time the resource is to be reused.</p></dd>
Index: named-character-references.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/named-character-references.html,v
retrieving revision 1.200
retrieving revision 1.201
diff -u -d -r1.200 -r1.201
--- named-character-references.html 21 Sep 2009 23:16:54 -0000 1.200
+++ named-character-references.html 21 Sep 2009 23:26:50 -0000 1.201
@@ -218,7 +218,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3099.</p>
+<p>This is revision 1.3102.</p>
</div><div>
<a href="syntax.html">← 9 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.199
retrieving revision 1.200
diff -u -d -r1.199 -r1.200
--- references.html 21 Sep 2009 23:16:54 -0000 1.199
+++ references.html 21 Sep 2009 23:26:51 -0000 1.200
@@ -218,7 +218,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3099.</p>
+<p>This is revision 1.3102.</p>
</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.199
retrieving revision 1.200
diff -u -d -r1.199 -r1.200
--- semantics.html 21 Sep 2009 23:16:54 -0000 1.199
+++ semantics.html 21 Sep 2009 23:26:51 -0000 1.200
@@ -218,7 +218,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3099.</p>
+<p>This is revision 1.3102.</p>
</div><div>
<a href="embedded-content-0.html">← 3.2.5.1.6 Embedded content</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.199
retrieving revision 1.200
diff -u -d -r1.199 -r1.200
--- index.html 21 Sep 2009 23:16:54 -0000 1.199
+++ index.html 21 Sep 2009 23:26:50 -0000 1.200
@@ -218,7 +218,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3099.</p>
+<p>This is revision 1.3102.</p>
</div><div>
<a href="iana-considerations.html">← IANA considerations</a> –
<a href="Overview.html#contents">Table of contents</a> –
Index: comms.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/comms.html,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -d -r1.199 -r1.200
--- comms.html 21 Sep 2009 23:16:54 -0000 1.199
+++ comms.html 21 Sep 2009 23:26:50 -0000 1.200
@@ -218,7 +218,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3099.</p>
+<p>This is revision 1.3102.</p>
</div><div>
<a href="editing.html">← 7 User Interaction</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.200
retrieving revision 1.201
diff -u -d -r1.200 -r1.201
--- spec.html 21 Sep 2009 23:16:54 -0000 1.200
+++ spec.html 21 Sep 2009 23:26:51 -0000 1.201
@@ -238,7 +238,7 @@
</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>.
-This is revision 1.3099.
+This is revision 1.3102.
</p>
<p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a>
© 2009 <a href=http://www.w3.org/><abbr title="World Wide
@@ -888,9 +888,7 @@
<li><a href=#cdata-sections><span class=secno>9.1.5 </span>CDATA sections</a></li>
<li><a href=#comments><span class=secno>9.1.6 </span>Comments</a></li></ol></li>
<li><a href=#named-character-references><span class=secno>9.2 </span>Named character references</a></li></ol></li>
- <li><a href=#the-xhtml-syntax><span class=secno>10 </span>The XHTML syntax</a>
- <ol>
- <li><a href=#selectors><span class=secno>10.1 </span>Selectors</a></li></ol></li>
+ <li><a href=#the-xhtml-syntax><span class=secno>10 </span>The XHTML syntax</a></li>
<li><a href=#obsolete><span class=secno>11 </span>Obsolete features</a>
<ol>
<li><a href=#obsolete-but-conforming-features><span class=secno>11.1 </span>Obsolete but conforming features</a></li>
@@ -7544,41 +7542,7 @@
</dd>
- </dl><div>
-
- <p>The <dfn id=dom-time-valueasdate title=dom-time-valueAsDate><code>valueAsDate</code></dfn> IDL
- attribute must return either null or a new <code>Date</code> object
- initialised to the relevant value as defined by the following
- list:</p>
-
- <dl><dt>If the <a href=#concept-time-date title=concept-time-date>date</a> is known but
- the <a href=#concept-time-time title=concept-time-time>time</a> is not</dt>
-
- <dd>The time corresponding to midnight UTC (i.e. the first second)
- of the given <a href=#concept-time-date title=concept-time-date>date</a>.</dd>
-
- <dt>If the <a href=#concept-time-time title=concept-time-time>time</a> is known but
- the <a href=#concept-time-date title=concept-time-date>date</a> is not</dt>
-
- <dd>The time corresponding to the given <a href=#concept-time-time title=concept-time-time>time</a> of 1970-01-01, with the time
- zone UTC.</dd>
-
- <dt>If both the <a href=#concept-time-date title=concept-time-date>date</a> and the
- <a href=#concept-time-time title=concept-time-time>time</a> are known</dt>
-
- <dd>The time corresponding to the <a href=#concept-time-date title=concept-time-date>date</a> and <a href=#concept-time-time title=concept-time-time>time</a>, with the given <a href=#concept-time-timezone title=concept-time-timezone>time-zone offset</a>.</dd>
-
- <dt>If neither the <a href=#concept-time-date title=concept-time-date>date</a> nor
- the <a href=#concept-time-time title=concept-time-time>time</a> are known</dt>
-
- <dd>The null value.</dd>
-
- </dl><p>When a <code>Date</code> object is to be returned, a new one must
- be constructed.</p> <!-- yes, this means .valueAsDate !=
- .valueAsDate, but the object is mutable, so it'd be weird if we
- didn't do that -->
-
- </div><div class=example>
+ </dl><div class=example>
<p>In the following snippet:</p>
@@ -8116,14 +8080,7 @@
<p>For an indeterminate progress bar, returns −1.</p>
- </dd></dl><div>
-
- <p>If the progress bar is an indeterminate progress bar, then the
- <dfn id=dom-progress-position title=dom-progress-position><code>position</code></dfn> IDL
- attribute must return −1. Otherwise, it must return the result of
- dividing the current value by the maximum value.</p>
-
- </div><h4 id=the-meter-element><span class=secno>4.6.19 </span>The <dfn><code>meter</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Working draft</i></p><!-- Keep this after <progress> and NOT close to <time> --><dl class=element><dt>Categories</dt>
+ </dd></dl><h4 id=the-meter-element><span class=secno>4.6.19 </span>The <dfn><code>meter</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Working draft</i></p><!-- Keep this after <progress> and NOT close to <time> --><dl class=element><dt>Categories</dt>
<dd><a href=#flow-content>Flow content</a>.</dd>
<dd><a href=#phrasing-content>Phrasing content</a>.</dd>
<dt>Contexts in which this element may be used:</dt>
@@ -26241,63 +26198,7 @@
filled in.
</div>
---><h4 id=selectors><span class=secno>10.1 </span>Selectors</h4><p>Attribute and element <em>names</em> of <a href=#html-elements>HTML
- elements</a> in <a href=#html-documents>HTML documents</a> must be treated as
- <a href=#ascii-case-insensitive>ASCII case-insensitive</a>.</p><p>Classes from the <code title=attr-class><a href=#classes>class</a></code> attribute
- of <a href=#html-elements>HTML elements</a> in documents that are in <a href=#quirks-mode>quirks
- mode</a> must be treated as <a href=#ascii-case-insensitive>ASCII
- case-insensitive</a>.</p><p>Attribute selectors on an <a href=#html-elements title="HTML elements">HTML
- element</a> in an <a href=#html-documents title="HTML documents">HTML
- document</a> must treat the <em>values</em> of attributes with
- the following names as <a href=#ascii-case-insensitive>ASCII case-insensitive</a>:</p><!-- based on Mozilla's list, which was itself based on HTML4 --><!-- WebKit's was identical at the time of writing except as noted below --><ul class=brief><li><code title="">accept</code>
- </li><li><code title="">accept-charset</code>
- </li><li><code title="">align</code>
- </li><li><code title="">alink</code>
- </li><li><code title="">axis</code>
- </li><li><code title="">bgcolor</code>
- </li><li><code title="">charset</code>
- </li><li><code title="">checked</code>
- </li><li><code title="">clear</code>
- </li><li><code title="">codetype</code>
- </li><li><code title="">color</code>
- </li><li><code title="">compact</code>
- </li><li><code title="">declare</code>
- </li><li><code title="">defer</code>
- </li><li><code title="">dir</code>
- </li><li><code title="">direction</code> <!-- not in webkit -->
- </li><li><code title="">disabled</code>
- </li><li><code title="">enctype</code>
- </li><li><code title="">face</code>
- </li><li><code title="">frame</code>
- </li><li><code title="">hreflang</code>
- </li><li><code title="">http-equiv</code>
- </li><li><code title="">lang</code>
- </li><li><code title="">language</code>
- </li><li><code title="">link</code>
- </li><li><code title="">media</code>
- </li><li><code title="">method</code>
- </li><li><code title="">multiple</code>
- </li><li><code title="">nohref</code>
- </li><li><code title="">noresize</code>
- </li><li><code title="">noshade</code>
- </li><li><code title="">nowrap</code>
- </li><li><code title="">readonly</code>
- </li><li><code title="">rel</code>
- </li><li><code title="">rev</code>
- </li><li><code title="">rules</code>
- </li><li><code title="">scope</code>
- </li><li><code title="">scrolling</code>
- </li><li><code title="">selected</code>
- </li><li><code title="">shape</code>
- </li><li><code title="">target</code>
- </li><li><code title="">text</code>
- </li><li><code title="">type</code>
- </li><li><code title="">valign</code>
- </li><li><code title="">valuetype</code>
- </li><li><code title="">vlink</code>
- </li></ul><p>All other <a href=#html-elements>HTML elements</a> and all attribute names and
- values on <a href=#html-elements>HTML elements</a> must be treated as
- <a href=#case-sensitive>case-sensitive</a>.</p><h2 id=obsolete><span class=secno>11 </span>Obsolete features</h2><h3 id=obsolete-but-conforming-features><span class=secno>11.1 </span>Obsolete but conforming features</h3><p>Features listed in this section will trigger warnings in
+--><h2 id=obsolete><span class=secno>11 </span>Obsolete features</h2><h3 id=obsolete-but-conforming-features><span class=secno>11.1 </span>Obsolete but conforming features</h3><p>Features listed in this section will trigger warnings in
conformance checkers.</p><p>In <a href=#syntax>the HTML syntax</a>, authors should not specify <a href=#syntax-doctype title=syntax-DOCTYPE>DOCTYPE</a>s that get parsed as <a href=#obsolete-permitted-doctype title="obsolete permitted DOCTYPE">obsolete permitted
DOCTYPEs</a>.</p><!-- this is poor form; we really should define
this in the syntax section somehow --><p>Authors should not specify an <code title=attr-meta-http-equiv><a href=#attr-meta-http-equiv>http-equiv</a></code> attribute in the
@@ -26417,8 +26318,8 @@
<dt><dfn id=attr-object-code title=attr-object-code><code>code</code></dfn> on <code><a href=#the-object-element>object</a></code> elements</dt>
<dt><dfn id=attr-object-codebase title=attr-object-codebase><code>codebase</code></dfn> on <code><a href=#the-object-element>object</a></code> elements</dt>
<dt><dfn id=attr-object-codetype title=attr-object-codetype><code>codetype</code></dfn> on <code><a href=#the-object-element>object</a></code> elements</dt>
- <dd><p>Use the <code title=attr-object-data><a href=#attr-object-data>data</a></code> and <code title=attr-object-type><a href=#attr-object-type>type</a></code> attributes to invoke
- <a href=#plugin title=plugin>plugins</a>.</p></dd>
+ <dd><p>Use the <code title=attr-object-data><a href=#attr-object-data>data</a></code> and <code title=attr-object-type><a href=#attr-object-type>type</a></code> attributes to invoke <a href=#plugin title=plugin>plugins</a>. To set parameters with these names
+ in particular, the <code><a href=#the-param-element>param</a></code> element can be used.</p></dd>
<dt><dfn id=attr-object-declare title=attr-object-declare><code>declare</code></dfn> on <code><a href=#the-object-element>object</a></code> elements</dt>
<dd><p>Repeat the <code><a href=#the-object-element>object</a></code> element completely each time the resource is to be reused.</p></dd>
Index: introduction.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/introduction.html,v
retrieving revision 1.200
retrieving revision 1.201
diff -u -d -r1.200 -r1.201
--- introduction.html 21 Sep 2009 23:16:54 -0000 1.200
+++ introduction.html 21 Sep 2009 23:26:50 -0000 1.201
@@ -217,7 +217,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3099.</p>
+<p>This is revision 1.3102.</p>
</div><div>
<a href="Overview.html#contents">Table of contents</a> –
<a href="infrastructure.html">2 Common infrastructure →</a>
Index: no.html
===================================================================
RCS file: /sources/public/html5/spec-author-view/no.html,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -d -r1.199 -r1.200
--- no.html 21 Sep 2009 23:16:54 -0000 1.199
+++ no.html 21 Sep 2009 23:26:51 -0000 1.200
@@ -218,7 +218,7 @@
<p><a href="http://www.w3.org/"><img alt="W3C" height="48" src="http://www.w3.org/Icons/w3c_home" width="72"></a></p>
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
-<p>This is revision 1.3099.</p>
+<p>This is revision 1.3102.</p>
</div><div>
<a href="obsolete.html">← 11 Obsolete features</a> –
<a href="Overview.html#contents">Table of contents</a> –
Received on Monday, 21 September 2009 23:38:56 UTC