- From: Sam Ruby via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 24 Aug 2012 03:14:33 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv19944
Modified Files:
acknowledgements.html association-of-controls-and-forms.html
attributes-common-to-form-controls.html
attributes-common-to-ins-and-del-elements.html
attributes-common-to-td-and-th-elements.html browsers.html
commands.html common-dom-interfaces.html
common-input-element-apis.html
common-input-element-attributes.html common-microsyntaxes.html
constraints.html content-models.html
converting-html-to-other-formats.html
dimension-attributes.html dnd.html dom.html
dynamic-markup-insertion.html editing-apis.html editing.html
edits-and-lists.html edits-and-paragraphs.html edits.html
element-definitions.html elements.html examples.html
form-submission.html forms.html global-attributes.html
grouping-content.html headings-and-sections.html history.html
iana.html image-maps.html index.html infrastructure.html
interactions-with-xpath-and-xslt.html
interactive-elements.html introduction.html links.html
mathml.html media-elements.html
named-character-references.html namespaces.html obsolete.html
offline.html parsing.html references.html rendering.html
requirements-relating-to-bidirectional-algorithm-formatting-characters.html
scripting-1.html sections.html semantics.html single-page.html
spec.html states-of-the-type-attribute.html styling.html
syntax.html system-state-and-capabilities.html
tabular-data.html text-level-semantics.html
textFieldSelection.html the-a-element.html
the-abbr-element.html the-address-element.html
the-area-element.html the-article-element.html
the-aside-element.html the-audio-element.html
the-b-element.html the-base-element.html the-bdi-element.html
the-bdo-element.html the-blockquote-element.html
the-body-element.html the-br-element.html
the-button-element.html the-canvas-element.html
the-caption-element.html the-cite-element.html
the-code-element.html the-col-element.html
the-colgroup-element.html the-command-element.html
the-datalist-element.html the-dd-element.html
the-del-element.html the-details-element.html
the-dfn-element.html the-div-element.html the-dl-element.html
the-dt-element.html the-em-element.html the-embed-element.html
the-end.html the-fieldset-element.html
the-figcaption-element.html the-figure-element.html
the-footer-element.html the-form-element.html
the-head-element.html the-header-element.html
the-hgroup-element.html the-hr-element.html
the-html-element.html the-i-element.html
the-iframe-element.html the-img-element.html
the-input-element.html the-ins-element.html
the-kbd-element.html the-keygen-element.html
the-label-element.html the-legend-element.html
the-li-element.html the-link-element.html the-map-element.html
the-mark-element.html the-menu-element.html
the-meta-element.html the-meter-element.html
the-nav-element.html the-noscript-element.html
the-object-element.html the-ol-element.html
the-optgroup-element.html the-option-element.html
the-output-element.html the-p-element.html
the-param-element.html the-pre-element.html
the-progress-element.html the-q-element.html
the-rp-element.html the-rt-element.html the-ruby-element.html
the-s-element.html the-samp-element.html
the-script-element.html the-section-element.html
the-select-element.html the-small-element.html
the-source-element.html the-span-element.html
the-strong-element.html the-style-element.html
the-sub-and-sup-elements.html the-summary-element.html
the-table-element.html the-tbody-element.html
the-td-element.html the-textarea-element.html
the-tfoot-element.html the-th-element.html
the-thead-element.html the-time-element.html
the-title-element.html the-tr-element.html
the-track-element.html the-u-element.html the-ul-element.html
the-var-element.html the-video-element.html
the-wbr-element.html the-xhtml-syntax.html timers.html
tokenization.html urls.html usage-summary.html
user-prompts.html wai-aria.html webappapis.html
Log Message:
commit d4d66f316b3f14e0c2a25d9f78575efc0f32dc79
Author: Silvia Pfeiffer <silviapfeiffer1@gmail.com>
Date: Fri Aug 24 13:05:25 2012 +1000
Improvements to the documentation.
Index: the-a-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-a-element.html,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -d -r1.162 -r1.163
--- the-a-element.html 23 Aug 2012 21:37:06 -0000 1.162
+++ the-a-element.html 24 Aug 2012 03:14:25 -0000 1.163
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-img-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-img-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-img-element.html 23 Aug 2012 21:37:08 -0000 1.161
+++ the-img-element.html 24 Aug 2012 03:14:28 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-del-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-del-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-del-element.html 23 Aug 2012 21:37:07 -0000 1.161
+++ the-del-element.html 24 Aug 2012 03:14:26 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-option-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-option-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-option-element.html 23 Aug 2012 21:37:09 -0000 1.161
+++ the-option-element.html 24 Aug 2012 03:14:29 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-figcaption-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-figcaption-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-figcaption-element.html 23 Aug 2012 21:37:08 -0000 1.161
+++ the-figcaption-element.html 24 Aug 2012 03:14:27 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-hr-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-hr-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-hr-element.html 23 Aug 2012 21:37:08 -0000 1.161
+++ the-hr-element.html 24 Aug 2012 03:14:27 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-summary-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-summary-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-summary-element.html 23 Aug 2012 21:37:11 -0000 1.161
+++ the-summary-element.html 24 Aug 2012 03:14:30 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-small-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-small-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-small-element.html 23 Aug 2012 21:37:10 -0000 1.161
+++ the-small-element.html 24 Aug 2012 03:14:30 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-kbd-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-kbd-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-kbd-element.html 23 Aug 2012 21:37:08 -0000 1.161
+++ the-kbd-element.html 24 Aug 2012 03:14:28 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: single-page.html
===================================================================
RCS file: /sources/public/html5/spec/single-page.html,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -d -r1.78 -r1.79
--- single-page.html 23 Aug 2012 23:43:47 -0000 1.78
+++ single-page.html 24 Aug 2012 03:14:24 -0000 1.79
@@ -321,7 +321,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id=a-vocabulary-and-associated-apis-for-html-and-xhtml>A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
<dl><dt>Latest Published Version:</dt>
<dd><a href=http://www.w3.org/TR/html5/>http://www.w3.org/TR/html5/</a></dd>
<dt>Latest Editor's Draft:</dt>
@@ -515,7 +515,7 @@
Group</a> is the W3C working group responsible for this
specification's progress along the W3C Recommendation
track.
- This specification is the 23 August 2012 Editor's Draft.
+ This specification is the 24 August 2012 Editor's Draft.
</p>
@@ -649,7 +649,7 @@
<ol class=toc>
<li><a href=#documents><span class=secno>3.1 </span>Documents</a>
<ol class=toc>
- <li><a href=#documents-in-the-dom><span class=secno>3.1.1 </span>Documents in the DOM</a></li>
+ <li><a href=#the-document-object><span class=secno>3.1.1 </span>The <code>Document</code> object</a></li>
<li><a href=#security-document><span class=secno>3.1.2 </span>Security</a></li>
<li><a href=#resource-metadata-management><span class=secno>3.1.3 </span>Resource metadata management</a></li>
<li><a href=#dom-tree-accessors><span class=secno>3.1.4 </span>DOM tree accessors</a></li>
@@ -4696,7 +4696,7 @@
<h5 id=floating-point-numbers><span class=secno>2.5.4.3 </span>Floating-point numbers</h5>
- <p>A string is a <dfn id=valid-floating-point-number>valid floating point number</dfn> if it
+ <p>A string is a <dfn id=valid-floating-point-number>valid floating-point number</dfn> if it
consists of:</p>
<ol class=brief><li>Optionally, a "-" (U+002D) character.</li>
@@ -4726,7 +4726,7 @@
</ol></li>
- </ol><p>A <a href=#valid-floating-point-number>valid floating point number</a> represents the number
+ </ol><p>A <a href=#valid-floating-point-number>valid floating-point number</a> represents the number
obtained by multiplying the significand by ten raised to the power
of the exponent, where the significand is the first number,
interpreted as base ten (including the decimal point and the number
@@ -4740,13 +4740,13 @@
treated as zero.</p>
<p class=note>The Infinity and Not-a-Number (NaN) values are not
- <a href=#valid-floating-point-number title="valid floating point number">valid floating point
+ <a href=#valid-floating-point-number title="valid floating-point number">valid floating-point
numbers</a>.</p>
<div class=impl>
- <p>The <dfn id=best-representation-of-the-number-as-a-floating-point-number title="best representation of the number as a floating
- point number">best representation of the number <var title="">n</var> as a floating point number</dfn> is the string
+ <p>The <dfn id=best-representation-of-the-number-as-a-floating-point-number title="best representation of the number as a
+ floating-point number">best representation of the number <var title="">n</var> as a floating-point number</dfn> is the string
obtained from applying the JavaScript operator ToString to <var title="">n</var>. The JavaScript operator ToString is not uniquely
determined. When there are multiple possible strings that could be
obtained from the JavaScript operator ToString for a particular
@@ -4754,7 +4754,7 @@
value (though it may differ from the value used by other user
agents).</p>
- <p>The <dfn id=rules-for-parsing-floating-point-number-values>rules for parsing floating point number values</dfn> are
+ <p>The <dfn id=rules-for-parsing-floating-point-number-values>rules for parsing floating-point number values</dfn> are
as given in the following algorithm. This algorithm must be aborted
at the first step that returns something. This algorithm will return
either a number or an error.</p>
@@ -4893,7 +4893,7 @@
</ol></li>
<li><p><i>Conversion</i>: Let <var title="">S</var> be the set of
- finite IEEE 754 double-precision floating point values except
+ finite IEEE 754 double-precision floating-point values except
−0, but with two special values added: 2<sup title="">1024</sup> and −2<sup title="">1024</sup>.</p></li>
<li><p>Let <var title="">rounded-value</var> be the number in <var title="">S</var> that is closest to <var title="">value</var>,
@@ -5875,9 +5875,11 @@
</ol></li>
</ul><p class=note>This format allows for time-zone offsets from -23:59
- to +23:59. In practice, however, the range of offsets of actual time
- zones is -12:00 to +14:00, and the minutes component of offsets of
- actual time zones is always either 00, 30, or 45.</p>
+ to +23:59. In practice, however, right now the range of offsets of
+ actual time zones is -12:00 to +14:00, and the minutes component of
+ offsets of actual time zones is always either 00, 30, or 45. There
+ is no guarantee that this will remain so forever, however; time
+ zones are changed by countries at will and do not follow a standard.</p>
<p class=note>See also the usage notes and examples in the <a href=#concept-datetime title=concept-datetime>global date and time</a> section below
for details on using time-zone offsets with historical times that
@@ -8620,24 +8622,24 @@
and then that string must be used as the new content attribute
value.</p> <!-- see previous paragraph for note about the range -->
- <p>If a reflecting IDL attribute has a floating point number type
+ <p>If a reflecting IDL attribute has a floating-point number type
(<code>double</code> or <code>unrestricted double</code>), then, on
getting, the content attribute must be parsed according to the
- <a href=#rules-for-parsing-floating-point-number-values>rules for parsing floating point number values</a>, and if
+ <a href=#rules-for-parsing-floating-point-number-values>rules for parsing floating-point number values</a>, and if
that is successful, the resulting value must be returned. If, on the
other hand, it fails, or if the attribute is absent, the default
value must be returned instead, or 0.0 if there is no default value.
On setting, the given value must be converted to the <a href=#best-representation-of-the-number-as-a-floating-point-number>best
- representation of the number as a floating point number</a> and
+ representation of the number as a floating-point number</a> and
then that string must be used as the new content attribute
value.</p>
- <p>If a reflecting IDL attribute has a floating point number type
+ <p>If a reflecting IDL attribute has a floating-point number type
(<code>double</code> or <code>unrestricted double</code>) that is
<dfn id=limited-to-numbers-greater-than-zero>limited to numbers greater than zero</dfn>, then the behavior
is similar to the previous case, but zero and negative values are
not allowed. On getting, the content attribute must be parsed
- according to the <a href=#rules-for-parsing-floating-point-number-values>rules for parsing floating point number
+ according to the <a href=#rules-for-parsing-floating-point-number-values>rules for parsing floating-point number
values</a>, and if that is successful and the value is greater
than 0.0, the resulting value must be returned. If, on the other
hand, it fails or returns an out of range value, or if the attribute
@@ -8645,7 +8647,7 @@
there is no default value. On setting, if the value is less than or
equal to zero, then the value must be ignored. Otherwise, the given
value must be converted to the <a href=#best-representation-of-the-number-as-a-floating-point-number>best representation of the
- number as a floating point number</a> and then that string must
+ number as a floating-point number</a> and then that string must
be used as the new content attribute value.</p>
<p class=note>The values Infinity and Not-a-Number (NaN) values
@@ -9546,7 +9548,7 @@
<a href=#reload-override-flag>reload override flag</a> and set its <a href=#reload-override-buffer>reload override
buffer</a> to <var title="">source</var>.</p></li>
- </ol><h4 id=documents-in-the-dom><span class=secno>3.1.1 </span>Documents in the DOM</h4>
+ </ol><h4 id=the-document-object><span class=secno>3.1.1 </span>The <code><a href=#document>Document</a></code> object</h4>
<p>The DOM Core specification defines a <code title="DOM
Document"><a href=#dom-document>Document</a></code> interface, which this specification
@@ -11005,7 +11007,7 @@
<a href=#translation-mode>translation mode</a> is <a href=#translate-enabled>translate-enabled</a>, and
false otherwise. On setting, it must set the content attribute's
value to "<code title="">yes</code>" if the new value is true, and
- set the content attribute's value to "<code title="">no</code>
+ set the content attribute's value to "<code title="">no</code>"
otherwise.</p>
</div>
@@ -12742,7 +12744,7 @@
</td><td><code title=attr-aria-expanded>aria-expanded</code> state set to "true" if the element's <code title=attr-details-open><a href=#attr-details-open>open</a></code> attribute is present, and set to "false" otherwise
</td></tr><tr><td><code><a href=#the-dialog-element>dialog</a></code> element without an <code title=attr-dialog-open><a href=#attr-dialog-open>open</a></code> attribute
- </td><td>The <code title=title-aria-hidden>aria-hidden</code> state set to "true"
+ </td><td>The <code title=attr-aria-hidden>aria-hidden</code> state set to "true"
</td></tr><tr><td><code><a href=#the-head-element>head</a></code> element
</td><td><a href=#concept-role-none title=concept-role-none>No role</a>
@@ -12766,16 +12768,16 @@
</td><td><a href=#concept-role-none title=concept-role-none>No role</a>
</td></tr><tr><td><code><a href=#the-input-element>input</a></code> element with a <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute in the <a href="#date-state-(type=date)" title=attr-input-type-date>Date</a> state
- </td><td><a href=#concept-role-none title=concept-role-none>No role</a>, with the <code title=title-aria-readonly>aria-readonly</code> property set to "true" if the element has a <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute
+ </td><td><a href=#concept-role-none title=concept-role-none>No role</a>, with the <code title=attr-aria-readonly>aria-readonly</code> property set to "true" if the element has a <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute
</td></tr><tr><td><code><a href=#the-input-element>input</a></code> element with a <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute in the <a href="#date-and-time-state-(type=datetime)" title=attr-input-type-datetime>Date and Time</a> state
- </td><td><a href=#concept-role-none title=concept-role-none>No role</a>, with the <code title=title-aria-readonly>aria-readonly</code> property set to "true" if the element has a <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute
+ </td><td><a href=#concept-role-none title=concept-role-none>No role</a>, with the <code title=attr-aria-readonly>aria-readonly</code> property set to "true" if the element has a <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute
</td></tr><tr><td><code><a href=#the-input-element>input</a></code> element with a <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute in the <a href="#local-date-and-time-state-(type=datetime-local)" title=attr-input-type-datetime-local>Local Date and Time</a> state
- </td><td><a href=#concept-role-none title=concept-role-none>No role</a>, with the <code title=title-aria-readonly>aria-readonly</code> property set to "true" if the element has a <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute
+ </td><td><a href=#concept-role-none title=concept-role-none>No role</a>, with the <code title=attr-aria-readonly>aria-readonly</code> property set to "true" if the element has a <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute
</td></tr><tr><td><code><a href=#the-input-element>input</a></code> element with a <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute in the <a href="#e-mail-state-(type=email)" title=attr-input-type-email>E-mail</a> state with no <a href=#concept-input-list title=concept-input-list>suggestions source element</a>
- </td><td><code title=attr-aria-role-textbox>textbox</code> role, with the <code title=title-aria-readonly>aria-readonly</code> property set to "true" if the element has a <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute
+ </td><td><code title=attr-aria-role-textbox>textbox</code> role, with the <code title=attr-aria-readonly>aria-readonly</code> property set to "true" if the element has a <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute
</td></tr><tr><td><code><a href=#the-input-element>input</a></code> element with a <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute in the <a href="#file-upload-state-(type=file)" title=attr-input-type-file>File Upload</a> state
</td><td><a href=#concept-role-none title=concept-role-none>No role</a>
@@ -12784,49 +12786,49 @@
</td><td><a href=#concept-role-none title=concept-role-none>No role</a>
</td></tr><tr><td><code><a href=#the-input-element>input</a></code> element with a <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute in the <a href="#month-state-(type=month)" title=attr-input-type-month>Month</a> state
- </td><td><a href=#concept-role-none title=concept-role-none>No role</a>, with the <code title=title-aria-readonly>aria-readonly</code> property set to "true" if the element has a <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute
+ </td><td><a href=#concept-role-none title=concept-role-none>No role</a>, with the <code title=attr-aria-readonly>aria-readonly</code> property set to "true" if the element has a <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute
</td></tr><tr><td><code><a href=#the-input-element>input</a></code> element with a <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute in the <a href="#number-state-(type=number)" title=attr-input-type-number>Number</a> state
- </td><td><code title=attr-aria-role-spinbutton>spinbutton</code> role, with the <code title=title-aria-readonly>aria-readonly</code> property set to "true" if the element has a <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute, the <code title=attr-aria-valuemax>aria-valuemax</code> property set to the element's <a href=#concept-input-max title=concept-input-max>maximum</a>, the <code title=attr-aria-valuemin>aria-valuemin</code> property set to the element's <a href=#concept-input-min title=concept-input-min>minimum</a>, and, if the result of applying the <a href=#rules-for-parsing-floating-point-number-values>rules for parsing floating point number values</a> to the element's <a href=#concept-fe-value title=concept-fe-value>value</a> is a number, with the <code title=attr-aria-valuenow>aria-valuenow</code> property set to that number
+ </td><td><code title=attr-aria-role-spinbutton>spinbutton</code> role, with the <code title=attr-aria-readonly>aria-readonly</code> property set to "true" if the element has a <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute, the <code title=attr-aria-valuemax>aria-valuemax</code> property set to the element's <a href=#concept-input-max title=concept-input-max>maximum</a>, the <code title=attr-aria-valuemin>aria-valuemin</code> property set to the element's <a href=#concept-input-min title=concept-input-min>minimum</a>, and, if the result of applying the <a href=#rules-for-parsing-floating-point-number-values>rules for parsing floating-point number values</a> to the element's <a href=#concept-fe-value title=concept-fe-value>value</a> is a number, with the <code title=attr-aria-valuenow>aria-valuenow</code> property set to that number
</td></tr><tr><td><code><a href=#the-input-element>input</a></code> element with a <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute in the <a href="#password-state-(type=password)" title=attr-input-type-password>Password</a> state
- </td><td><code title=attr-aria-role-textbox>textbox</code> role, with the <code title=title-aria-readonly>aria-readonly</code> property set to "true" if the element has a <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute
+ </td><td><code title=attr-aria-role-textbox>textbox</code> role, with the <code title=attr-aria-readonly>aria-readonly</code> property set to "true" if the element has a <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute
</td></tr><tr><td><code><a href=#the-input-element>input</a></code> element with a <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute in the <a href="#radio-button-state-(type=radio)" title=attr-input-type-radio>Radio Button</a> state
</td><td><code title=attr-aria-checked>aria-checked</code> state set to "true" if the element's <a href=#concept-fe-checked title=concept-fe-checked>checkedness</a> is true, or "false" otherwise
</td></tr><tr><td><code><a href=#the-input-element>input</a></code> element with a <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute in the <a href="#range-state-(type=range)" title=attr-input-type-range>Range</a> state
- </td><td><code title=attr-aria-role-slider>slider</code> role, with the <code title=attr-aria-valuemax>aria-valuemax</code> property set to the element's <a href=#concept-input-max title=concept-input-max>maximum</a>, the <code title=attr-aria-valuemin>aria-valuemin</code> property set to the element's <a href=#concept-input-min title=concept-input-min>minimum</a>, and the <code title=attr-aria-valuenow>aria-valuenow</code> property set to the result of applying the <a href=#rules-for-parsing-floating-point-number-values>rules for parsing floating point number values</a> to the element's <a href=#concept-fe-value title=concept-fe-value>value</a>, if that results in a number, or the <a href=#concept-input-value-default-range title=concept-input-value-default-range>default value</a> otherwise
+ </td><td><code title=attr-aria-role-slider>slider</code> role, with the <code title=attr-aria-valuemax>aria-valuemax</code> property set to the element's <a href=#concept-input-max title=concept-input-max>maximum</a>, the <code title=attr-aria-valuemin>aria-valuemin</code> property set to the element's <a href=#concept-input-min title=concept-input-min>minimum</a>, and the <code title=attr-aria-valuenow>aria-valuenow</code> property set to the result of applying the <a href=#rules-for-parsing-floating-point-number-values>rules for parsing floating-point number values</a> to the element's <a href=#concept-fe-value title=concept-fe-value>value</a>, if that results in a number, or the <a href=#concept-input-value-default-range title=concept-input-value-default-range>default value</a> otherwise
</td></tr><tr><td><code><a href=#the-input-element>input</a></code> element with a <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute in the <a href="#reset-button-state-(type=reset)" title=attr-input-type-reset>Reset Button</a> state
</td><td><code title=attr-aria-role-button>button</code> role
</td></tr><tr><td><code><a href=#the-input-element>input</a></code> element with a <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute in the <a href="#text-(type=text)-state-and-search-state-(type=search)" title=attr-input-type-search>Search</a> state with no <a href=#concept-input-list title=concept-input-list>suggestions source element</a>
- </td><td><code title=attr-aria-role-textbox>textbox</code> role, with the <code title=title-aria-readonly>aria-readonly</code> property set to "true" if the element has a <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute
+ </td><td><code title=attr-aria-role-textbox>textbox</code> role, with the <code title=attr-aria-readonly>aria-readonly</code> property set to "true" if the element has a <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute
</td></tr><tr><td><code><a href=#the-input-element>input</a></code> element with a <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute in the <a href="#submit-button-state-(type=submit)" title=attr-input-type-submit>Submit Button</a> state
</td><td><code title=attr-aria-role-button>button</code> role
</td></tr><tr><td><code><a href=#the-input-element>input</a></code> element with a <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute in the <a href="#telephone-state-(type=tel)" title=attr-input-type-tel>Telephone</a> state with no <a href=#concept-input-list title=concept-input-list>suggestions source element</a>
- </td><td><code title=attr-aria-role-textbox>textbox</code> role, with the <code title=title-aria-readonly>aria-readonly</code> property set to "true" if the element has a <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute
+ </td><td><code title=attr-aria-role-textbox>textbox</code> role, with the <code title=attr-aria-readonly>aria-readonly</code> property set to "true" if the element has a <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute
</td></tr><tr><td><code><a href=#the-input-element>input</a></code> element with a <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute in the <a href="#text-(type=text)-state-and-search-state-(type=search)" title=attr-input-type-text>Text</a> state with no <a href=#concept-input-list title=concept-input-list>suggestions source element</a>
- </td><td><code title=attr-aria-role-textbox>textbox</code> role, with the <code title=title-aria-readonly>aria-readonly</code> property set to "true" if the element has a <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute
+ </td><td><code title=attr-aria-role-textbox>textbox</code> role, with the <code title=attr-aria-readonly>aria-readonly</code> property set to "true" if the element has a <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute
</td></tr><tr><td><code><a href=#the-input-element>input</a></code> element with a <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute in the <a href="#text-(type=text)-state-and-search-state-(type=search)" title=attr-input-type-text>Text</a>, <a href="#text-(type=text)-state-and-search-state-(type=search)" title=attr-input-type-search>Search</a>, <a href="#telephone-state-(type=tel)" title=attr-input-type-tel>Telephone</a>, <a href="#url-state-(type=url)" title=attr-input-type-url>URL</a>, or <a href="#e-mail-state-(type=email)" title=attr-input-type-email>E-mail</a> states with a <a href=#concept-input-list title=concept-input-list>suggestions source element</a>
- </td><td><code title=attr-aria-role-combobox>combobox</code> role, with the <code title=attr-aria-owns>aria-owns</code> property set to the same value as the <code title=attr-input-list><a href=#attr-input-list>list</a></code> attribute, and the <code title=title-aria-readonly>aria-readonly</code> property set to "true" if the element has a <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute
+ </td><td><code title=attr-aria-role-combobox>combobox</code> role, with the <code title=attr-aria-owns>aria-owns</code> property set to the same value as the <code title=attr-input-list><a href=#attr-input-list>list</a></code> attribute, and the <code title=attr-aria-readonly>aria-readonly</code> property set to "true" if the element has a <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute
</td></tr><tr><td><code><a href=#the-input-element>input</a></code> element with a <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute in the <a href="#time-state-(type=time)" title=attr-input-type-time>Time</a> state
- </td><td><a href=#concept-role-none title=concept-role-none>No role</a>, with the <code title=title-aria-readonly>aria-readonly</code> property set to "true" if the element has a <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute
+ </td><td><a href=#concept-role-none title=concept-role-none>No role</a>, with the <code title=attr-aria-readonly>aria-readonly</code> property set to "true" if the element has a <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute
</td></tr><tr><td><code><a href=#the-input-element>input</a></code> element with a <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute in the <a href="#url-state-(type=url)" title=attr-input-type-url>URL</a> state with no <a href=#concept-input-list title=concept-input-list>suggestions source element</a>
- </td><td><code title=attr-aria-role-textbox>textbox</code> role, with the <code title=title-aria-readonly>aria-readonly</code> property set to "true" if the element has a <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute
+ </td><td><code title=attr-aria-role-textbox>textbox</code> role, with the <code title=attr-aria-readonly>aria-readonly</code> property set to "true" if the element has a <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute
</td></tr><tr><td><code><a href=#the-input-element>input</a></code> element with a <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute in the <a href="#week-state-(type=week)" title=attr-input-type-week>Week</a> state
- </td><td><a href=#concept-role-none title=concept-role-none>No role</a>, with the <code title=title-aria-readonly>aria-readonly</code> property set to "true" if the element has a <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute
+ </td><td><a href=#concept-role-none title=concept-role-none>No role</a>, with the <code title=attr-aria-readonly>aria-readonly</code> property set to "true" if the element has a <code title=attr-input-readonly><a href=#attr-input-readonly>readonly</a></code> attribute
</td></tr><tr><td><code><a href=#the-input-element>input</a></code> element that is <a href=#concept-input-required title=concept-input-required>required</a>
- </td><td>The <code title=title-aria-required>aria-required</code> state set to "true"
+ </td><td>The <code title=attr-aria-required>aria-required</code> state set to "true"
</td></tr><tr><td><code><a href=#the-keygen-element>keygen</a></code> element
</td><td><a href=#concept-role-none title=concept-role-none>No role</a>
@@ -12880,7 +12882,7 @@
</td><td><code title=attr-aria-role-listbox>listbox</code> role, with the <code title=attr-aria-multiselectable>aria-multiselectable</code> property set to "false"
</td></tr><tr><td><code><a href=#the-select-element>select</a></code> element with a <code title=attr-select-required><a href=#attr-select-required>required</a></code> attribute
- </td><td>The <code title=title-aria-required>aria-required</code> state set to "true"
+ </td><td>The <code title=attr-aria-required>aria-required</code> state set to "true"
</td></tr><tr><td><code><a href=#the-source-element>source</a></code> element
</td><td><a href=#concept-role-none title=concept-role-none>No role</a>
@@ -12892,10 +12894,10 @@
</td><td><a href=#concept-role-none title=concept-role-none>No role</a>
</td></tr><tr><td><code><a href=#the-textarea-element>textarea</a></code> element
- </td><td><code title=attr-aria-role-textbox>textbox</code> role, with the <code title=attr-aria-multiline>aria-multiline</code> property set to "true", and the <code title=title-aria-readonly>aria-readonly</code> property set to "true" if the element has a <code title=attr-textarea-readonly><a href=#attr-textarea-readonly>readonly</a></code> attribute
+ </td><td><code title=attr-aria-role-textbox>textbox</code> role, with the <code title=attr-aria-multiline>aria-multiline</code> property set to "true", and the <code title=attr-aria-readonly>aria-readonly</code> property set to "true" if the element has a <code title=attr-textarea-readonly><a href=#attr-textarea-readonly>readonly</a></code> attribute
</td></tr><tr><td><code><a href=#the-textarea-element>textarea</a></code> element with a <code title=attr-textarea-required><a href=#attr-textarea-required>required</a></code> attribute
- </td><td>The <code title=title-aria-required>aria-required</code> state set to "true"
+ </td><td>The <code title=attr-aria-required>aria-required</code> state set to "true"
</td></tr><tr><td><code><a href=#the-title-element>title</a></code> element
</td><td><a href=#concept-role-none title=concept-role-none>No role</a>
@@ -12910,16 +12912,16 @@
</td><td><code title=attr-aria-role-menuitemradio>menuitemradio</code> role, with the <code title=attr-aria-checked>aria-checked</code> state set to "true" if the command's <a href=#command-facet-checkedstate title=command-facet-checkedstate>Checked State</a> facet is true, and "false" otherwise
</td></tr><tr><td>Element that is <a href=#concept-fe-disabled title=concept-fe-disabled>disabled</a>
- </td><td>The <code title=title-aria-disabled>aria-disabled</code> state set to "true"
+ </td><td>The <code title=attr-aria-disabled>aria-disabled</code> state set to "true"
</td></tr><tr><td>Element that is <a href=#inert>inert</a>
- </td><td>The <code title=title-aria-disabled>aria-disabled</code> state set to "true"
+ </td><td>The <code title=attr-aria-disabled>aria-disabled</code> state set to "true"
</td></tr><tr><td>Element with a <code title=attr-hidden><a href=#the-hidden-attribute>hidden</a></code> attribute
- </td><td>The <code title=title-aria-hidden>aria-hidden</code> state set to "true"
+ </td><td>The <code title=attr-aria-hidden>aria-hidden</code> state set to "true"
</td></tr><tr><td>Element that is a <a href=#candidate-for-constraint-validation>candidate for constraint validation</a> but that does not <a href=#concept-fv-valid title=concept-fv-valid>satisfy its constraints</a>
- </td><td>The <code title=title-aria-invalid>aria-invalid</code> state set to "true"
+ </td><td>The <code title=attr-aria-invalid>aria-invalid</code> state set to "true"
</td></tr></tbody></table><h5 id=sec-implicit-aria-semantics><span class=secno>3.2.7.4 </span>Implicit ARIA Semantics</h5>
@@ -18729,7 +18731,7 @@
<p>The <dfn id=outline-depth>outline depth</dfn> of a <a href=#heading-content-0>heading content</a>
element associated with a <a href=#concept-section title=concept-section>section</a> <var title="">section</var>
is the number of <a href=#concept-section title=concept-section>sections</a> that
- are ancestors of <var title="">section</var> in the
+ are ancestors of <var title="">section</var> in the outermost
<a href=#outline>outline</a> that <var title="">section</var> finds itself
in when the <a href=#outline title=outline>outlines</a> of its
<code><a href=#document>Document</a></code>'s elements are created, plus 1. The
@@ -19266,7 +19268,7 @@
</blockquote>
<figcaption>Carl Sagan, in "<cite>Wonder and Skepticism</cite>", from
the <cite>Skeptical Enquirer</cite> Volume 19, Issue 1 (January-February
- 1995)</cite></figcaption>
+ 1995)</figcaption>
</figure></pre>
</div>
@@ -26941,8 +26943,11 @@
<a href=#media-resource>media resource</a> is useful to the user before fetching
it. Its value must be a <a href=#valid-media-query>valid media query</a>.</p>
- <p id=source-default-media>The default, if the <code title=attr-srouce-media>media</code> attribute is omitted, is
- "<code title="">all</code>", meaning that by default the <a href=#media-resource>media
+ <!-- for similar paragraphs, search for "The default, if the" -->
+ <p class=note id=source-default-media>The <span>resource
+ selection algorithm</span> is defined in such a way that when the
+ <code title=attr-source-media><a href=#attr-source-media>media</a></code> attribute is omitted
+ the user agent acts the same as if the value was "<code title="">all</code>", i.e. by default the <a href=#media-resource>media
resource</a> is suitable for all media.</p>
<div class=impl>
@@ -35348,7 +35353,7 @@
</div>
<p>Authors are encouraged to provide information describing how to
- interpret complex tables. Guidance on how <a href=#table-descriptions-techniques>provide such information</a>
+ interpret complex tables. Guidance on how to <a href=#table-descriptions-techniques>provide such information</a>
is given below.</p>
<div class=impl>
@@ -42250,16 +42255,16 @@
<p>If the element is <i title=concept-input-mutable><a href=#concept-input-mutable>mutable</a></i>,
the user agent should allow the user to change the number
represented by its <a href=#concept-fe-value title=concept-fe-value>value</a>, as
- obtained from applying the <a href=#rules-for-parsing-floating-point-number-values>rules for parsing floating point
+ obtained from applying the <a href=#rules-for-parsing-floating-point-number-values>rules for parsing floating-point
number values</a> to it. User agents must not allow the user to
set the <a href=#concept-fe-value title=concept-fe-value>value</a> to a non-empty
- string that is not a <a href=#valid-floating-point-number>valid floating point number</a>. If
+ string that is not a <a href=#valid-floating-point-number>valid floating-point number</a>. If
the user agent provides a user interface for selecting a number,
then the <a href=#concept-fe-value title=concept-fe-value>value</a> must be set to
- the <a href=#best-representation-of-the-number-as-a-floating-point-number title="best representation of the number as a floating
- point number">best representation of the number representing the
- user's selection as a floating point number</a>. User agents
- should allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to the empty string.</p>
+ the <a href=#best-representation-of-the-number-as-a-floating-point-number title="best representation of the number as a
+ floating-point number">best representation of the number
+ representing the user's selection as a floating-point number</a>.
+ User agents should allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to the empty string.</p>
</div>
@@ -42274,23 +42279,23 @@
<p>The <code title=attr-input-value><a href=#attr-input-value>value</a></code> attribute, if
specified and not empty, must have a value that is a <a href=#valid-floating-point-number>valid
- floating point number</a>.</p> <!-- ok to set out-of-range value,
+ floating-point number</a>.</p> <!-- ok to set out-of-range value,
we never know when we might have to represent bogus input -->
<div class=impl>
<p><strong>The <a href=#value-sanitization-algorithm>value sanitization algorithm</a> is as
follows</strong>: If the <a href=#concept-fe-value title=concept-fe-value>value</a>
- of the element is not a <a href=#valid-floating-point-number>valid floating point number</a>,
+ of the element is not a <a href=#valid-floating-point-number>valid floating-point number</a>,
then set it to the empty string instead.</p>
</div>
<p>The <code title=attr-input-min><a href=#attr-input-min>min</a></code> attribute, if
- specified, must have a value that is a <a href=#valid-floating-point-number>valid floating point
+ specified, must have a value that is a <a href=#valid-floating-point-number>valid floating-point
number</a>. The <code title=attr-input-max><a href=#attr-input-max>max</a></code>
attribute, if specified, must have a value that is a <a href=#valid-floating-point-number>valid
- floating point number</a>.</p>
+ floating-point number</a>.</p>
<p><span class=impl>The <a href=#concept-input-step-scale title=concept-input-step-scale>step scale factor</a> is
1.</span> The <a href=#concept-input-step-default title=concept-input-step-default>default
@@ -42309,13 +42314,13 @@
<p><strong>The <a href=#concept-input-value-string-number title=concept-input-value-string-number>algorithm to convert a
string to a number</a>, given a string <var title="">input</var>,
is as follows</strong>: If applying the <a href=#rules-for-parsing-floating-point-number-values>rules for parsing
- floating point number values</a> to <var title="">input</var>
+ floating-point number values</a> to <var title="">input</var>
results in an error, then return an error; otherwise, return the
resulting number.</p>
<p><strong>The <a href=#concept-input-value-number-string title=concept-input-value-number-string>algorithm to convert a
number to a string</a>, given a number <var title="">input</var>,
- is as follows</strong>: Return a <a href=#valid-floating-point-number>valid floating point
+ is as follows</strong>: Return a <a href=#valid-floating-point-number>valid floating-point
number</a> that represents <var title="">input</var>.</p>
</div>
@@ -42423,19 +42428,19 @@
<p>If the element is <i title=concept-input-mutable><a href=#concept-input-mutable>mutable</a></i>,
the user agent should allow the user to change the number
represented by its <a href=#concept-fe-value title=concept-fe-value>value</a>, as
- obtained from applying the <a href=#rules-for-parsing-floating-point-number-values>rules for parsing floating point
+ obtained from applying the <a href=#rules-for-parsing-floating-point-number-values>rules for parsing floating-point
number values</a> to it. User agents must not allow the user to
set the <a href=#concept-fe-value title=concept-fe-value>value</a> to a string that
- is not a <a href=#valid-floating-point-number>valid floating point number</a>. If the user agent
- provides a user interface for selecting a number, then the <a href=#concept-fe-value title=concept-fe-value>value</a> must be set to a <a href=#best-representation-of-the-number-as-a-floating-point-number title="best representation of the number as a floating point
+ is not a <a href=#valid-floating-point-number>valid floating-point number</a>. If the user agent
+ provides a user interface for selecting a number, then the <a href=#concept-fe-value title=concept-fe-value>value</a> must be set to a <a href=#best-representation-of-the-number-as-a-floating-point-number title="best representation of the number as a floating-point
number">best representation of the number representing the user's
- selection as a floating point number</a>. User agents must not
+ selection as a floating-point number</a>. User agents must not
allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to the empty string.</p>
</div>
<p>The <code title=attr-input-value><a href=#attr-input-value>value</a></code> attribute, if
- specified, must have a value that is a <a href=#valid-floating-point-number>valid floating point
+ specified, must have a value that is a <a href=#valid-floating-point-number>valid floating-point
number</a>.</p> <!-- ok to set out-of-range value, we never know
when we might have to represent bogus input; not ok to not have a
value if the attribute is present, since you can't not have a value
@@ -42445,18 +42450,18 @@
<p><strong>The <a href=#value-sanitization-algorithm>value sanitization algorithm</a> is as
follows</strong>: If the <a href=#concept-fe-value title=concept-fe-value>value</a>
- of the element is not a <a href=#valid-floating-point-number>valid floating point number</a>,
- then set it to a <a href=#valid-floating-point-number>valid floating point number</a> that
+ of the element is not a <a href=#valid-floating-point-number>valid floating-point number</a>,
+ then set it to a <a href=#valid-floating-point-number>valid floating-point number</a> that
represents the <a href=#concept-input-value-default-range title=concept-input-value-default-range>default value</a>.</p>
</div>
<p>The <code title=attr-input-min><a href=#attr-input-min>min</a></code> attribute, if
- specified, must have a value that is a <a href=#valid-floating-point-number>valid floating point
+ specified, must have a value that is a <a href=#valid-floating-point-number>valid floating-point
number</a>. The <a href=#concept-input-min-default title=concept-input-min-default>default
minimum</a> is 0. The <code title=attr-input-max><a href=#attr-input-max>max</a></code>
attribute, if specified, must have a value that is a <a href=#valid-floating-point-number>valid
- floating point number</a>. The <a href=#concept-input-max-default title=concept-input-max-default>default maximum</a> is 100.</p>
+ floating-point number</a>. The <a href=#concept-input-max-default title=concept-input-max-default>default maximum</a> is 100.</p>
<p>The <dfn id=concept-input-value-default-range title=concept-input-value-default-range>default
value</dfn> is the <a href=#concept-input-min title=concept-input-min>minimum</a>
@@ -42466,13 +42471,13 @@
<div class=impl>
<p>When the element is <a href=#suffering-from-an-underflow>suffering from an
- underflow</a>, the user agent must set the element's <a href=#concept-fe-value title=concept-fe-value>value</a> to a <a href=#valid-floating-point-number>valid floating point
+ underflow</a>, the user agent must set the element's <a href=#concept-fe-value title=concept-fe-value>value</a> to a <a href=#valid-floating-point-number>valid floating-point
number</a> that represents the <a href=#concept-input-min title=concept-input-min>minimum</a>.</p>
<p>When the element is <a href=#suffering-from-an-overflow>suffering from an overflow</a>,
if the <a href=#concept-input-max title=concept-input-max>maximum</a> is not less
than the <a href=#concept-input-min title=concept-input-min>minimum</a>, the user
- agent must set the element's <a href=#concept-fe-value title=concept-fe-value>value</a> to a <a href=#valid-floating-point-number>valid floating point
+ agent must set the element's <a href=#concept-fe-value title=concept-fe-value>value</a> to a <a href=#valid-floating-point-number>valid floating-point
number</a> that represents the <a href=#concept-input-max title=concept-input-max>maximum</a>.</p>
</div>
@@ -42502,13 +42507,13 @@
<p><strong>The <a href=#concept-input-value-string-number title=concept-input-value-string-number>algorithm to convert a
string to a number</a>, given a string <var title="">input</var>,
is as follows</strong>: If applying the <a href=#rules-for-parsing-floating-point-number-values>rules for parsing
- floating point number values</a> to <var title="">input</var>
+ floating-point number values</a> to <var title="">input</var>
results in an error, then return an error; otherwise, return the
resulting number.</p>
<p><strong>The <a href=#concept-input-value-number-string title=concept-input-value-number-string>algorithm to convert a
number to a string</a>, given a number <var title="">input</var>,
- is as follows</strong>: Return a <a href=#valid-floating-point-number>valid floating point
+ is as follows</strong>: Return a <a href=#valid-floating-point-number>valid floating-point
number</a> that represents <var title="">input</var>.</p>
</div>
@@ -44451,10 +44456,10 @@
below.</span></p>
<p>The <code title=attr-input-step><a href=#attr-input-step>step</a></code> attribute, if
- specified, must either have a value that is a <a href=#valid-floating-point-number>valid floating
- point number</a> that <a href=#rules-for-parsing-floating-point-number-values title="rules for parsing floating
- point number values">parses</a> to a number that is greater than
- zero, or must have a value that is an <a href=#ascii-case-insensitive>ASCII
+ specified, must either have a value that is a <a href=#valid-floating-point-number>valid
+ floating-point number</a> that <a href=#rules-for-parsing-floating-point-number-values title="rules for parsing
+ floating-point number values">parses</a> to a number that is
+ greater than zero, or must have a value that is an <a href=#ascii-case-insensitive>ASCII
case-insensitive</a> match for the string "<code title="">any</code>".</p>
<div class=impl>
@@ -44469,7 +44474,7 @@
<li>Otherwise, if the attribute's value is an <a href=#ascii-case-insensitive>ASCII
case-insensitive</a> match for the string "<code title="">any</code>", then there is no <a href=#concept-input-step title=concept-input-step>allowed value step</a>.</li>
- <li>Otherwise, if the <a href=#rules-for-parsing-floating-point-number-values>rules for parsing floating point number
+ <li>Otherwise, if the <a href=#rules-for-parsing-floating-point-number-values>rules for parsing floating-point number
values</a>, when they are applied to the attribute's value,
return an error, zero, or a number less than zero, then the <a href=#concept-input-step title=concept-input-step>allowed value step</a> is the <a href=#concept-input-step-default title=concept-input-step-default>default step</a> multiplied
by the <a href=#concept-input-step-scale title=concept-input-step-scale>step scale
@@ -44477,7 +44482,7 @@
<li>Otherwise, the <a href=#concept-input-step title=concept-input-step>allowed value
step</a> is the number returned by the <a href=#rules-for-parsing-floating-point-number-values>rules for parsing
- floating point number values</a> when they are applied to the
+ floating-point number values</a> when they are applied to the
attribute's value, multiplied by the <a href=#concept-input-step-scale title=concept-input-step-scale>step scale factor</a>.</li>
</ol><p>The <dfn id=concept-input-min-zero title=concept-input-min-zero>step base</dfn> is the
@@ -46889,8 +46894,8 @@
</div>
<p>The <code title=attr-progress-value><a href=#attr-progress-value>value</a></code> and <code title=attr-progress-max><a href=#attr-progress-max>max</a></code> attributes, when present, must
- have values that are <a href=#valid-floating-point-number title="valid floating point number">valid
- floating point numbers</a>. The <code title=attr-progress-value><a href=#attr-progress-value>value</a></code> attribute, if present, must
+ have values that are <a href=#valid-floating-point-number title="valid floating-point number">valid
+ floating-point numbers</a>. The <code title=attr-progress-value><a href=#attr-progress-value>value</a></code> attribute, if present, must
have a value equal to or greater than zero, and less than or equal
to the value of the <code title=attr-progress-max><a href=#attr-progress-max>max</a></code>
attribute, if present, or 1.0, otherwise. The <code title=attr-progress-max><a href=#attr-progress-max>max</a></code> attribute, if present, must
@@ -46911,9 +46916,9 @@
<p>If the progress bar is a determinate progress bar and the element
has a <code title=attr-progress-max><a href=#attr-progress-max>max</a></code> attribute, the user
agent must parse the <code title=attr-progress-max><a href=#attr-progress-max>max</a></code>
- attribute's value according to the <a href=#rules-for-parsing-floating-point-number-values>rules for parsing floating
- point number values</a>. If this does not result in an error, and
- if the parsed value is greater than zero, then the <dfn id=concept-progress-maximum title=concept-progress-maximum>maximum value</dfn> of the progress
+ attribute's value according to the <a href=#rules-for-parsing-floating-point-number-values>rules for parsing
+ floating-point number values</a>. If this does not result in an
+ error, and if the parsed value is greater than zero, then the <dfn id=concept-progress-maximum title=concept-progress-maximum>maximum value</dfn> of the progress
bar is that value. Otherwise, if the element has no <code title=attr-progress-max><a href=#attr-progress-max>max</a></code> attribute, or if it has one but
parsing it resulted in an error, or if the parsed value was less
than or equal to zero, then the <a href=#concept-progress-maximum title=concept-progress-maximum>maximum value</a> of the
@@ -46921,17 +46926,17 @@
<p>If the progress bar is a determinate progress bar, user agents
must parse the <code title=attr-progress-value><a href=#attr-progress-value>value</a></code>
- attribute's value according to the <a href=#rules-for-parsing-floating-point-number-values>rules for parsing floating
- point number values</a>. If this does not result in an error, and
- if the parsed value is less than the <a href=#concept-progress-maximum title=concept-progress-maximum>maximum value</a> and greater
+ attribute's value according to the <a href=#rules-for-parsing-floating-point-number-values>rules for parsing
+ floating-point number values</a>. If this does not result in an
+ error, and if the parsed value is less than the <a href=#concept-progress-maximum title=concept-progress-maximum>maximum value</a> and greater
than zero, then the <dfn id=concept-progress-value title=concept-progress-value>current
value</dfn> of the progress bar is that parsed value. Otherwise, if
the parsed value was greater than or equal to the <a href=#concept-progress-maximum title=concept-progress-maximum>maximum value</a>, then the
<a href=#concept-progress-value title=concept-progress-value>current value</a> of the
progress bar is the <a href=#concept-progress-maximum title=concept-progress-maximum>maximum
value</a> of the progress bar. Otherwise, if parsing the <code title=attr-progress-value><a href=#attr-progress-value>value</a></code> attribute's value resulted
- in an error, or a number less than or equal to zero, then the <a href=#concept-progress-value title=concept-progress-value>current value</a> of the
- progress bar is zero.</p>
+ in an error, or a number less than or equal to zero, then the <a href=#concept-progress-value title=concept-progress-value>current value</a> of the progress
+ bar is zero.</p>
<p><strong>UA requirements for showing the progress bar</strong>:
When representing a <code><a href=#the-progress-element>progress</a></code> element to the user, the
@@ -46967,7 +46972,7 @@
attribute, on getting, must return 0. Otherwise, it must return the
<a href=#concept-progress-value title=concept-progress-value>current value</a>. On
setting, the given value must be converted to the <a href=#best-representation-of-the-number-as-a-floating-point-number>best
- representation of the number as a floating point number</a> and
+ representation of the number as a floating-point number</a> and
then the <code title=dom-progress-value><a href=#dom-progress-value>value</a></code> content
attribute must be set to that string.</p>
@@ -47061,8 +47066,8 @@
<p><span class=impl><strong>Authoring
requirements</strong>:</span> The <code title=attr-meter-value><a href=#attr-meter-value>value</a></code> attribute must be
specified. The <code title=attr-meter-value><a href=#attr-meter-value>value</a></code>, <code title=attr-meter-min><a href=#attr-meter-min>min</a></code>, <code title=attr-meter-low><a href=#attr-meter-low>low</a></code>, <code title=attr-meter-high><a href=#attr-meter-high>high</a></code>, <code title=attr-meter-max><a href=#attr-meter-max>max</a></code>, and <code title=attr-meter-optimum><a href=#attr-meter-optimum>optimum</a></code> attributes, when present,
- must have values that are <a href=#valid-floating-point-number title="valid floating point
- number">valid floating point numbers</a>.</p>
+ must have values that are <a href=#valid-floating-point-number title="valid floating-point
+ number">valid floating-point numbers</a>.</p>
<p>In addition, the attributes' values are further constrained:</p>
@@ -47139,7 +47144,7 @@
<p><strong>User agent requirements</strong>: User agents must parse
the <code title=attr-meter-min><a href=#attr-meter-min>min</a></code>, <code title=attr-meter-max><a href=#attr-meter-max>max</a></code>, <code title=attr-meter-value><a href=#attr-meter-value>value</a></code>, <code title=attr-meter-low><a href=#attr-meter-low>low</a></code>, <code title=attr-meter-high><a href=#attr-meter-high>high</a></code>, and <code title=attr-meter-optimum><a href=#attr-meter-optimum>optimum</a></code> attributes using the
- <a href=#rules-for-parsing-floating-point-number-values>rules for parsing floating point number values</a>.</p>
+ <a href=#rules-for-parsing-floating-point-number-values>rules for parsing floating-point number values</a>.</p>
<p>User agents must then use all these numbers to obtain values for
six points on the gauge, as follows. (The order in which these are
@@ -47326,37 +47331,37 @@
<p>The <dfn id=dom-meter-value title=dom-meter-value><code>value</code></dfn> IDL
attribute, on getting, must return the <a href=#concept-meter-actual title=concept-meter-actual>actual value</a>. On setting, the
given value must be converted to the <a href=#best-representation-of-the-number-as-a-floating-point-number>best representation of
- the number as a floating point number</a> and then the <code title=dom-meter-value><a href=#dom-meter-value>value</a></code> content attribute must be set
+ the number as a floating-point number</a> and then the <code title=dom-meter-value><a href=#dom-meter-value>value</a></code> content attribute must be set
to that string.</p>
<p>The <dfn id=dom-meter-min title=dom-meter-min><code>min</code></dfn> IDL
attribute, on getting, must return the <a href=#concept-meter-minimum title=concept-meter-minimum>minimum value</a>. On setting, the
given value must be converted to the <a href=#best-representation-of-the-number-as-a-floating-point-number>best representation of
- the number as a floating point number</a> and then the <code title=dom-meter-min><a href=#dom-meter-min>min</a></code> content attribute must be set to
+ the number as a floating-point number</a> and then the <code title=dom-meter-min><a href=#dom-meter-min>min</a></code> content attribute must be set to
that string.</p>
<p>The <dfn id=dom-meter-max title=dom-meter-max><code>max</code></dfn> IDL
attribute, on getting, must return the <a href=#concept-meter-maximum title=concept-meter-maximum>maximum value</a>. On setting, the
given value must be converted to the <a href=#best-representation-of-the-number-as-a-floating-point-number>best representation of
- the number as a floating point number</a> and then the <code title=dom-meter-max><a href=#dom-meter-max>max</a></code> content attribute must be set to
+ the number as a floating-point number</a> and then the <code title=dom-meter-max><a href=#dom-meter-max>max</a></code> content attribute must be set to
that string.</p>
<p>The <dfn id=dom-meter-low title=dom-meter-low><code>low</code></dfn> IDL
attribute, on getting, must return the <a href=#concept-meter-low title=concept-meter-low>low boundary</a>. On setting, the given
value must be converted to the <a href=#best-representation-of-the-number-as-a-floating-point-number>best representation of the
- number as a floating point number</a> and then the <code title=dom-meter-low><a href=#dom-meter-low>low</a></code> content attribute must be set to
+ number as a floating-point number</a> and then the <code title=dom-meter-low><a href=#dom-meter-low>low</a></code> content attribute must be set to
that string.</p>
<p>The <dfn id=dom-meter-high title=dom-meter-high><code>high</code></dfn> IDL
attribute, on getting, must return the <a href=#concept-meter-high title=concept-meter-high>high boundary</a>. On setting, the
given value must be converted to the <a href=#best-representation-of-the-number-as-a-floating-point-number>best representation of
- the number as a floating point number</a> and then the <code title=dom-meter-high><a href=#dom-meter-high>high</a></code> content attribute must be set to
+ the number as a floating-point number</a> and then the <code title=dom-meter-high><a href=#dom-meter-high>high</a></code> content attribute must be set to
that string.</p>
<p>The <dfn id=dom-meter-optimum title=dom-meter-optimum><code>optimum</code></dfn> IDL
attribute, on getting, must return the <a href=#concept-meter-optimum title=concept-meter-optimum>optimum value</a>. On setting, the
given value must be converted to the <a href=#best-representation-of-the-number-as-a-floating-point-number>best representation of
- the number as a floating point number</a> and then the <code title=dom-meter-optimum><a href=#dom-meter-optimum>optimum</a></code> content attribute must be
+ the number as a floating-point number</a> and then the <code title=dom-meter-optimum><a href=#dom-meter-optimum>optimum</a></code> content attribute must be
set to that string.</p>
<p>The <code title=dom-lfe-labels><a href=#dom-lfe-labels>labels</a></code> attribute provides
@@ -51263,7 +51268,7 @@
event</a> named <code title=event-close>close</code> at <var title="">dialog</var>.</p></li>
</ol><!--TOPIC:DOM APIs--><p>The <dfn id=dom-dialog-returnvalue title=dom-dialog-returnValue><code>returnValue</code></dfn> IDL
- attribute, on getting, must return the laast value to which it was
+ attribute, on getting, must return the last value to which it was
set. On setting, it must be set to the new value. When the element
is created, it must be set to the empty string.</p>
@@ -62568,7 +62573,7 @@
<p class=note>These are used as prefix match patterns, and
declare URLs for which the user agent will ignore the application
cache, instead fetching them normally (i.e. from the network or
- locale HTTP cache as appropriate).</p>
+ local HTTP cache as appropriate).</p>
</li>
@@ -65465,7 +65470,7 @@
using the <code><a href=#eventhandler>EventHandler</a></code> callback interface type. <span class=impl>Initially, event handlers must be set to
null.</span></p>
- <p>Event handlers are exposed in one or two ways.</p>
+ <p>Event handlers are exposed in one of two ways.</p>
<p>The first way, common to all event handlers, is as an <a href=#event-handler-idl-attributes title="event handler IDL attributes">event handler IDL
attribute</a>.</p>
@@ -69318,7 +69323,7 @@
<pre><p>Drop your favorite fruits below:</p>
<ol dropzone="move string:text/x-example" ondrop="dropHandler(event)">
- <-- don't forget to change the "text/x-example" type to something
+ <!-- don't forget to change the "text/x-example" type to something
specific to your site -->
</ol>
<script>
@@ -87435,7 +87440,7 @@
</td></tr><tr><th> <code title="">high</code>
</th><td> <code title=attr-meter-high><a href=#attr-meter-high>meter</a></code>
</td><td> Low limit of high range
- </td><td> <a href=#valid-floating-point-number>Valid floating point number</a>*
+ </td><td> <a href=#valid-floating-point-number>Valid floating-point number</a>*
</td></tr><tr><th> <code title="">href</code>
</th><td> <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>a</a></code>;
<code title=attr-hyperlink-href><a href=#attr-hyperlink-href>area</a></code>
@@ -87509,7 +87514,7 @@
</td></tr><tr><th> <code title="">low</code>
</th><td> <code title=attr-meter-low><a href=#attr-meter-low>meter</a></code>
</td><td> High limit of low range
- </td><td> <a href=#valid-floating-point-number>Valid floating point number</a>*
+ </td><td> <a href=#valid-floating-point-number>Valid floating-point number</a>*
</td></tr><tr><th> <code title="">manifest</code>
</th><td> <code title=attr-html-manifest><a href=#attr-html-manifest>html</a></code>
</td><td> <a href=#concept-appcache-manifest title=concept-appcache-manifest>Application cache manifest</a>
@@ -87522,7 +87527,7 @@
</th><td> <code title=attr-meter-max><a href=#attr-meter-max>meter</a></code>;
<code title=attr-progress-max><a href=#attr-progress-max>progress</a></code>
</td><td> Upper bound of range
- </td><td> <a href=#valid-floating-point-number>Valid floating point number</a>*
+ </td><td> <a href=#valid-floating-point-number>Valid floating-point number</a>*
</td></tr><tr><th> <code title="">maxlength</code>
</th><td> <code title=attr-input-maxlength><a href=#attr-input-maxlength>input</a></code>;
<code title=attr-textarea-maxlength><a href=#attr-textarea-maxlength>textarea</a></code>
@@ -87554,7 +87559,7 @@
</td></tr><tr><th> <code title="">min</code>
</th><td> <code title=attr-meter-min><a href=#attr-meter-min>meter</a></code>
</td><td> Lower bound of range
- </td><td> <a href=#valid-floating-point-number>Valid floating point number</a>*
+ </td><td> <a href=#valid-floating-point-number>Valid floating-point number</a>*
</td></tr><tr><th> <code title="">multiple</code>
</th><td> <code title=attr-input-multiple><a href=#attr-input-multiple>input</a></code>;
<code title=attr-select-multiple><a href=#attr-select-multiple>select</a></code>
@@ -87611,7 +87616,7 @@
</td></tr><tr><th> <code title="">optimum</code>
</th><td> <code title=attr-meter-optimum><a href=#attr-meter-optimum>meter</a></code>
</td><td> Optimum value in gauge
- </td><td> <a href=#valid-floating-point-number>Valid floating point number</a>*
+ </td><td> <a href=#valid-floating-point-number>Valid floating-point number</a>*
</td></tr><tr><th> <code title="">pattern</code>
</th><td> <code title=attr-input-pattern><a href=#attr-input-pattern>input</a></code>
</td><td> Pattern to be matched by the form control's value
@@ -87747,7 +87752,7 @@
</td></tr><tr><th> <code title="">step</code>
</th><td> <code title=attr-input-step><a href=#attr-input-step>input</a></code>
</td><td> Granularity to be matched by the form control's value
- </td><td> <a href=#valid-floating-point-number>Valid floating point number</a> greater than zero, or "<code title="">any</code>"
+ </td><td> <a href=#valid-floating-point-number>Valid floating-point number</a> greater than zero, or "<code title="">any</code>"
</td></tr><tr><th> <code title="">style</code>
</th><td> <a href=#the-style-attribute title=attr-style>HTML elements</a>
</td><td> Presentational and formatting instructions
@@ -87859,7 +87864,7 @@
</th><td> <code title=attr-meter-value><a href=#attr-meter-value>meter</a></code>;
<code title=attr-progress-value><a href=#attr-progress-value>progress</a></code>
</td><td> Current value of the element
- </td><td> <a href=#valid-floating-point-number>Valid floating point number</a>
+ </td><td> <a href=#valid-floating-point-number>Valid floating-point number</a>
</td></tr><tr><th> <code title="">value</code>
</th><td> <code title=attr-param-value><a href=#attr-param-value>param</a></code>
</td><td> Value of parameter
@@ -88399,9 +88404,6 @@
</td></tr><tr><td> <code><a href=#the-form-element>form</a></code>
</td><td> <code><a href=#htmlformelement>HTMLFormElement</a></code> : <code><a href=#htmlelement>HTMLElement</a></code>
- </td></tr><tr><td> <code><a href=#the-head-element>head</a></code>
- </td><td> <code><a href=#htmlheadelement>HTMLHeadElement</a></code> : <code><a href=#htmlelement>HTMLElement</a></code>
-
</td></tr><tr><td> <code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h1</a></code>
</td><td> <code><a href=#htmlheadingelement>HTMLHeadingElement</a></code> : <code><a href=#htmlelement>HTMLElement</a></code>
@@ -88420,6 +88422,9 @@
</td></tr><tr><td> <code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h6</a></code>
</td><td> <code><a href=#htmlheadingelement>HTMLHeadingElement</a></code> : <code><a href=#htmlelement>HTMLElement</a></code>
+ </td></tr><tr><td> <code><a href=#the-head-element>head</a></code>
+ </td><td> <code><a href=#htmlheadelement>HTMLHeadElement</a></code> : <code><a href=#htmlelement>HTMLElement</a></code>
+
</td></tr><tr><td> <code><a href=#the-header-element>header</a></code>
</td><td> <code><a href=#htmlelement>HTMLElement</a></code>
@@ -88922,24 +88927,19 @@
<dd>(Non-normative) <cite><a href=http://www.graphviz.org/content/dot-language>The DOT Language</a></cite>. Graphviz.</dd>
<dt id=refsE163>[E163]</dt>
- <dd><cite>Recommendation E.163 — Numbering Plan for The International
- Telephone Service</cite>, CCITT Blue Book, Fascicle II.2, pp. 128-134, November
- 1988.</dd>
+ <dd><cite>Recommendation E.163 — Numbering Plan for The International Telephone Service</cite>, CCITT Blue Book, Fascicle II.2, pp. 128-134, November 1988.</dd>
<dt id=refsECMA262>[ECMA262]</dt>
- <dd><cite><a href=http://www.ecma-international.org/publications/standards/Ecma-262.htm>ECMAScript
- Language Specification</a></cite>. ECMA.</dd>
+ <dd><cite><a href=http://www.ecma-international.org/publications/standards/Ecma-262.htm>ECMAScript Language Specification</a></cite>. ECMA.</dd>
+
+ <dt id=refsECMA357>[ECMA357]</dt>
+ <dd>(Non-normative) <cite><a href=http://www.ecma-international.org/publications/standards/Ecma-357.htm>ECMAScript for XML (E4X) Specification</a></cite>. ECMA.</dd>
<dt id=refsEDITING>[EDITING]</dt>
<dd><cite><a href=http://aryeh.name/spec/editing/editing.html>HTML Editing APIs</a></cite>, A. Gregor.</dd>
- <dt id=refsECMA357>[ECMA357]</dt>
- <dd>(Non-normative) <cite><a href=http://www.ecma-international.org/publications/standards/Ecma-357.htm>ECMAScript
- for XML (E4X) Specification</a></cite>. ECMA.</dd>
-
<dt id=refsEUCKR>[EUCKR]</dt>
- <dd><cite>Hangul Unix Environment</cite>. Korea Industrial
- Standards Association. Ref. No. KS C 5861-1992.</dd>
+ <dd><cite>Hangul Unix Environment</cite>. Korea Industrial Standards Association. Ref. No. KS C 5861-1992.</dd>
<dt id=refsEUCJP>[EUCJP]</dt>
<dd><cite>Definition and Notes of Japanese EUC</cite>. UI-OSF-USLP. In English in the abridged translation of the <a href=http://home.m05.itscom.net/numa/uocjleE.pdf>UI-OSF Application Platform Profile for Japanese Environment</a>, Appendix C.</dd>
@@ -90027,6 +90027,7 @@
oSand, <!-- from reddit -->
Patrick H. Lauke,
Patrik Persson,
+ Paul Adenot,
Paul Norman,
Per-Erik Brodin,
Perry Smith,
Index: the-end.html
===================================================================
RCS file: /sources/public/html5/spec/the-end.html,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -d -r1.156 -r1.157
--- the-end.html 23 Aug 2012 21:37:08 -0000 1.156
+++ the-end.html 24 Aug 2012 03:14:27 -0000 1.157
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: parsing.html
===================================================================
RCS file: /sources/public/html5/spec/parsing.html,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -d -r1.167 -r1.168
--- parsing.html 23 Aug 2012 21:37:04 -0000 1.167
+++ parsing.html 24 Aug 2012 03:14:24 -0000 1.168
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-span-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-span-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-span-element.html 23 Aug 2012 21:37:10 -0000 1.161
+++ the-span-element.html 24 Aug 2012 03:14:30 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-fieldset-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-fieldset-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-fieldset-element.html 23 Aug 2012 21:37:08 -0000 1.161
+++ the-fieldset-element.html 24 Aug 2012 03:14:27 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-figure-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-figure-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-figure-element.html 23 Aug 2012 21:37:08 -0000 1.161
+++ the-figure-element.html 24 Aug 2012 03:14:27 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-script-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-script-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-script-element.html 23 Aug 2012 21:37:10 -0000 1.161
+++ the-script-element.html 24 Aug 2012 03:14:30 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-input-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-input-element.html,v
retrieving revision 1.222
retrieving revision 1.223
diff -u -d -r1.222 -r1.223
--- the-input-element.html 23 Aug 2012 21:37:08 -0000 1.222
+++ the-input-element.html 24 Aug 2012 03:14:28 -0000 1.223
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: constraints.html
===================================================================
RCS file: /sources/public/html5/spec/constraints.html,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -d -r1.162 -r1.163
--- constraints.html 23 Aug 2012 21:37:01 -0000 1.162
+++ constraints.html 24 Aug 2012 03:14:20 -0000 1.163
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-p-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-p-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-p-element.html 23 Aug 2012 21:37:10 -0000 1.161
+++ the-p-element.html 24 Aug 2012 03:14:29 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: examples.html
===================================================================
RCS file: /sources/public/html5/spec/examples.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- examples.html 23 Aug 2012 21:37:03 -0000 1.161
+++ examples.html 24 Aug 2012 03:14:21 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-map-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-map-element.html,v
retrieving revision 1.222
retrieving revision 1.223
diff -u -d -r1.222 -r1.223
--- the-map-element.html 23 Aug 2012 21:37:09 -0000 1.222
+++ the-map-element.html 24 Aug 2012 03:14:28 -0000 1.223
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-head-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-head-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-head-element.html 23 Aug 2012 21:37:08 -0000 1.161
+++ the-head-element.html 24 Aug 2012 03:14:27 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-s-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-s-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-s-element.html 23 Aug 2012 21:37:10 -0000 1.161
+++ the-s-element.html 24 Aug 2012 03:14:29 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-section-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-section-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-section-element.html 23 Aug 2012 21:37:10 -0000 1.161
+++ the-section-element.html 24 Aug 2012 03:14:30 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-article-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-article-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-article-element.html 23 Aug 2012 21:37:06 -0000 1.161
+++ the-article-element.html 24 Aug 2012 03:14:26 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-blockquote-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-blockquote-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-blockquote-element.html 23 Aug 2012 21:37:06 -0000 1.161
+++ the-blockquote-element.html 24 Aug 2012 03:14:26 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
@@ -435,7 +435,7 @@
</blockquote>
<figcaption>Carl Sagan, in "<cite>Wonder and Skepticism</cite>", from
the <cite>Skeptical Enquirer</cite> Volume 19, Issue 1 (January-February
- 1995)</cite></figcaption>
+ 1995)</figcaption>
</figure></pre>
</div>
Index: the-rp-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-rp-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-rp-element.html 23 Aug 2012 21:37:10 -0000 1.161
+++ the-rp-element.html 24 Aug 2012 03:14:29 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-details-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-details-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-details-element.html 23 Aug 2012 21:37:07 -0000 1.161
+++ the-details-element.html 24 Aug 2012 03:14:27 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-aside-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-aside-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-aside-element.html 23 Aug 2012 21:37:06 -0000 1.161
+++ the-aside-element.html 24 Aug 2012 03:14:26 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-title-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-title-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-title-element.html 23 Aug 2012 21:37:11 -0000 1.161
+++ the-title-element.html 24 Aug 2012 03:14:30 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: offline.html
===================================================================
RCS file: /sources/public/html5/spec/offline.html,v
retrieving revision 1.1218
retrieving revision 1.1219
diff -u -d -r1.1218 -r1.1219
--- offline.html 23 Aug 2012 21:37:04 -0000 1.1218
+++ offline.html 24 Aug 2012 03:14:24 -0000 1.1219
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
@@ -573,7 +573,7 @@
<p class="note">These are used as prefix match patterns, and
declare URLs for which the user agent will ignore the application
cache, instead fetching them normally (i.e. from the network or
- locale HTTP cache as appropriate).</p>
+ local HTTP cache as appropriate).</p>
</li>
Index: textFieldSelection.html
===================================================================
RCS file: /sources/public/html5/spec/textFieldSelection.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- textFieldSelection.html 23 Aug 2012 21:37:06 -0000 1.161
+++ textFieldSelection.html 24 Aug 2012 03:14:25 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: global-attributes.html
===================================================================
RCS file: /sources/public/html5/spec/global-attributes.html,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -d -r1.162 -r1.163
--- global-attributes.html 23 Aug 2012 21:37:03 -0000 1.162
+++ global-attributes.html 24 Aug 2012 03:14:22 -0000 1.163
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
@@ -736,7 +736,7 @@
<a href="#translation-mode">translation mode</a> is <a href="#translate-enabled">translate-enabled</a>, and
false otherwise. On setting, it must set the content attribute's
value to "<code title="">yes</code>" if the new value is true, and
- set the content attribute's value to "<code title="">no</code>
+ set the content attribute's value to "<code title="">no</code>"
otherwise.</p>
</div>
Index: the-bdi-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-bdi-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-bdi-element.html 23 Aug 2012 21:37:06 -0000 1.161
+++ the-bdi-element.html 24 Aug 2012 03:14:26 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-legend-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-legend-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-legend-element.html 23 Aug 2012 21:37:09 -0000 1.161
+++ the-legend-element.html 24 Aug 2012 03:14:28 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-dt-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-dt-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-dt-element.html 23 Aug 2012 21:37:07 -0000 1.161
+++ the-dt-element.html 24 Aug 2012 03:14:27 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: history.html
===================================================================
RCS file: /sources/public/html5/spec/history.html,v
retrieving revision 1.1253
retrieving revision 1.1254
diff -u -d -r1.1253 -r1.1254
--- history.html 23 Aug 2012 21:37:03 -0000 1.1253
+++ history.html 24 Aug 2012 03:14:22 -0000 1.1254
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-source-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-source-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-source-element.html 23 Aug 2012 21:37:10 -0000 1.161
+++ the-source-element.html 24 Aug 2012 03:14:30 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
@@ -472,8 +472,11 @@
<a href="media-elements.html#media-resource">media resource</a> is useful to the user before fetching
it. Its value must be a <a href="common-microsyntaxes.html#valid-media-query">valid media query</a>.</p>
- <p id="source-default-media">The default, if the <code title="attr-srouce-media">media</code> attribute is omitted, is
- "<code title="">all</code>", meaning that by default the <a href="media-elements.html#media-resource">media
+ <!-- for similar paragraphs, search for "The default, if the" -->
+ <p class="note" id="source-default-media">The <span>resource
+ selection algorithm</span> is defined in such a way that when the
+ <code title="attr-source-media"><a href="#attr-source-media">media</a></code> attribute is omitted
+ the user agent acts the same as if the value was "<code title="">all</code>", i.e. by default the <a href="media-elements.html#media-resource">media
resource</a> is suitable for all media.</p>
<div class="impl">
Index: the-embed-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-embed-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-embed-element.html 23 Aug 2012 21:37:08 -0000 1.161
+++ the-embed-element.html 24 Aug 2012 03:14:27 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-ins-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-ins-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-ins-element.html 23 Aug 2012 21:37:08 -0000 1.161
+++ the-ins-element.html 24 Aug 2012 03:14:28 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-col-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-col-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-col-element.html 23 Aug 2012 21:37:07 -0000 1.161
+++ the-col-element.html 24 Aug 2012 03:14:26 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-em-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-em-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-em-element.html 23 Aug 2012 21:37:07 -0000 1.161
+++ the-em-element.html 24 Aug 2012 03:14:27 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: semantics.html
===================================================================
RCS file: /sources/public/html5/spec/semantics.html,v
retrieving revision 1.1242
retrieving revision 1.1243
diff -u -d -r1.1242 -r1.1243
--- semantics.html 23 Aug 2012 21:37:05 -0000 1.1242
+++ semantics.html 24 Aug 2012 03:14:24 -0000 1.1243
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-q-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-q-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-q-element.html 23 Aug 2012 21:37:10 -0000 1.161
+++ the-q-element.html 24 Aug 2012 03:14:29 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-style-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-style-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-style-element.html 23 Aug 2012 21:37:11 -0000 1.161
+++ the-style-element.html 24 Aug 2012 03:14:30 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: syntax.html
===================================================================
RCS file: /sources/public/html5/spec/syntax.html,v
retrieving revision 1.1213
retrieving revision 1.1214
diff -u -d -r1.1213 -r1.1214
--- syntax.html 23 Aug 2012 21:37:05 -0000 1.1213
+++ syntax.html 24 Aug 2012 03:14:25 -0000 1.1214
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: webappapis.html
===================================================================
RCS file: /sources/public/html5/spec/webappapis.html,v
retrieving revision 1.366
retrieving revision 1.367
diff -u -d -r1.366 -r1.367
--- webappapis.html 23 Aug 2012 21:37:12 -0000 1.366
+++ webappapis.html 24 Aug 2012 03:14:31 -0000 1.367
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
@@ -1250,7 +1250,7 @@
using the <code><a href="#eventhandler">EventHandler</a></code> callback interface type. <span class="impl">Initially, event handlers must be set to
null.</span></p>
- <p>Event handlers are exposed in one or two ways.</p>
+ <p>Event handlers are exposed in one of two ways.</p>
<p>The first way, common to all event handlers, is as an <a href="#event-handler-idl-attributes" title="event handler IDL attributes">event handler IDL
attribute</a>.</p>
Index: attributes-common-to-form-controls.html
===================================================================
RCS file: /sources/public/html5/spec/attributes-common-to-form-controls.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- attributes-common-to-form-controls.html 23 Aug 2012 21:37:01 -0000 1.161
+++ attributes-common-to-form-controls.html 24 Aug 2012 03:14:20 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: scripting-1.html
===================================================================
RCS file: /sources/public/html5/spec/scripting-1.html,v
retrieving revision 1.237
retrieving revision 1.238
diff -u -d -r1.237 -r1.238
--- scripting-1.html 23 Aug 2012 21:37:05 -0000 1.237
+++ scripting-1.html 24 Aug 2012 03:14:24 -0000 1.238
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-abbr-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-abbr-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-abbr-element.html 23 Aug 2012 21:37:06 -0000 1.161
+++ the-abbr-element.html 24 Aug 2012 03:14:25 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-caption-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-caption-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-caption-element.html 23 Aug 2012 21:37:07 -0000 1.161
+++ the-caption-element.html 24 Aug 2012 03:14:26 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: edits-and-paragraphs.html
===================================================================
RCS file: /sources/public/html5/spec/edits-and-paragraphs.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- edits-and-paragraphs.html 23 Aug 2012 21:37:03 -0000 1.161
+++ edits-and-paragraphs.html 24 Aug 2012 03:14:21 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-tbody-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-tbody-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-tbody-element.html 23 Aug 2012 21:37:11 -0000 1.161
+++ the-tbody-element.html 24 Aug 2012 03:14:30 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-td-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-td-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-td-element.html 23 Aug 2012 21:37:11 -0000 1.161
+++ the-td-element.html 24 Aug 2012 03:14:30 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1951
retrieving revision 1.1952
diff -u -d -r1.1951 -r1.1952
--- spec.html 23 Aug 2012 23:43:48 -0000 1.1951
+++ spec.html 24 Aug 2012 03:14:25 -0000 1.1952
@@ -321,7 +321,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
<dl><dt>Latest Published Version:</dt>
<dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
<dt>Latest Editor's Draft:</dt>
@@ -515,7 +515,7 @@
Group</a> is the W3C working group responsible for this
specification's progress along the W3C Recommendation
track.
- This specification is the 23 August 2012 Editor's Draft.
+ This specification is the 24 August 2012 Editor's Draft.
</p>
@@ -631,7 +631,7 @@
<li><a href="namespaces.html#namespaces"><span class="secno">2.9 </span>Namespaces</a></li></ol></li>
<li><a href="dom.html#dom"><span class="secno">3 </span>Semantics, structure, and APIs of HTML documents</a>
<ol class="toc"><li><a href="dom.html#documents"><span class="secno">3.1 </span>Documents</a>
- <ol class="toc"><li><a href="dom.html#documents-in-the-dom"><span class="secno">3.1.1 </span>Documents in the DOM</a></li>
+ <ol class="toc"><li><a href="dom.html#the-document-object"><span class="secno">3.1.1 </span>The <code>Document</code> object</a></li>
<li><a href="dom.html#security-document"><span class="secno">3.1.2 </span>Security</a></li>
<li><a href="dom.html#resource-metadata-management"><span class="secno">3.1.3 </span>Resource metadata management</a></li>
<li><a href="dom.html#dom-tree-accessors"><span class="secno">3.1.4 </span>DOM tree accessors</a></li>
Index: system-state-and-capabilities.html
===================================================================
RCS file: /sources/public/html5/spec/system-state-and-capabilities.html,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -d -r1.162 -r1.163
--- system-state-and-capabilities.html 23 Aug 2012 21:37:06 -0000 1.162
+++ system-state-and-capabilities.html 24 Aug 2012 03:14:25 -0000 1.163
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: browsers.html
===================================================================
RCS file: /sources/public/html5/spec/browsers.html,v
retrieving revision 1.1248
retrieving revision 1.1249
diff -u -d -r1.1248 -r1.1249
--- browsers.html 23 Aug 2012 21:37:01 -0000 1.1248
+++ browsers.html 24 Aug 2012 03:14:20 -0000 1.1249
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: media-elements.html
===================================================================
RCS file: /sources/public/html5/spec/media-elements.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- media-elements.html 23 Aug 2012 21:37:04 -0000 1.161
+++ media-elements.html 24 Aug 2012 03:14:23 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-base-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-base-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-base-element.html 23 Aug 2012 21:37:06 -0000 1.161
+++ the-base-element.html 24 Aug 2012 03:14:26 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-menu-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-menu-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-menu-element.html 23 Aug 2012 21:37:09 -0000 1.161
+++ the-menu-element.html 24 Aug 2012 03:14:28 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: styling.html
===================================================================
RCS file: /sources/public/html5/spec/styling.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- styling.html 23 Aug 2012 21:37:05 -0000 1.161
+++ styling.html 24 Aug 2012 03:14:25 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-noscript-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-noscript-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-noscript-element.html 23 Aug 2012 21:37:09 -0000 1.161
+++ the-noscript-element.html 24 Aug 2012 03:14:28 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-code-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-code-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-code-element.html 23 Aug 2012 21:37:07 -0000 1.161
+++ the-code-element.html 24 Aug 2012 03:14:26 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-command-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-command-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-command-element.html 23 Aug 2012 21:37:07 -0000 1.161
+++ the-command-element.html 24 Aug 2012 03:14:26 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: urls.html
===================================================================
RCS file: /sources/public/html5/spec/urls.html,v
retrieving revision 1.223
retrieving revision 1.224
diff -u -d -r1.223 -r1.224
--- urls.html 23 Aug 2012 21:37:12 -0000 1.223
+++ urls.html 24 Aug 2012 03:14:31 -0000 1.224
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-textarea-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-textarea-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-textarea-element.html 23 Aug 2012 21:37:11 -0000 1.161
+++ the-textarea-element.html 24 Aug 2012 03:14:30 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-div-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-div-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-div-element.html 23 Aug 2012 21:37:07 -0000 1.161
+++ the-div-element.html 24 Aug 2012 03:14:27 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-output-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-output-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-output-element.html 23 Aug 2012 21:37:10 -0000 1.161
+++ the-output-element.html 24 Aug 2012 03:14:29 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-label-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-label-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-label-element.html 23 Aug 2012 21:37:09 -0000 1.161
+++ the-label-element.html 24 Aug 2012 03:14:28 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: dnd.html
===================================================================
RCS file: /sources/public/html5/spec/dnd.html,v
retrieving revision 1.249
retrieving revision 1.250
diff -u -d -r1.249 -r1.250
--- dnd.html 23 Aug 2012 21:37:02 -0000 1.249
+++ dnd.html 24 Aug 2012 03:14:21 -0000 1.250
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
@@ -495,7 +495,7 @@
<pre><p>Drop your favorite fruits below:</p>
<ol dropzone="move string:text/x-example" ondrop="dropHandler(event)">
- <-- don't forget to change the "text/x-example" type to something
+ <!-- don't forget to change the "text/x-example" type to something
specific to your site -->
</ol>
<script>
Index: the-dl-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-dl-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-dl-element.html 23 Aug 2012 21:37:07 -0000 1.161
+++ the-dl-element.html 24 Aug 2012 03:14:27 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-select-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-select-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-select-element.html 23 Aug 2012 21:37:10 -0000 1.161
+++ the-select-element.html 24 Aug 2012 03:14:30 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: editing-apis.html
===================================================================
RCS file: /sources/public/html5/spec/editing-apis.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- editing-apis.html 23 Aug 2012 21:37:02 -0000 1.161
+++ editing-apis.html 24 Aug 2012 03:14:21 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: dom.html
===================================================================
RCS file: /sources/public/html5/spec/dom.html,v
retrieving revision 1.1241
retrieving revision 1.1242
diff -u -d -r1.1241 -r1.1242
--- dom.html 23 Aug 2012 21:37:02 -0000 1.1241
+++ dom.html 24 Aug 2012 03:14:21 -0000 1.1242
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
@@ -333,7 +333,7 @@
<a href="elements.html">3.2 Elements →</a>
<ol class="toc"><li><a href="dom.html#dom"><span class="secno">3 </span>Semantics, structure, and APIs of HTML documents</a>
<ol><li><a href="dom.html#documents"><span class="secno">3.1 </span>Documents</a>
- <ol><li><a href="dom.html#documents-in-the-dom"><span class="secno">3.1.1 </span>Documents in the DOM</a></li><li><a href="dom.html#security-document"><span class="secno">3.1.2 </span>Security</a></li><li><a href="dom.html#resource-metadata-management"><span class="secno">3.1.3 </span>Resource metadata management</a></li><li><a href="dom.html#dom-tree-accessors"><span class="secno">3.1.4 </span>DOM tree accessors</a></li><li><a href="dom.html#loading-xml-documents"><span class="secno">3.1.5 </span>Loading XML documents</a></li></ol></li></ol></li></ol></div>
+ <ol><li><a href="dom.html#the-document-object"><span class="secno">3.1.1 </span>The <code>Document</code> object</a></li><li><a href="dom.html#security-document"><span class="secno">3.1.2 </span>Security</a></li><li><a href="dom.html#resource-metadata-management"><span class="secno">3.1.3 </span>Resource metadata management</a></li><li><a href="dom.html#dom-tree-accessors"><span class="secno">3.1.4 </span>DOM tree accessors</a></li><li><a href="dom.html#loading-xml-documents"><span class="secno">3.1.5 </span>Loading XML documents</a></li></ol></li></ol></li></ol></div>
<h2 id="dom"><span class="secno">3 </span>Semantics, structure, and APIs of HTML documents</h2>
@@ -383,7 +383,7 @@
<a href="#reload-override-flag">reload override flag</a> and set its <a href="#reload-override-buffer">reload override
buffer</a> to <var title="">source</var>.</p></li>
- </ol><h4 id="documents-in-the-dom"><span class="secno">3.1.1 </span>Documents in the DOM</h4>
+ </ol><h4 id="the-document-object"><span class="secno">3.1.1 </span>The <code><a href="#document">Document</a></code> object</h4>
<p>The DOM Core specification defines a <code title="DOM
Document"><a href="infrastructure.html#dom-document">Document</a></code> interface, which this specification
Index: the-xhtml-syntax.html
===================================================================
RCS file: /sources/public/html5/spec/the-xhtml-syntax.html,v
retrieving revision 1.1207
retrieving revision 1.1208
diff -u -d -r1.1207 -r1.1208
--- the-xhtml-syntax.html 23 Aug 2012 21:37:11 -0000 1.1207
+++ the-xhtml-syntax.html 24 Aug 2012 03:14:31 -0000 1.1208
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-colgroup-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-colgroup-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-colgroup-element.html 23 Aug 2012 21:37:07 -0000 1.161
+++ the-colgroup-element.html 24 Aug 2012 03:14:26 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: converting-html-to-other-formats.html
===================================================================
RCS file: /sources/public/html5/spec/converting-html-to-other-formats.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- converting-html-to-other-formats.html 23 Aug 2012 21:37:02 -0000 1.8
+++ converting-html-to-other-formats.html 24 Aug 2012 03:14:20 -0000 1.9
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: attributes-common-to-ins-and-del-elements.html
===================================================================
RCS file: /sources/public/html5/spec/attributes-common-to-ins-and-del-elements.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- attributes-common-to-ins-and-del-elements.html 23 Aug 2012 21:37:01 -0000 1.161
+++ attributes-common-to-ins-and-del-elements.html 24 Aug 2012 03:14:20 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-video-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-video-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-video-element.html 23 Aug 2012 21:37:11 -0000 1.161
+++ the-video-element.html 24 Aug 2012 03:14:31 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-table-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-table-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-table-element.html 23 Aug 2012 21:37:11 -0000 1.161
+++ the-table-element.html 24 Aug 2012 03:14:30 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
@@ -388,7 +388,7 @@
</div>
<p>Authors are encouraged to provide information describing how to
- interpret complex tables. Guidance on how <a href="#table-descriptions-techniques">provide such information</a>
+ interpret complex tables. Guidance on how to <a href="#table-descriptions-techniques">provide such information</a>
is given below.</p>
<div class="impl">
Index: the-audio-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-audio-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-audio-element.html 23 Aug 2012 21:37:06 -0000 1.161
+++ the-audio-element.html 24 Aug 2012 03:14:26 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: edits-and-lists.html
===================================================================
RCS file: /sources/public/html5/spec/edits-and-lists.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- edits-and-lists.html 23 Aug 2012 21:37:02 -0000 1.161
+++ edits-and-lists.html 24 Aug 2012 03:14:21 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-pre-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-pre-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-pre-element.html 23 Aug 2012 21:37:10 -0000 1.161
+++ the-pre-element.html 24 Aug 2012 03:14:29 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: dynamic-markup-insertion.html
===================================================================
RCS file: /sources/public/html5/spec/dynamic-markup-insertion.html,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -d -r1.162 -r1.163
--- dynamic-markup-insertion.html 23 Aug 2012 21:37:02 -0000 1.162
+++ dynamic-markup-insertion.html 24 Aug 2012 03:14:21 -0000 1.163
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-tfoot-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-tfoot-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-tfoot-element.html 23 Aug 2012 21:37:11 -0000 1.161
+++ the-tfoot-element.html 24 Aug 2012 03:14:30 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-thead-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-thead-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-thead-element.html 23 Aug 2012 21:37:11 -0000 1.161
+++ the-thead-element.html 24 Aug 2012 03:14:30 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: image-maps.html
===================================================================
RCS file: /sources/public/html5/spec/image-maps.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- image-maps.html 23 Aug 2012 21:37:03 -0000 1.161
+++ image-maps.html 24 Aug 2012 03:14:22 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-br-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-br-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-br-element.html 23 Aug 2012 21:37:06 -0000 1.161
+++ the-br-element.html 24 Aug 2012 03:14:26 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-meta-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-meta-element.html,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -d -r1.162 -r1.163
--- the-meta-element.html 23 Aug 2012 21:37:09 -0000 1.162
+++ the-meta-element.html 24 Aug 2012 03:14:28 -0000 1.163
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-wbr-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-wbr-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-wbr-element.html 23 Aug 2012 21:37:11 -0000 1.161
+++ the-wbr-element.html 24 Aug 2012 03:14:31 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: introduction.html
===================================================================
RCS file: /sources/public/html5/spec/introduction.html,v
retrieving revision 1.1220
retrieving revision 1.1221
diff -u -d -r1.1220 -r1.1221
--- introduction.html 23 Aug 2012 21:37:04 -0000 1.1220
+++ introduction.html 24 Aug 2012 03:14:23 -0000 1.1221
@@ -323,7 +323,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: editing.html
===================================================================
RCS file: /sources/public/html5/spec/editing.html,v
retrieving revision 1.1227
retrieving revision 1.1228
diff -u -d -r1.1227 -r1.1228
--- editing.html 23 Aug 2012 21:37:02 -0000 1.1227
+++ editing.html 24 Aug 2012 03:14:21 -0000 1.1228
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: common-microsyntaxes.html
===================================================================
RCS file: /sources/public/html5/spec/common-microsyntaxes.html,v
retrieving revision 1.228
retrieving revision 1.229
diff -u -d -r1.228 -r1.229
--- common-microsyntaxes.html 23 Aug 2012 21:37:01 -0000 1.228
+++ common-microsyntaxes.html 24 Aug 2012 03:14:20 -0000 1.229
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
@@ -642,7 +642,7 @@
<h5 id="floating-point-numbers"><span class="secno">2.5.4.3 </span>Floating-point numbers</h5>
- <p>A string is a <dfn id="valid-floating-point-number">valid floating point number</dfn> if it
+ <p>A string is a <dfn id="valid-floating-point-number">valid floating-point number</dfn> if it
consists of:</p>
<ol class="brief"><li>Optionally, a "-" (U+002D) character.</li>
@@ -672,7 +672,7 @@
</ol></li>
- </ol><p>A <a href="#valid-floating-point-number">valid floating point number</a> represents the number
+ </ol><p>A <a href="#valid-floating-point-number">valid floating-point number</a> represents the number
obtained by multiplying the significand by ten raised to the power
of the exponent, where the significand is the first number,
interpreted as base ten (including the decimal point and the number
@@ -686,13 +686,13 @@
treated as zero.</p>
<p class="note">The Infinity and Not-a-Number (NaN) values are not
- <a href="#valid-floating-point-number" title="valid floating point number">valid floating point
+ <a href="#valid-floating-point-number" title="valid floating-point number">valid floating-point
numbers</a>.</p>
<div class="impl">
- <p>The <dfn id="best-representation-of-the-number-as-a-floating-point-number" title="best representation of the number as a floating
- point number">best representation of the number <var title="">n</var> as a floating point number</dfn> is the string
+ <p>The <dfn id="best-representation-of-the-number-as-a-floating-point-number" title="best representation of the number as a
+ floating-point number">best representation of the number <var title="">n</var> as a floating-point number</dfn> is the string
obtained from applying the JavaScript operator ToString to <var title="">n</var>. The JavaScript operator ToString is not uniquely
determined. When there are multiple possible strings that could be
obtained from the JavaScript operator ToString for a particular
@@ -700,7 +700,7 @@
value (though it may differ from the value used by other user
agents).</p>
- <p>The <dfn id="rules-for-parsing-floating-point-number-values">rules for parsing floating point number values</dfn> are
+ <p>The <dfn id="rules-for-parsing-floating-point-number-values">rules for parsing floating-point number values</dfn> are
as given in the following algorithm. This algorithm must be aborted
at the first step that returns something. This algorithm will return
either a number or an error.</p>
@@ -839,7 +839,7 @@
</ol></li>
<li><p><i>Conversion</i>: Let <var title="">S</var> be the set of
- finite IEEE 754 double-precision floating point values except
+ finite IEEE 754 double-precision floating-point values except
−0, but with two special values added: 2<sup title="">1024</sup> and −2<sup title="">1024</sup>.</p></li>
<li><p>Let <var title="">rounded-value</var> be the number in <var title="">S</var> that is closest to <var title="">value</var>,
@@ -1821,9 +1821,11 @@
</ol></li>
</ul><p class="note">This format allows for time-zone offsets from -23:59
- to +23:59. In practice, however, the range of offsets of actual time
- zones is -12:00 to +14:00, and the minutes component of offsets of
- actual time zones is always either 00, 30, or 45.</p>
+ to +23:59. In practice, however, right now the range of offsets of
+ actual time zones is -12:00 to +14:00, and the minutes component of
+ offsets of actual time zones is always either 00, 30, or 45. There
+ is no guarantee that this will remain so forever, however; time
+ zones are changed by countries at will and do not follow a standard.</p>
<p class="note">See also the usage notes and examples in the <a href="#concept-datetime" title="concept-datetime">global date and time</a> section below
for details on using time-zone offsets with historical times that
Index: rendering.html
===================================================================
RCS file: /sources/public/html5/spec/rendering.html,v
retrieving revision 1.228
retrieving revision 1.229
diff -u -d -r1.228 -r1.229
--- rendering.html 23 Aug 2012 21:37:04 -0000 1.228
+++ rendering.html 24 Aug 2012 03:14:24 -0000 1.229
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: text-level-semantics.html
===================================================================
RCS file: /sources/public/html5/spec/text-level-semantics.html,v
retrieving revision 1.1229
retrieving revision 1.1230
diff -u -d -r1.1229 -r1.1230
--- text-level-semantics.html 23 Aug 2012 21:37:06 -0000 1.1229
+++ text-level-semantics.html 24 Aug 2012 03:14:25 -0000 1.1230
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: element-definitions.html
===================================================================
RCS file: /sources/public/html5/spec/element-definitions.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- element-definitions.html 23 Aug 2012 21:37:03 -0000 1.161
+++ element-definitions.html 24 Aug 2012 03:14:21 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: infrastructure.html
===================================================================
RCS file: /sources/public/html5/spec/infrastructure.html,v
retrieving revision 1.1285
retrieving revision 1.1286
diff -u -d -r1.1285 -r1.1286
--- infrastructure.html 23 Aug 2012 21:37:04 -0000 1.1285
+++ infrastructure.html 24 Aug 2012 03:14:23 -0000 1.1286
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: form-submission.html
===================================================================
RCS file: /sources/public/html5/spec/form-submission.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- form-submission.html 23 Aug 2012 21:37:03 -0000 1.161
+++ form-submission.html 24 Aug 2012 03:14:21 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: user-prompts.html
===================================================================
RCS file: /sources/public/html5/spec/user-prompts.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- user-prompts.html 23 Aug 2012 21:37:12 -0000 1.161
+++ user-prompts.html 24 Aug 2012 03:14:31 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: tabular-data.html
===================================================================
RCS file: /sources/public/html5/spec/tabular-data.html,v
retrieving revision 1.1209
retrieving revision 1.1210
diff -u -d -r1.1209 -r1.1210
--- tabular-data.html 23 Aug 2012 21:37:06 -0000 1.1209
+++ tabular-data.html 24 Aug 2012 03:14:25 -0000 1.1210
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-iframe-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-iframe-element.html,v
retrieving revision 1.306
retrieving revision 1.307
diff -u -d -r1.306 -r1.307
--- the-iframe-element.html 23 Aug 2012 21:37:08 -0000 1.306
+++ the-iframe-element.html 24 Aug 2012 03:14:27 -0000 1.307
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: dimension-attributes.html
===================================================================
RCS file: /sources/public/html5/spec/dimension-attributes.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- dimension-attributes.html 23 Aug 2012 21:37:02 -0000 1.161
+++ dimension-attributes.html 24 Aug 2012 03:14:20 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: association-of-controls-and-forms.html
===================================================================
RCS file: /sources/public/html5/spec/association-of-controls-and-forms.html,v
retrieving revision 1.272
retrieving revision 1.273
diff -u -d -r1.272 -r1.273
--- association-of-controls-and-forms.html 23 Aug 2012 21:37:01 -0000 1.272
+++ association-of-controls-and-forms.html 24 Aug 2012 03:14:20 -0000 1.273
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: common-dom-interfaces.html
===================================================================
RCS file: /sources/public/html5/spec/common-dom-interfaces.html,v
retrieving revision 1.245
retrieving revision 1.246
diff -u -d -r1.245 -r1.246
--- common-dom-interfaces.html 23 Aug 2012 21:37:01 -0000 1.245
+++ common-dom-interfaces.html 24 Aug 2012 03:14:20 -0000 1.246
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
@@ -464,24 +464,24 @@
and then that string must be used as the new content attribute
value.</p> <!-- see previous paragraph for note about the range -->
- <p>If a reflecting IDL attribute has a floating point number type
+ <p>If a reflecting IDL attribute has a floating-point number type
(<code>double</code> or <code>unrestricted double</code>), then, on
getting, the content attribute must be parsed according to the
- <a href="common-microsyntaxes.html#rules-for-parsing-floating-point-number-values">rules for parsing floating point number values</a>, and if
+ <a href="common-microsyntaxes.html#rules-for-parsing-floating-point-number-values">rules for parsing floating-point number values</a>, and if
that is successful, the resulting value must be returned. If, on the
other hand, it fails, or if the attribute is absent, the default
value must be returned instead, or 0.0 if there is no default value.
On setting, the given value must be converted to the <a href="common-microsyntaxes.html#best-representation-of-the-number-as-a-floating-point-number">best
- representation of the number as a floating point number</a> and
+ representation of the number as a floating-point number</a> and
then that string must be used as the new content attribute
value.</p>
- <p>If a reflecting IDL attribute has a floating point number type
+ <p>If a reflecting IDL attribute has a floating-point number type
(<code>double</code> or <code>unrestricted double</code>) that is
<dfn id="limited-to-numbers-greater-than-zero">limited to numbers greater than zero</dfn>, then the behavior
is similar to the previous case, but zero and negative values are
not allowed. On getting, the content attribute must be parsed
- according to the <a href="common-microsyntaxes.html#rules-for-parsing-floating-point-number-values">rules for parsing floating point number
+ according to the <a href="common-microsyntaxes.html#rules-for-parsing-floating-point-number-values">rules for parsing floating-point number
values</a>, and if that is successful and the value is greater
than 0.0, the resulting value must be returned. If, on the other
hand, it fails or returns an out of range value, or if the attribute
@@ -489,7 +489,7 @@
there is no default value. On setting, if the value is less than or
equal to zero, then the value must be ignored. Otherwise, the given
value must be converted to the <a href="common-microsyntaxes.html#best-representation-of-the-number-as-a-floating-point-number">best representation of the
- number as a floating point number</a> and then that string must
+ number as a floating-point number</a> and then that string must
be used as the new content attribute value.</p>
<p class="note">The values Infinity and Not-a-Number (NaN) values
Index: the-strong-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-strong-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-strong-element.html 23 Aug 2012 21:37:10 -0000 1.161
+++ the-strong-element.html 24 Aug 2012 03:14:30 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-form-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-form-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-form-element.html 23 Aug 2012 21:37:08 -0000 1.161
+++ the-form-element.html 24 Aug 2012 03:14:27 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-li-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-li-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-li-element.html 23 Aug 2012 21:37:09 -0000 1.161
+++ the-li-element.html 24 Aug 2012 03:14:28 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-keygen-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-keygen-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-keygen-element.html 23 Aug 2012 21:37:09 -0000 1.161
+++ the-keygen-element.html 24 Aug 2012 03:14:28 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-link-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-link-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-link-element.html 23 Aug 2012 21:37:09 -0000 1.161
+++ the-link-element.html 24 Aug 2012 03:14:28 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-optgroup-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-optgroup-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-optgroup-element.html 23 Aug 2012 21:37:09 -0000 1.161
+++ the-optgroup-element.html 24 Aug 2012 03:14:29 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-param-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-param-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-param-element.html 23 Aug 2012 21:37:10 -0000 1.161
+++ the-param-element.html 24 Aug 2012 03:14:29 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-time-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-time-element.html,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -d -r1.162 -r1.163
--- the-time-element.html 23 Aug 2012 21:37:11 -0000 1.162
+++ the-time-element.html 24 Aug 2012 03:14:30 -0000 1.163
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: mathml.html
===================================================================
RCS file: /sources/public/html5/spec/mathml.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- mathml.html 23 Aug 2012 21:37:04 -0000 1.161
+++ mathml.html 24 Aug 2012 03:14:23 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-var-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-var-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-var-element.html 23 Aug 2012 21:37:11 -0000 1.161
+++ the-var-element.html 24 Aug 2012 03:14:31 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-th-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-th-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-th-element.html 23 Aug 2012 21:37:11 -0000 1.161
+++ the-th-element.html 24 Aug 2012 03:14:30 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: tokenization.html
===================================================================
RCS file: /sources/public/html5/spec/tokenization.html,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -d -r1.172 -r1.173
--- tokenization.html 23 Aug 2012 21:37:12 -0000 1.172
+++ tokenization.html 24 Aug 2012 03:14:31 -0000 1.173
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: requirements-relating-to-bidirectional-algorithm-formatting-characters.html
===================================================================
RCS file: /sources/public/html5/spec/requirements-relating-to-bidirectional-algorithm-formatting-characters.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- requirements-relating-to-bidirectional-algorithm-formatting-characters.html 23 Aug 2012 21:37:05 -0000 1.161
+++ requirements-relating-to-bidirectional-algorithm-formatting-characters.html 24 Aug 2012 03:14:24 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-body-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-body-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-body-element.html 23 Aug 2012 21:37:06 -0000 1.161
+++ the-body-element.html 24 Aug 2012 03:14:26 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: common-input-element-attributes.html
===================================================================
RCS file: /sources/public/html5/spec/common-input-element-attributes.html,v
retrieving revision 1.227
retrieving revision 1.228
diff -u -d -r1.227 -r1.228
--- common-input-element-attributes.html 23 Aug 2012 21:37:01 -0000 1.227
+++ common-input-element-attributes.html 24 Aug 2012 03:14:20 -0000 1.228
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
@@ -1012,10 +1012,10 @@
below.</span></p>
<p>The <code title="attr-input-step"><a href="#attr-input-step">step</a></code> attribute, if
- specified, must either have a value that is a <a href="common-microsyntaxes.html#valid-floating-point-number">valid floating
- point number</a> that <a href="common-microsyntaxes.html#rules-for-parsing-floating-point-number-values" title="rules for parsing floating
- point number values">parses</a> to a number that is greater than
- zero, or must have a value that is an <a href="infrastructure.html#ascii-case-insensitive">ASCII
+ specified, must either have a value that is a <a href="common-microsyntaxes.html#valid-floating-point-number">valid
+ floating-point number</a> that <a href="common-microsyntaxes.html#rules-for-parsing-floating-point-number-values" title="rules for parsing
+ floating-point number values">parses</a> to a number that is
+ greater than zero, or must have a value that is an <a href="infrastructure.html#ascii-case-insensitive">ASCII
case-insensitive</a> match for the string "<code title="">any</code>".</p>
<div class="impl">
@@ -1030,7 +1030,7 @@
<li>Otherwise, if the attribute's value is an <a href="infrastructure.html#ascii-case-insensitive">ASCII
case-insensitive</a> match for the string "<code title="">any</code>", then there is no <a href="#concept-input-step" title="concept-input-step">allowed value step</a>.</li>
- <li>Otherwise, if the <a href="common-microsyntaxes.html#rules-for-parsing-floating-point-number-values">rules for parsing floating point number
+ <li>Otherwise, if the <a href="common-microsyntaxes.html#rules-for-parsing-floating-point-number-values">rules for parsing floating-point number
values</a>, when they are applied to the attribute's value,
return an error, zero, or a number less than zero, then the <a href="#concept-input-step" title="concept-input-step">allowed value step</a> is the <a href="#concept-input-step-default" title="concept-input-step-default">default step</a> multiplied
by the <a href="#concept-input-step-scale" title="concept-input-step-scale">step scale
@@ -1038,7 +1038,7 @@
<li>Otherwise, the <a href="#concept-input-step" title="concept-input-step">allowed value
step</a> is the number returned by the <a href="common-microsyntaxes.html#rules-for-parsing-floating-point-number-values">rules for parsing
- floating point number values</a> when they are applied to the
+ floating-point number values</a> when they are applied to the
attribute's value, multiplied by the <a href="#concept-input-step-scale" title="concept-input-step-scale">step scale factor</a>.</li>
</ol><p>The <dfn id="concept-input-min-zero" title="concept-input-min-zero">step base</dfn> is the
Index: interactive-elements.html
===================================================================
RCS file: /sources/public/html5/spec/interactive-elements.html,v
retrieving revision 1.1214
retrieving revision 1.1215
diff -u -d -r1.1214 -r1.1215
--- interactive-elements.html 23 Aug 2012 21:37:04 -0000 1.1214
+++ interactive-elements.html 24 Aug 2012 03:14:23 -0000 1.1215
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-address-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-address-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-address-element.html 23 Aug 2012 21:37:06 -0000 1.161
+++ the-address-element.html 24 Aug 2012 03:14:25 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: iana.html
===================================================================
RCS file: /sources/public/html5/spec/iana.html,v
retrieving revision 1.532
retrieving revision 1.533
diff -u -d -r1.532 -r1.533
--- iana.html 23 Aug 2012 21:37:03 -0000 1.532
+++ iana.html 24 Aug 2012 03:14:22 -0000 1.533
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-b-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-b-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-b-element.html 23 Aug 2012 21:37:06 -0000 1.161
+++ the-b-element.html 24 Aug 2012 03:14:26 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: states-of-the-type-attribute.html
===================================================================
RCS file: /sources/public/html5/spec/states-of-the-type-attribute.html,v
retrieving revision 1.222
retrieving revision 1.223
diff -u -d -r1.222 -r1.223
--- states-of-the-type-attribute.html 23 Aug 2012 21:37:05 -0000 1.222
+++ states-of-the-type-attribute.html 24 Aug 2012 03:14:25 -0000 1.223
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
@@ -2152,16 +2152,16 @@
<p>If the element is <i title="concept-input-mutable"><a href="the-input-element.html#concept-input-mutable">mutable</a></i>,
the user agent should allow the user to change the number
represented by its <a href="attributes-common-to-form-controls.html#concept-fe-value" title="concept-fe-value">value</a>, as
- obtained from applying the <a href="common-microsyntaxes.html#rules-for-parsing-floating-point-number-values">rules for parsing floating point
+ obtained from applying the <a href="common-microsyntaxes.html#rules-for-parsing-floating-point-number-values">rules for parsing floating-point
number values</a> to it. User agents must not allow the user to
set the <a href="attributes-common-to-form-controls.html#concept-fe-value" title="concept-fe-value">value</a> to a non-empty
- string that is not a <a href="common-microsyntaxes.html#valid-floating-point-number">valid floating point number</a>. If
+ string that is not a <a href="common-microsyntaxes.html#valid-floating-point-number">valid floating-point number</a>. If
the user agent provides a user interface for selecting a number,
then the <a href="attributes-common-to-form-controls.html#concept-fe-value" title="concept-fe-value">value</a> must be set to
- the <a href="common-microsyntaxes.html#best-representation-of-the-number-as-a-floating-point-number" title="best representation of the number as a floating
- point number">best representation of the number representing the
- user's selection as a floating point number</a>. User agents
- should allow the user to set the <a href="attributes-common-to-form-controls.html#concept-fe-value" title="concept-fe-value">value</a> to the empty string.</p>
+ the <a href="common-microsyntaxes.html#best-representation-of-the-number-as-a-floating-point-number" title="best representation of the number as a
+ floating-point number">best representation of the number
+ representing the user's selection as a floating-point number</a>.
+ User agents should allow the user to set the <a href="attributes-common-to-form-controls.html#concept-fe-value" title="concept-fe-value">value</a> to the empty string.</p>
</div>
@@ -2176,23 +2176,23 @@
<p>The <code title="attr-input-value"><a href="the-input-element.html#attr-input-value">value</a></code> attribute, if
specified and not empty, must have a value that is a <a href="common-microsyntaxes.html#valid-floating-point-number">valid
- floating point number</a>.</p> <!-- ok to set out-of-range value,
+ floating-point number</a>.</p> <!-- ok to set out-of-range value,
we never know when we might have to represent bogus input -->
<div class="impl">
<p><strong>The <a href="the-input-element.html#value-sanitization-algorithm">value sanitization algorithm</a> is as
follows</strong>: If the <a href="attributes-common-to-form-controls.html#concept-fe-value" title="concept-fe-value">value</a>
- of the element is not a <a href="common-microsyntaxes.html#valid-floating-point-number">valid floating point number</a>,
+ of the element is not a <a href="common-microsyntaxes.html#valid-floating-point-number">valid floating-point number</a>,
then set it to the empty string instead.</p>
</div>
<p>The <code title="attr-input-min"><a href="common-input-element-attributes.html#attr-input-min">min</a></code> attribute, if
- specified, must have a value that is a <a href="common-microsyntaxes.html#valid-floating-point-number">valid floating point
+ specified, must have a value that is a <a href="common-microsyntaxes.html#valid-floating-point-number">valid floating-point
number</a>. The <code title="attr-input-max"><a href="common-input-element-attributes.html#attr-input-max">max</a></code>
attribute, if specified, must have a value that is a <a href="common-microsyntaxes.html#valid-floating-point-number">valid
- floating point number</a>.</p>
+ floating-point number</a>.</p>
<p><span class="impl">The <a href="common-input-element-attributes.html#concept-input-step-scale" title="concept-input-step-scale">step scale factor</a> is
1.</span> The <a href="common-input-element-attributes.html#concept-input-step-default" title="concept-input-step-default">default
@@ -2211,13 +2211,13 @@
<p><strong>The <a href="the-input-element.html#concept-input-value-string-number" title="concept-input-value-string-number">algorithm to convert a
string to a number</a>, given a string <var title="">input</var>,
is as follows</strong>: If applying the <a href="common-microsyntaxes.html#rules-for-parsing-floating-point-number-values">rules for parsing
- floating point number values</a> to <var title="">input</var>
+ floating-point number values</a> to <var title="">input</var>
results in an error, then return an error; otherwise, return the
resulting number.</p>
<p><strong>The <a href="the-input-element.html#concept-input-value-number-string" title="concept-input-value-number-string">algorithm to convert a
number to a string</a>, given a number <var title="">input</var>,
- is as follows</strong>: Return a <a href="common-microsyntaxes.html#valid-floating-point-number">valid floating point
+ is as follows</strong>: Return a <a href="common-microsyntaxes.html#valid-floating-point-number">valid floating-point
number</a> that represents <var title="">input</var>.</p>
</div>
@@ -2325,19 +2325,19 @@
<p>If the element is <i title="concept-input-mutable"><a href="the-input-element.html#concept-input-mutable">mutable</a></i>,
the user agent should allow the user to change the number
represented by its <a href="attributes-common-to-form-controls.html#concept-fe-value" title="concept-fe-value">value</a>, as
- obtained from applying the <a href="common-microsyntaxes.html#rules-for-parsing-floating-point-number-values">rules for parsing floating point
+ obtained from applying the <a href="common-microsyntaxes.html#rules-for-parsing-floating-point-number-values">rules for parsing floating-point
number values</a> to it. User agents must not allow the user to
set the <a href="attributes-common-to-form-controls.html#concept-fe-value" title="concept-fe-value">value</a> to a string that
- is not a <a href="common-microsyntaxes.html#valid-floating-point-number">valid floating point number</a>. If the user agent
- provides a user interface for selecting a number, then the <a href="attributes-common-to-form-controls.html#concept-fe-value" title="concept-fe-value">value</a> must be set to a <a href="common-microsyntaxes.html#best-representation-of-the-number-as-a-floating-point-number" title="best representation of the number as a floating point
+ is not a <a href="common-microsyntaxes.html#valid-floating-point-number">valid floating-point number</a>. If the user agent
+ provides a user interface for selecting a number, then the <a href="attributes-common-to-form-controls.html#concept-fe-value" title="concept-fe-value">value</a> must be set to a <a href="common-microsyntaxes.html#best-representation-of-the-number-as-a-floating-point-number" title="best representation of the number as a floating-point
number">best representation of the number representing the user's
- selection as a floating point number</a>. User agents must not
+ selection as a floating-point number</a>. User agents must not
allow the user to set the <a href="attributes-common-to-form-controls.html#concept-fe-value" title="concept-fe-value">value</a> to the empty string.</p>
</div>
<p>The <code title="attr-input-value"><a href="the-input-element.html#attr-input-value">value</a></code> attribute, if
- specified, must have a value that is a <a href="common-microsyntaxes.html#valid-floating-point-number">valid floating point
+ specified, must have a value that is a <a href="common-microsyntaxes.html#valid-floating-point-number">valid floating-point
number</a>.</p> <!-- ok to set out-of-range value, we never know
when we might have to represent bogus input; not ok to not have a
value if the attribute is present, since you can't not have a value
@@ -2347,18 +2347,18 @@
<p><strong>The <a href="the-input-element.html#value-sanitization-algorithm">value sanitization algorithm</a> is as
follows</strong>: If the <a href="attributes-common-to-form-controls.html#concept-fe-value" title="concept-fe-value">value</a>
- of the element is not a <a href="common-microsyntaxes.html#valid-floating-point-number">valid floating point number</a>,
- then set it to a <a href="common-microsyntaxes.html#valid-floating-point-number">valid floating point number</a> that
+ of the element is not a <a href="common-microsyntaxes.html#valid-floating-point-number">valid floating-point number</a>,
+ then set it to a <a href="common-microsyntaxes.html#valid-floating-point-number">valid floating-point number</a> that
represents the <a href="#concept-input-value-default-range" title="concept-input-value-default-range">default value</a>.</p>
</div>
<p>The <code title="attr-input-min"><a href="common-input-element-attributes.html#attr-input-min">min</a></code> attribute, if
- specified, must have a value that is a <a href="common-microsyntaxes.html#valid-floating-point-number">valid floating point
+ specified, must have a value that is a <a href="common-microsyntaxes.html#valid-floating-point-number">valid floating-point
number</a>. The <a href="common-input-element-attributes.html#concept-input-min-default" title="concept-input-min-default">default
minimum</a> is 0. The <code title="attr-input-max"><a href="common-input-element-attributes.html#attr-input-max">max</a></code>
attribute, if specified, must have a value that is a <a href="common-microsyntaxes.html#valid-floating-point-number">valid
- floating point number</a>. The <a href="common-input-element-attributes.html#concept-input-max-default" title="concept-input-max-default">default maximum</a> is 100.</p>
+ floating-point number</a>. The <a href="common-input-element-attributes.html#concept-input-max-default" title="concept-input-max-default">default maximum</a> is 100.</p>
<p>The <dfn id="concept-input-value-default-range" title="concept-input-value-default-range">default
value</dfn> is the <a href="common-input-element-attributes.html#concept-input-min" title="concept-input-min">minimum</a>
@@ -2368,13 +2368,13 @@
<div class="impl">
<p>When the element is <a href="constraints.html#suffering-from-an-underflow">suffering from an
- underflow</a>, the user agent must set the element's <a href="attributes-common-to-form-controls.html#concept-fe-value" title="concept-fe-value">value</a> to a <a href="common-microsyntaxes.html#valid-floating-point-number">valid floating point
+ underflow</a>, the user agent must set the element's <a href="attributes-common-to-form-controls.html#concept-fe-value" title="concept-fe-value">value</a> to a <a href="common-microsyntaxes.html#valid-floating-point-number">valid floating-point
number</a> that represents the <a href="common-input-element-attributes.html#concept-input-min" title="concept-input-min">minimum</a>.</p>
<p>When the element is <a href="constraints.html#suffering-from-an-overflow">suffering from an overflow</a>,
if the <a href="common-input-element-attributes.html#concept-input-max" title="concept-input-max">maximum</a> is not less
than the <a href="common-input-element-attributes.html#concept-input-min" title="concept-input-min">minimum</a>, the user
- agent must set the element's <a href="attributes-common-to-form-controls.html#concept-fe-value" title="concept-fe-value">value</a> to a <a href="common-microsyntaxes.html#valid-floating-point-number">valid floating point
+ agent must set the element's <a href="attributes-common-to-form-controls.html#concept-fe-value" title="concept-fe-value">value</a> to a <a href="common-microsyntaxes.html#valid-floating-point-number">valid floating-point
number</a> that represents the <a href="common-input-element-attributes.html#concept-input-max" title="concept-input-max">maximum</a>.</p>
</div>
@@ -2404,13 +2404,13 @@
<p><strong>The <a href="the-input-element.html#concept-input-value-string-number" title="concept-input-value-string-number">algorithm to convert a
string to a number</a>, given a string <var title="">input</var>,
is as follows</strong>: If applying the <a href="common-microsyntaxes.html#rules-for-parsing-floating-point-number-values">rules for parsing
- floating point number values</a> to <var title="">input</var>
+ floating-point number values</a> to <var title="">input</var>
results in an error, then return an error; otherwise, return the
resulting number.</p>
<p><strong>The <a href="the-input-element.html#concept-input-value-number-string" title="concept-input-value-number-string">algorithm to convert a
number to a string</a>, given a number <var title="">input</var>,
- is as follows</strong>: Return a <a href="common-microsyntaxes.html#valid-floating-point-number">valid floating point
+ is as follows</strong>: Return a <a href="common-microsyntaxes.html#valid-floating-point-number">valid floating-point
number</a> that represents <var title="">input</var>.</p>
</div>
Index: the-nav-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-nav-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-nav-element.html 23 Aug 2012 21:37:09 -0000 1.161
+++ the-nav-element.html 24 Aug 2012 03:14:28 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: references.html
===================================================================
RCS file: /sources/public/html5/spec/references.html,v
retrieving revision 1.1236
retrieving revision 1.1237
diff -u -d -r1.1236 -r1.1237
--- references.html 23 Aug 2012 21:37:04 -0000 1.1236
+++ references.html 24 Aug 2012 03:14:24 -0000 1.1237
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
@@ -526,24 +526,19 @@
<dd>(Non-normative) <cite><a href="http://www.graphviz.org/content/dot-language">The DOT Language</a></cite>. Graphviz.</dd>
<dt id="refsE163">[E163]</dt>
- <dd><cite>Recommendation E.163 — Numbering Plan for The International
- Telephone Service</cite>, CCITT Blue Book, Fascicle II.2, pp. 128-134, November
- 1988.</dd>
+ <dd><cite>Recommendation E.163 — Numbering Plan for The International Telephone Service</cite>, CCITT Blue Book, Fascicle II.2, pp. 128-134, November 1988.</dd>
<dt id="refsECMA262">[ECMA262]</dt>
- <dd><cite><a href="http://www.ecma-international.org/publications/standards/Ecma-262.htm">ECMAScript
- Language Specification</a></cite>. ECMA.</dd>
+ <dd><cite><a href="http://www.ecma-international.org/publications/standards/Ecma-262.htm">ECMAScript Language Specification</a></cite>. ECMA.</dd>
+
+ <dt id="refsECMA357">[ECMA357]</dt>
+ <dd>(Non-normative) <cite><a href="http://www.ecma-international.org/publications/standards/Ecma-357.htm">ECMAScript for XML (E4X) Specification</a></cite>. ECMA.</dd>
<dt id="refsEDITING">[EDITING]</dt>
<dd><cite><a href="http://aryeh.name/spec/editing/editing.html">HTML Editing APIs</a></cite>, A. Gregor.</dd>
- <dt id="refsECMA357">[ECMA357]</dt>
- <dd>(Non-normative) <cite><a href="http://www.ecma-international.org/publications/standards/Ecma-357.htm">ECMAScript
- for XML (E4X) Specification</a></cite>. ECMA.</dd>
-
<dt id="refsEUCKR">[EUCKR]</dt>
- <dd><cite>Hangul Unix Environment</cite>. Korea Industrial
- Standards Association. Ref. No. KS C 5861-1992.</dd>
+ <dd><cite>Hangul Unix Environment</cite>. Korea Industrial Standards Association. Ref. No. KS C 5861-1992.</dd>
<dt id="refsEUCJP">[EUCJP]</dt>
<dd><cite>Definition and Notes of Japanese EUC</cite>. UI-OSF-USLP. In English in the abridged translation of the <a href="http://home.m05.itscom.net/numa/uocjleE.pdf">UI-OSF Application Platform Profile for Japanese Environment</a>, Appendix C.</dd>
Index: the-meter-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-meter-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-meter-element.html 23 Aug 2012 21:37:09 -0000 1.161
+++ the-meter-element.html 24 Aug 2012 03:14:28 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
@@ -404,8 +404,8 @@
<p><span class="impl"><strong>Authoring
requirements</strong>:</span> The <code title="attr-meter-value"><a href="#attr-meter-value">value</a></code> attribute must be
specified. The <code title="attr-meter-value"><a href="#attr-meter-value">value</a></code>, <code title="attr-meter-min"><a href="#attr-meter-min">min</a></code>, <code title="attr-meter-low"><a href="#attr-meter-low">low</a></code>, <code title="attr-meter-high"><a href="#attr-meter-high">high</a></code>, <code title="attr-meter-max"><a href="#attr-meter-max">max</a></code>, and <code title="attr-meter-optimum"><a href="#attr-meter-optimum">optimum</a></code> attributes, when present,
- must have values that are <a href="common-microsyntaxes.html#valid-floating-point-number" title="valid floating point
- number">valid floating point numbers</a>.</p>
+ must have values that are <a href="common-microsyntaxes.html#valid-floating-point-number" title="valid floating-point
+ number">valid floating-point numbers</a>.</p>
<p>In addition, the attributes' values are further constrained:</p>
@@ -482,7 +482,7 @@
<p><strong>User agent requirements</strong>: User agents must parse
the <code title="attr-meter-min"><a href="#attr-meter-min">min</a></code>, <code title="attr-meter-max"><a href="#attr-meter-max">max</a></code>, <code title="attr-meter-value"><a href="#attr-meter-value">value</a></code>, <code title="attr-meter-low"><a href="#attr-meter-low">low</a></code>, <code title="attr-meter-high"><a href="#attr-meter-high">high</a></code>, and <code title="attr-meter-optimum"><a href="#attr-meter-optimum">optimum</a></code> attributes using the
- <a href="common-microsyntaxes.html#rules-for-parsing-floating-point-number-values">rules for parsing floating point number values</a>.</p>
+ <a href="common-microsyntaxes.html#rules-for-parsing-floating-point-number-values">rules for parsing floating-point number values</a>.</p>
<p>User agents must then use all these numbers to obtain values for
six points on the gauge, as follows. (The order in which these are
@@ -669,37 +669,37 @@
<p>The <dfn id="dom-meter-value" title="dom-meter-value"><code>value</code></dfn> IDL
attribute, on getting, must return the <a href="#concept-meter-actual" title="concept-meter-actual">actual value</a>. On setting, the
given value must be converted to the <a href="common-microsyntaxes.html#best-representation-of-the-number-as-a-floating-point-number">best representation of
- the number as a floating point number</a> and then the <code title="dom-meter-value"><a href="#dom-meter-value">value</a></code> content attribute must be set
+ the number as a floating-point number</a> and then the <code title="dom-meter-value"><a href="#dom-meter-value">value</a></code> content attribute must be set
to that string.</p>
<p>The <dfn id="dom-meter-min" title="dom-meter-min"><code>min</code></dfn> IDL
attribute, on getting, must return the <a href="#concept-meter-minimum" title="concept-meter-minimum">minimum value</a>. On setting, the
given value must be converted to the <a href="common-microsyntaxes.html#best-representation-of-the-number-as-a-floating-point-number">best representation of
- the number as a floating point number</a> and then the <code title="dom-meter-min"><a href="#dom-meter-min">min</a></code> content attribute must be set to
+ the number as a floating-point number</a> and then the <code title="dom-meter-min"><a href="#dom-meter-min">min</a></code> content attribute must be set to
that string.</p>
<p>The <dfn id="dom-meter-max" title="dom-meter-max"><code>max</code></dfn> IDL
attribute, on getting, must return the <a href="#concept-meter-maximum" title="concept-meter-maximum">maximum value</a>. On setting, the
given value must be converted to the <a href="common-microsyntaxes.html#best-representation-of-the-number-as-a-floating-point-number">best representation of
- the number as a floating point number</a> and then the <code title="dom-meter-max"><a href="#dom-meter-max">max</a></code> content attribute must be set to
+ the number as a floating-point number</a> and then the <code title="dom-meter-max"><a href="#dom-meter-max">max</a></code> content attribute must be set to
that string.</p>
<p>The <dfn id="dom-meter-low" title="dom-meter-low"><code>low</code></dfn> IDL
attribute, on getting, must return the <a href="#concept-meter-low" title="concept-meter-low">low boundary</a>. On setting, the given
value must be converted to the <a href="common-microsyntaxes.html#best-representation-of-the-number-as-a-floating-point-number">best representation of the
- number as a floating point number</a> and then the <code title="dom-meter-low"><a href="#dom-meter-low">low</a></code> content attribute must be set to
+ number as a floating-point number</a> and then the <code title="dom-meter-low"><a href="#dom-meter-low">low</a></code> content attribute must be set to
that string.</p>
<p>The <dfn id="dom-meter-high" title="dom-meter-high"><code>high</code></dfn> IDL
attribute, on getting, must return the <a href="#concept-meter-high" title="concept-meter-high">high boundary</a>. On setting, the
given value must be converted to the <a href="common-microsyntaxes.html#best-representation-of-the-number-as-a-floating-point-number">best representation of
- the number as a floating point number</a> and then the <code title="dom-meter-high"><a href="#dom-meter-high">high</a></code> content attribute must be set to
+ the number as a floating-point number</a> and then the <code title="dom-meter-high"><a href="#dom-meter-high">high</a></code> content attribute must be set to
that string.</p>
<p>The <dfn id="dom-meter-optimum" title="dom-meter-optimum"><code>optimum</code></dfn> IDL
attribute, on getting, must return the <a href="#concept-meter-optimum" title="concept-meter-optimum">optimum value</a>. On setting, the
given value must be converted to the <a href="common-microsyntaxes.html#best-representation-of-the-number-as-a-floating-point-number">best representation of
- the number as a floating point number</a> and then the <code title="dom-meter-optimum"><a href="#dom-meter-optimum">optimum</a></code> content attribute must be
+ the number as a floating-point number</a> and then the <code title="dom-meter-optimum"><a href="#dom-meter-optimum">optimum</a></code> content attribute must be
set to that string.</p>
<p>The <code title="dom-lfe-labels"><a href="the-label-element.html#dom-lfe-labels">labels</a></code> attribute provides
Index: the-ul-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-ul-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-ul-element.html 23 Aug 2012 21:37:11 -0000 1.161
+++ the-ul-element.html 24 Aug 2012 03:14:31 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-html-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-html-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-html-element.html 23 Aug 2012 21:37:08 -0000 1.161
+++ the-html-element.html 24 Aug 2012 03:14:27 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: index.html
===================================================================
RCS file: /sources/public/html5/spec/index.html,v
retrieving revision 1.1279
retrieving revision 1.1280
diff -u -d -r1.1279 -r1.1280
--- index.html 23 Aug 2012 21:37:04 -0000 1.1279
+++ index.html 24 Aug 2012 03:14:23 -0000 1.1280
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
@@ -2137,7 +2137,7 @@
</td></tr><tr><th> <code title="">high</code>
</th><td> <code title="attr-meter-high"><a href="the-meter-element.html#attr-meter-high">meter</a></code>
</td><td> Low limit of high range
- </td><td> <a href="common-microsyntaxes.html#valid-floating-point-number">Valid floating point number</a>*
+ </td><td> <a href="common-microsyntaxes.html#valid-floating-point-number">Valid floating-point number</a>*
</td></tr><tr><th> <code title="">href</code>
</th><td> <code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href">a</a></code>;
<code title="attr-hyperlink-href"><a href="links.html#attr-hyperlink-href">area</a></code>
@@ -2211,7 +2211,7 @@
</td></tr><tr><th> <code title="">low</code>
</th><td> <code title="attr-meter-low"><a href="the-meter-element.html#attr-meter-low">meter</a></code>
</td><td> High limit of low range
- </td><td> <a href="common-microsyntaxes.html#valid-floating-point-number">Valid floating point number</a>*
+ </td><td> <a href="common-microsyntaxes.html#valid-floating-point-number">Valid floating-point number</a>*
</td></tr><tr><th> <code title="">manifest</code>
</th><td> <code title="attr-html-manifest"><a href="the-html-element.html#attr-html-manifest">html</a></code>
</td><td> <a href="offline.html#concept-appcache-manifest" title="concept-appcache-manifest">Application cache manifest</a>
@@ -2224,7 +2224,7 @@
</th><td> <code title="attr-meter-max"><a href="the-meter-element.html#attr-meter-max">meter</a></code>;
<code title="attr-progress-max"><a href="the-progress-element.html#attr-progress-max">progress</a></code>
</td><td> Upper bound of range
- </td><td> <a href="common-microsyntaxes.html#valid-floating-point-number">Valid floating point number</a>*
+ </td><td> <a href="common-microsyntaxes.html#valid-floating-point-number">Valid floating-point number</a>*
</td></tr><tr><th> <code title="">maxlength</code>
</th><td> <code title="attr-input-maxlength"><a href="common-input-element-attributes.html#attr-input-maxlength">input</a></code>;
<code title="attr-textarea-maxlength"><a href="the-textarea-element.html#attr-textarea-maxlength">textarea</a></code>
@@ -2256,7 +2256,7 @@
</td></tr><tr><th> <code title="">min</code>
</th><td> <code title="attr-meter-min"><a href="the-meter-element.html#attr-meter-min">meter</a></code>
</td><td> Lower bound of range
- </td><td> <a href="common-microsyntaxes.html#valid-floating-point-number">Valid floating point number</a>*
+ </td><td> <a href="common-microsyntaxes.html#valid-floating-point-number">Valid floating-point number</a>*
</td></tr><tr><th> <code title="">multiple</code>
</th><td> <code title="attr-input-multiple"><a href="common-input-element-attributes.html#attr-input-multiple">input</a></code>;
<code title="attr-select-multiple"><a href="the-select-element.html#attr-select-multiple">select</a></code>
@@ -2313,7 +2313,7 @@
</td></tr><tr><th> <code title="">optimum</code>
</th><td> <code title="attr-meter-optimum"><a href="the-meter-element.html#attr-meter-optimum">meter</a></code>
</td><td> Optimum value in gauge
- </td><td> <a href="common-microsyntaxes.html#valid-floating-point-number">Valid floating point number</a>*
+ </td><td> <a href="common-microsyntaxes.html#valid-floating-point-number">Valid floating-point number</a>*
</td></tr><tr><th> <code title="">pattern</code>
</th><td> <code title="attr-input-pattern"><a href="common-input-element-attributes.html#attr-input-pattern">input</a></code>
</td><td> Pattern to be matched by the form control's value
@@ -2449,7 +2449,7 @@
</td></tr><tr><th> <code title="">step</code>
</th><td> <code title="attr-input-step"><a href="common-input-element-attributes.html#attr-input-step">input</a></code>
</td><td> Granularity to be matched by the form control's value
- </td><td> <a href="common-microsyntaxes.html#valid-floating-point-number">Valid floating point number</a> greater than zero, or "<code title="">any</code>"
+ </td><td> <a href="common-microsyntaxes.html#valid-floating-point-number">Valid floating-point number</a> greater than zero, or "<code title="">any</code>"
</td></tr><tr><th> <code title="">style</code>
</th><td> <a href="global-attributes.html#the-style-attribute" title="attr-style">HTML elements</a>
</td><td> Presentational and formatting instructions
@@ -2561,7 +2561,7 @@
</th><td> <code title="attr-meter-value"><a href="the-meter-element.html#attr-meter-value">meter</a></code>;
<code title="attr-progress-value"><a href="the-progress-element.html#attr-progress-value">progress</a></code>
</td><td> Current value of the element
- </td><td> <a href="common-microsyntaxes.html#valid-floating-point-number">Valid floating point number</a>
+ </td><td> <a href="common-microsyntaxes.html#valid-floating-point-number">Valid floating-point number</a>
</td></tr><tr><th> <code title="">value</code>
</th><td> <code title="attr-param-value"><a href="the-param-element.html#attr-param-value">param</a></code>
</td><td> Value of parameter
@@ -3101,9 +3101,6 @@
</td></tr><tr><td> <code><a href="the-form-element.html#the-form-element">form</a></code>
</td><td> <code><a href="the-form-element.html#htmlformelement">HTMLFormElement</a></code> : <code><a href="elements.html#htmlelement">HTMLElement</a></code>
- </td></tr><tr><td> <code><a href="the-head-element.html#the-head-element">head</a></code>
- </td><td> <code><a href="the-head-element.html#htmlheadelement">HTMLHeadElement</a></code> : <code><a href="elements.html#htmlelement">HTMLElement</a></code>
-
</td></tr><tr><td> <code><a href="the-aside-element.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">h1</a></code>
</td><td> <code><a href="the-aside-element.html#htmlheadingelement">HTMLHeadingElement</a></code> : <code><a href="elements.html#htmlelement">HTMLElement</a></code>
@@ -3122,6 +3119,9 @@
</td></tr><tr><td> <code><a href="the-aside-element.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">h6</a></code>
</td><td> <code><a href="the-aside-element.html#htmlheadingelement">HTMLHeadingElement</a></code> : <code><a href="elements.html#htmlelement">HTMLElement</a></code>
+ </td></tr><tr><td> <code><a href="the-head-element.html#the-head-element">head</a></code>
+ </td><td> <code><a href="the-head-element.html#htmlheadelement">HTMLHeadElement</a></code> : <code><a href="elements.html#htmlelement">HTMLElement</a></code>
+
</td></tr><tr><td> <code><a href="the-header-element.html#the-header-element">header</a></code>
</td><td> <code><a href="elements.html#htmlelement">HTMLElement</a></code>
Index: attributes-common-to-td-and-th-elements.html
===================================================================
RCS file: /sources/public/html5/spec/attributes-common-to-td-and-th-elements.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- attributes-common-to-td-and-th-elements.html 23 Aug 2012 21:37:01 -0000 1.161
+++ attributes-common-to-td-and-th-elements.html 24 Aug 2012 03:14:20 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: wai-aria.html
===================================================================
RCS file: /sources/public/html5/spec/wai-aria.html,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -d -r1.162 -r1.163
--- wai-aria.html 23 Aug 2012 21:37:12 -0000 1.162
+++ wai-aria.html 24 Aug 2012 03:14:31 -0000 1.163
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
@@ -435,7 +435,7 @@
</td><td><code title="attr-aria-expanded">aria-expanded</code> state set to "true" if the element's <code title="attr-details-open"><a href="the-details-element.html#attr-details-open">open</a></code> attribute is present, and set to "false" otherwise
</td></tr><tr><td><code><a href="commands.html#the-dialog-element">dialog</a></code> element without an <code title="attr-dialog-open"><a href="commands.html#attr-dialog-open">open</a></code> attribute
- </td><td>The <code title="title-aria-hidden">aria-hidden</code> state set to "true"
+ </td><td>The <code title="attr-aria-hidden">aria-hidden</code> state set to "true"
</td></tr><tr><td><code><a href="the-head-element.html#the-head-element">head</a></code> element
</td><td><a href="#concept-role-none" title="concept-role-none">No role</a>
@@ -459,16 +459,16 @@
</td><td><a href="#concept-role-none" title="concept-role-none">No role</a>
</td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#date-state-(type=date)" title="attr-input-type-date">Date</a> state
- </td><td><a href="#concept-role-none" title="concept-role-none">No role</a>, with the <code title="title-aria-readonly">aria-readonly</code> property set to "true" if the element has a <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code> attribute
+ </td><td><a href="#concept-role-none" title="concept-role-none">No role</a>, with the <code title="attr-aria-readonly">aria-readonly</code> property set to "true" if the element has a <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code> attribute
</td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#date-and-time-state-(type=datetime)" title="attr-input-type-datetime">Date and Time</a> state
- </td><td><a href="#concept-role-none" title="concept-role-none">No role</a>, with the <code title="title-aria-readonly">aria-readonly</code> property set to "true" if the element has a <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code> attribute
+ </td><td><a href="#concept-role-none" title="concept-role-none">No role</a>, with the <code title="attr-aria-readonly">aria-readonly</code> property set to "true" if the element has a <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code> attribute
</td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#local-date-and-time-state-(type=datetime-local)" title="attr-input-type-datetime-local">Local Date and Time</a> state
- </td><td><a href="#concept-role-none" title="concept-role-none">No role</a>, with the <code title="title-aria-readonly">aria-readonly</code> property set to "true" if the element has a <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code> attribute
+ </td><td><a href="#concept-role-none" title="concept-role-none">No role</a>, with the <code title="attr-aria-readonly">aria-readonly</code> property set to "true" if the element has a <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code> attribute
</td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#e-mail-state-(type=email)" title="attr-input-type-email">E-mail</a> state with no <a href="common-input-element-attributes.html#concept-input-list" title="concept-input-list">suggestions source element</a>
- </td><td><code title="attr-aria-role-textbox">textbox</code> role, with the <code title="title-aria-readonly">aria-readonly</code> property set to "true" if the element has a <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code> attribute
+ </td><td><code title="attr-aria-role-textbox">textbox</code> role, with the <code title="attr-aria-readonly">aria-readonly</code> property set to "true" if the element has a <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code> attribute
</td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#file-upload-state-(type=file)" title="attr-input-type-file">File Upload</a> state
</td><td><a href="#concept-role-none" title="concept-role-none">No role</a>
@@ -477,49 +477,49 @@
</td><td><a href="#concept-role-none" title="concept-role-none">No role</a>
</td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#month-state-(type=month)" title="attr-input-type-month">Month</a> state
- </td><td><a href="#concept-role-none" title="concept-role-none">No role</a>, with the <code title="title-aria-readonly">aria-readonly</code> property set to "true" if the element has a <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code> attribute
+ </td><td><a href="#concept-role-none" title="concept-role-none">No role</a>, with the <code title="attr-aria-readonly">aria-readonly</code> property set to "true" if the element has a <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code> attribute
</td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#number-state-(type=number)" title="attr-input-type-number">Number</a> state
- </td><td><code title="attr-aria-role-spinbutton">spinbutton</code> role, with the <code title="title-aria-readonly">aria-readonly</code> property set to "true" if the element has a <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code> attribute, the <code title="attr-aria-valuemax">aria-valuemax</code> property set to the element's <a href="common-input-element-attributes.html#concept-input-max" title="concept-input-max">maximum</a>, the <code title="attr-aria-valuemin">aria-valuemin</code> property set to the element's <a href="common-input-element-attributes.html#concept-input-min" title="concept-input-min">minimum</a>, and, if the result of applying the <a href="common-microsyntaxes.html#rules-for-parsing-floating-point-number-values">rules for parsing floating point number values</a> to the element's <a href="attributes-common-to-form-controls.html#concept-fe-value" title="concept-fe-value">value</a> is a number, with the <code tite="attr-aria-valuenow">aria-valuenow</code> property set to that number
+ </td><td><code title="attr-aria-role-spinbutton">spinbutton</code> role, with the <code title="attr-aria-readonly">aria-readonly</code> property set to "true" if the element has a <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code> attribute, the <code title="attr-aria-valuemax">aria-valuemax</code> property set to the element's <a href="common-input-element-attributes.html#concept-input-max" title="concept-input-max">maximum</a>, the <code title="attr-aria-valuemin">aria-valuemin</code> property set to the element's <a href="common-input-element-attributes.html#concept-input-min" title="concept-input-min">minimum</a>, and, if the result of applying the <a href="common-microsyntaxes.html#rules-for-parsing-floating-point-number-values">rules for parsing floating-point number values</a> to the element's <a href="attributes-common-to-form-controls.html#concept-fe-value" title="concept-fe-value">value</a> is a number, with the <code titl="attr-aria-valuenow">aria-valuenow</code> property set to that number
</td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#password-state-(type=password)" title="attr-input-type-password">Password</a> state
- </td><td><code title="attr-aria-role-textbox">textbox</code> role, with the <code title="title-aria-readonly">aria-readonly</code> property set to "true" if the element has a <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code> attribute
+ </td><td><code title="attr-aria-role-textbox">textbox</code> role, with the <code title="attr-aria-readonly">aria-readonly</code> property set to "true" if the element has a <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code> attribute
</td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#radio-button-state-(type=radio)" title="attr-input-type-radio">Radio Button</a> state
</td><td><code title="attr-aria-checked">aria-checked</code> state set to "true" if the element's <a href="attributes-common-to-form-controls.html#concept-fe-checked" title="concept-fe-checked">checkedness</a> is true, or "false" otherwise
</td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#range-state-(type=range)" title="attr-input-type-range">Range</a> state
- </td><td><code title="attr-aria-role-slider">slider</code> role, with the <code title="attr-aria-valuemax">aria-valuemax</code> property set to the element's <a href="common-input-element-attributes.html#concept-input-max" title="concept-input-max">maximum</a>, the <code title="attr-aria-valuemin">aria-valuemin</code> property set to the element's <a href="common-input-element-attributes.html#concept-input-min" title="concept-input-min">minimum</a>, and the <code title="attr-aria-valuenow">aria-valuenow</code> property set to the result of applying the <a href="common-microsyntaxes.html#rules-for-parsing-floating-point-number-values">rules for parsing floating point number values</a> to the element's <a href="attributes-common-to-form-controls.html#concept-fe-value" title="concept-fe-value">value</a>, if that results in a number, or the <a href="states-of-the-type-attribute.html#concept-input-value-default-range" title="concept-input-value-default-range">default value</a> otherwise
+ </td><td><code title="attr-aria-role-slider">slider</code> role, with the <code title="attr-aria-valuemax">aria-valuemax</code> property set to the element's <a href="common-input-element-attributes.html#concept-input-max" title="concept-input-max">maximum</a>, the <code title="attr-aria-valuemin">aria-valuemin</code> property set to the element's <a href="common-input-element-attributes.html#concept-input-min" title="concept-input-min">minimum</a>, and the <code title="attr-aria-valuenow">aria-valuenow</code> property set to the result of applying the <a href="common-microsyntaxes.html#rules-for-parsing-floating-point-number-values">rules for parsing floating-point number values</a> to the element's <a href="attributes-common-to-form-controls.html#concept-fe-value" title="concept-fe-value">value</a>, if that results in a number, or the <a href="states-of-the-type-attribute.html#concept-input-value-default-range" title="concept-input-value-default-range">default value</a> otherwise
</td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#reset-button-state-(type=reset)" title="attr-input-type-reset">Reset Button</a> state
</td><td><code title="attr-aria-role-button">button</code> role
</td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#text-(type=text)-state-and-search-state-(type=search)" title="attr-input-type-search">Search</a> state with no <a href="common-input-element-attributes.html#concept-input-list" title="concept-input-list">suggestions source element</a>
- </td><td><code title="attr-aria-role-textbox">textbox</code> role, with the <code title="title-aria-readonly">aria-readonly</code> property set to "true" if the element has a <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code> attribute
+ </td><td><code title="attr-aria-role-textbox">textbox</code> role, with the <code title="attr-aria-readonly">aria-readonly</code> property set to "true" if the element has a <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code> attribute
</td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#submit-button-state-(type=submit)" title="attr-input-type-submit">Submit Button</a> state
</td><td><code title="attr-aria-role-button">button</code> role
</td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#telephone-state-(type=tel)" title="attr-input-type-tel">Telephone</a> state with no <a href="common-input-element-attributes.html#concept-input-list" title="concept-input-list">suggestions source element</a>
- </td><td><code title="attr-aria-role-textbox">textbox</code> role, with the <code title="title-aria-readonly">aria-readonly</code> property set to "true" if the element has a <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code> attribute
+ </td><td><code title="attr-aria-role-textbox">textbox</code> role, with the <code title="attr-aria-readonly">aria-readonly</code> property set to "true" if the element has a <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code> attribute
</td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#text-(type=text)-state-and-search-state-(type=search)" title="attr-input-type-text">Text</a> state with no <a href="common-input-element-attributes.html#concept-input-list" title="concept-input-list">suggestions source element</a>
- </td><td><code title="attr-aria-role-textbox">textbox</code> role, with the <code title="title-aria-readonly">aria-readonly</code> property set to "true" if the element has a <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code> attribute
+ </td><td><code title="attr-aria-role-textbox">textbox</code> role, with the <code title="attr-aria-readonly">aria-readonly</code> property set to "true" if the element has a <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code> attribute
</td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#text-(type=text)-state-and-search-state-(type=search)" title="attr-input-type-text">Text</a>, <a href="states-of-the-type-attribute.html#text-(type=text)-state-and-search-state-(type=search)" title="attr-input-type-search">Search</a>, <a href="states-of-the-type-attribute.html#telephone-state-(type=tel)" title="attr-input-type-tel">Telephone</a>, <a href="states-of-the-type-attribute.html#url-state-(type=url)" title="attr-input-type-url">URL</a>, or <a href="states-of-the-type-attribute.html#e-mail-state-(type=email)" title="attr-input-type-email">E-mail</a> states with a <a href="common-input-element-attributes.html#concept-input-list" title="concept-input-list">suggestions source element</a>
- </td><td><code title="attr-aria-role-combobox">combobox</code> role, with the <code title="attr-aria-owns">aria-owns</code> property set to the same value as the <code title="attr-input-list"><a href="common-input-element-attributes.html#attr-input-list">list</a></code> attribute, and the <code title="title-aria-readonly">aria-readonly</code> property set to "true" if the element has a <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code> attribute
+ </td><td><code title="attr-aria-role-combobox">combobox</code> role, with the <code title="attr-aria-owns">aria-owns</code> property set to the same value as the <code title="attr-input-list"><a href="common-input-element-attributes.html#attr-input-list">list</a></code> attribute, and the <code title="attr-aria-readonly">aria-readonly</code> property set to "true" if the element has a <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code> attribute
</td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#time-state-(type=time)" title="attr-input-type-time">Time</a> state
- </td><td><a href="#concept-role-none" title="concept-role-none">No role</a>, with the <code title="title-aria-readonly">aria-readonly</code> property set to "true" if the element has a <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code> attribute
+ </td><td><a href="#concept-role-none" title="concept-role-none">No role</a>, with the <code title="attr-aria-readonly">aria-readonly</code> property set to "true" if the element has a <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code> attribute
</td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#url-state-(type=url)" title="attr-input-type-url">URL</a> state with no <a href="common-input-element-attributes.html#concept-input-list" title="concept-input-list">suggestions source element</a>
- </td><td><code title="attr-aria-role-textbox">textbox</code> role, with the <code title="title-aria-readonly">aria-readonly</code> property set to "true" if the element has a <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code> attribute
+ </td><td><code title="attr-aria-role-textbox">textbox</code> role, with the <code title="attr-aria-readonly">aria-readonly</code> property set to "true" if the element has a <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code> attribute
</td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element with a <code title="attr-input-type"><a href="the-input-element.html#attr-input-type">type</a></code> attribute in the <a href="states-of-the-type-attribute.html#week-state-(type=week)" title="attr-input-type-week">Week</a> state
- </td><td><a href="#concept-role-none" title="concept-role-none">No role</a>, with the <code title="title-aria-readonly">aria-readonly</code> property set to "true" if the element has a <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code> attribute
+ </td><td><a href="#concept-role-none" title="concept-role-none">No role</a>, with the <code title="attr-aria-readonly">aria-readonly</code> property set to "true" if the element has a <code title="attr-input-readonly"><a href="common-input-element-attributes.html#attr-input-readonly">readonly</a></code> attribute
</td></tr><tr><td><code><a href="the-input-element.html#the-input-element">input</a></code> element that is <a href="common-input-element-attributes.html#concept-input-required" title="concept-input-required">required</a>
- </td><td>The <code title="title-aria-required">aria-required</code> state set to "true"
+ </td><td>The <code title="attr-aria-required">aria-required</code> state set to "true"
</td></tr><tr><td><code><a href="the-keygen-element.html#the-keygen-element">keygen</a></code> element
</td><td><a href="#concept-role-none" title="concept-role-none">No role</a>
@@ -573,7 +573,7 @@
</td><td><code title="attr-aria-role-listbox">listbox</code> role, with the <code title="attr-aria-multiselectable">aria-multiselectable</code> property set to "false"
</td></tr><tr><td><code><a href="the-select-element.html#the-select-element">select</a></code> element with a <code title="attr-select-required"><a href="the-select-element.html#attr-select-required">required</a></code> attribute
- </td><td>The <code title="title-aria-required">aria-required</code> state set to "true"
+ </td><td>The <code title="attr-aria-required">aria-required</code> state set to "true"
</td></tr><tr><td><code><a href="the-source-element.html#the-source-element">source</a></code> element
</td><td><a href="#concept-role-none" title="concept-role-none">No role</a>
@@ -585,10 +585,10 @@
</td><td><a href="#concept-role-none" title="concept-role-none">No role</a>
</td></tr><tr><td><code><a href="the-textarea-element.html#the-textarea-element">textarea</a></code> element
- </td><td><code title="attr-aria-role-textbox">textbox</code> role, with the <code title="attr-aria-multiline">aria-multiline</code> property set to "true", and the <code title="title-aria-readonly">aria-readonly</code> property set to "true" if the element has a <code title="attr-textarea-readonly"><a href="the-textarea-element.html#attr-textarea-readonly">readonly</a></code> attribute
+ </td><td><code title="attr-aria-role-textbox">textbox</code> role, with the <code title="attr-aria-multiline">aria-multiline</code> property set to "true", and the <code title="attr-aria-readonly">aria-readonly</code> property set to "true" if the element has a <code title="attr-textarea-readonly"><a href="the-textarea-element.html#attr-textarea-readonly">readonly</a></code> attribute
</td></tr><tr><td><code><a href="the-textarea-element.html#the-textarea-element">textarea</a></code> element with a <code title="attr-textarea-required"><a href="the-textarea-element.html#attr-textarea-required">required</a></code> attribute
- </td><td>The <code title="title-aria-required">aria-required</code> state set to "true"
+ </td><td>The <code title="attr-aria-required">aria-required</code> state set to "true"
</td></tr><tr><td><code><a href="the-title-element.html#the-title-element">title</a></code> element
</td><td><a href="#concept-role-none" title="concept-role-none">No role</a>
@@ -603,16 +603,16 @@
</td><td><code title="attr-aria-role-menuitemradio">menuitemradio</code> role, with the <code title="attr-aria-checked">aria-checked</code> state set to "true" if the command's <a href="commands.html#command-facet-checkedstate" title="command-facet-checkedstate">Checked State</a> facet is true, and "false" otherwise
</td></tr><tr><td>Element that is <a href="attributes-common-to-form-controls.html#concept-fe-disabled" title="concept-fe-disabled">disabled</a>
- </td><td>The <code title="title-aria-disabled">aria-disabled</code> state set to "true"
+ </td><td>The <code title="attr-aria-disabled">aria-disabled</code> state set to "true"
</td></tr><tr><td>Element that is <a href="editing.html#inert">inert</a>
- </td><td>The <code title="title-aria-disabled">aria-disabled</code> state set to "true"
+ </td><td>The <code title="attr-aria-disabled">aria-disabled</code> state set to "true"
</td></tr><tr><td>Element with a <code title="attr-hidden"><a href="editing.html#the-hidden-attribute">hidden</a></code> attribute
- </td><td>The <code title="title-aria-hidden">aria-hidden</code> state set to "true"
+ </td><td>The <code title="attr-aria-hidden">aria-hidden</code> state set to "true"
</td></tr><tr><td>Element that is a <a href="constraints.html#candidate-for-constraint-validation">candidate for constraint validation</a> but that does not <a href="constraints.html#concept-fv-valid" title="concept-fv-valid">satisfy its constraints</a>
- </td><td>The <code title="title-aria-invalid">aria-invalid</code> state set to "true"
+ </td><td>The <code title="attr-aria-invalid">aria-invalid</code> state set to "true"
</td></tr></tbody></table><h5 id="sec-implicit-aria-semantics"><span class="secno">3.2.7.4 </span>Implicit ARIA Semantics</h5>
Index: the-ruby-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-ruby-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-ruby-element.html 23 Aug 2012 21:37:10 -0000 1.161
+++ the-ruby-element.html 24 Aug 2012 03:14:29 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-track-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-track-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-track-element.html 23 Aug 2012 21:37:11 -0000 1.161
+++ the-track-element.html 24 Aug 2012 03:14:31 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: usage-summary.html
===================================================================
RCS file: /sources/public/html5/spec/usage-summary.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- usage-summary.html 23 Aug 2012 21:37:12 -0000 1.161
+++ usage-summary.html 24 Aug 2012 03:14:31 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: sections.html
===================================================================
RCS file: /sources/public/html5/spec/sections.html,v
retrieving revision 1.227
retrieving revision 1.228
diff -u -d -r1.227 -r1.228
--- sections.html 23 Aug 2012 21:37:05 -0000 1.227
+++ sections.html 24 Aug 2012 03:14:24 -0000 1.228
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: content-models.html
===================================================================
RCS file: /sources/public/html5/spec/content-models.html,v
retrieving revision 1.270
retrieving revision 1.271
diff -u -d -r1.270 -r1.271
--- content-models.html 23 Aug 2012 21:37:02 -0000 1.270
+++ content-models.html 24 Aug 2012 03:14:20 -0000 1.271
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-progress-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-progress-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-progress-element.html 23 Aug 2012 21:37:10 -0000 1.161
+++ the-progress-element.html 24 Aug 2012 03:14:29 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
@@ -400,8 +400,8 @@
</div>
<p>The <code title="attr-progress-value"><a href="#attr-progress-value">value</a></code> and <code title="attr-progress-max"><a href="#attr-progress-max">max</a></code> attributes, when present, must
- have values that are <a href="common-microsyntaxes.html#valid-floating-point-number" title="valid floating point number">valid
- floating point numbers</a>. The <code title="attr-progress-value"><a href="#attr-progress-value">value</a></code> attribute, if present, must
+ have values that are <a href="common-microsyntaxes.html#valid-floating-point-number" title="valid floating-point number">valid
+ floating-point numbers</a>. The <code title="attr-progress-value"><a href="#attr-progress-value">value</a></code> attribute, if present, must
have a value equal to or greater than zero, and less than or equal
to the value of the <code title="attr-progress-max"><a href="#attr-progress-max">max</a></code>
attribute, if present, or 1.0, otherwise. The <code title="attr-progress-max"><a href="#attr-progress-max">max</a></code> attribute, if present, must
@@ -422,9 +422,9 @@
<p>If the progress bar is a determinate progress bar and the element
has a <code title="attr-progress-max"><a href="#attr-progress-max">max</a></code> attribute, the user
agent must parse the <code title="attr-progress-max"><a href="#attr-progress-max">max</a></code>
- attribute's value according to the <a href="common-microsyntaxes.html#rules-for-parsing-floating-point-number-values">rules for parsing floating
- point number values</a>. If this does not result in an error, and
- if the parsed value is greater than zero, then the <dfn id="concept-progress-maximum" title="concept-progress-maximum">maximum value</dfn> of the progress
+ attribute's value according to the <a href="common-microsyntaxes.html#rules-for-parsing-floating-point-number-values">rules for parsing
+ floating-point number values</a>. If this does not result in an
+ error, and if the parsed value is greater than zero, then the <dfn id="concept-progress-maximum" title="concept-progress-maximum">maximum value</dfn> of the progress
bar is that value. Otherwise, if the element has no <code title="attr-progress-max"><a href="#attr-progress-max">max</a></code> attribute, or if it has one but
parsing it resulted in an error, or if the parsed value was less
than or equal to zero, then the <a href="#concept-progress-maximum" title="concept-progress-maximum">maximum value</a> of the
@@ -432,17 +432,17 @@
<p>If the progress bar is a determinate progress bar, user agents
must parse the <code title="attr-progress-value"><a href="#attr-progress-value">value</a></code>
- attribute's value according to the <a href="common-microsyntaxes.html#rules-for-parsing-floating-point-number-values">rules for parsing floating
- point number values</a>. If this does not result in an error, and
- if the parsed value is less than the <a href="#concept-progress-maximum" title="concept-progress-maximum">maximum value</a> and greater
+ attribute's value according to the <a href="common-microsyntaxes.html#rules-for-parsing-floating-point-number-values">rules for parsing
+ floating-point number values</a>. If this does not result in an
+ error, and if the parsed value is less than the <a href="#concept-progress-maximum" title="concept-progress-maximum">maximum value</a> and greater
than zero, then the <dfn id="concept-progress-value" title="concept-progress-value">current
value</dfn> of the progress bar is that parsed value. Otherwise, if
the parsed value was greater than or equal to the <a href="#concept-progress-maximum" title="concept-progress-maximum">maximum value</a>, then the
<a href="#concept-progress-value" title="concept-progress-value">current value</a> of the
progress bar is the <a href="#concept-progress-maximum" title="concept-progress-maximum">maximum
value</a> of the progress bar. Otherwise, if parsing the <code title="attr-progress-value"><a href="#attr-progress-value">value</a></code> attribute's value resulted
- in an error, or a number less than or equal to zero, then the <a href="#concept-progress-value" title="concept-progress-value">current value</a> of the
- progress bar is zero.</p>
+ in an error, or a number less than or equal to zero, then the <a href="#concept-progress-value" title="concept-progress-value">current value</a> of the progress
+ bar is zero.</p>
<p><strong>UA requirements for showing the progress bar</strong>:
When representing a <code><a href="#the-progress-element">progress</a></code> element to the user, the
@@ -478,7 +478,7 @@
attribute, on getting, must return 0. Otherwise, it must return the
<a href="#concept-progress-value" title="concept-progress-value">current value</a>. On
setting, the given value must be converted to the <a href="common-microsyntaxes.html#best-representation-of-the-number-as-a-floating-point-number">best
- representation of the number as a floating point number</a> and
+ representation of the number as a floating-point number</a> and
then the <code title="dom-progress-value"><a href="#dom-progress-value">value</a></code> content
attribute must be set to that string.</p>
Index: the-footer-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-footer-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-footer-element.html 23 Aug 2012 21:37:08 -0000 1.161
+++ the-footer-element.html 24 Aug 2012 03:14:27 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: interactions-with-xpath-and-xslt.html
===================================================================
RCS file: /sources/public/html5/spec/interactions-with-xpath-and-xslt.html,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- interactions-with-xpath-and-xslt.html 23 Aug 2012 21:37:04 -0000 1.84
+++ interactions-with-xpath-and-xslt.html 24 Aug 2012 03:14:23 -0000 1.85
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-dd-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-dd-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-dd-element.html 23 Aug 2012 21:37:07 -0000 1.161
+++ the-dd-element.html 24 Aug 2012 03:14:26 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-bdo-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-bdo-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-bdo-element.html 23 Aug 2012 21:37:06 -0000 1.161
+++ the-bdo-element.html 24 Aug 2012 03:14:26 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-object-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-object-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-object-element.html 23 Aug 2012 21:37:09 -0000 1.161
+++ the-object-element.html 24 Aug 2012 03:14:29 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-ol-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-ol-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-ol-element.html 23 Aug 2012 21:37:09 -0000 1.161
+++ the-ol-element.html 24 Aug 2012 03:14:29 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-area-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-area-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-area-element.html 23 Aug 2012 21:37:06 -0000 1.161
+++ the-area-element.html 24 Aug 2012 03:14:25 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-datalist-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-datalist-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-datalist-element.html 23 Aug 2012 21:37:07 -0000 1.161
+++ the-datalist-element.html 24 Aug 2012 03:14:26 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: grouping-content.html
===================================================================
RCS file: /sources/public/html5/spec/grouping-content.html,v
retrieving revision 1.221
retrieving revision 1.222
diff -u -d -r1.221 -r1.222
--- grouping-content.html 23 Aug 2012 21:37:03 -0000 1.221
+++ grouping-content.html 24 Aug 2012 03:14:22 -0000 1.222
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-mark-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-mark-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-mark-element.html 23 Aug 2012 21:37:09 -0000 1.161
+++ the-mark-element.html 24 Aug 2012 03:14:28 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-dfn-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-dfn-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-dfn-element.html 23 Aug 2012 21:37:07 -0000 1.161
+++ the-dfn-element.html 24 Aug 2012 03:14:27 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: acknowledgements.html
===================================================================
RCS file: /sources/public/html5/spec/acknowledgements.html,v
retrieving revision 1.1265
retrieving revision 1.1266
diff -u -d -r1.1265 -r1.1266
--- acknowledgements.html 23 Aug 2012 21:37:00 -0000 1.1265
+++ acknowledgements.html 24 Aug 2012 03:14:19 -0000 1.1266
@@ -323,7 +323,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
@@ -792,6 +792,7 @@
oSand, <!-- from reddit -->
Patrick H. Lauke,
Patrik Persson,
+ Paul Adenot,
Paul Norman,
Per-Erik Brodin,
Perry Smith,
Index: the-header-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-header-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-header-element.html 23 Aug 2012 21:37:08 -0000 1.161
+++ the-header-element.html 24 Aug 2012 03:14:27 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: elements.html
===================================================================
RCS file: /sources/public/html5/spec/elements.html,v
retrieving revision 1.236
retrieving revision 1.237
diff -u -d -r1.236 -r1.237
--- elements.html 23 Aug 2012 21:37:03 -0000 1.236
+++ elements.html 24 Aug 2012 03:14:21 -0000 1.237
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-sub-and-sup-elements.html
===================================================================
RCS file: /sources/public/html5/spec/the-sub-and-sup-elements.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-sub-and-sup-elements.html 23 Aug 2012 21:37:11 -0000 1.161
+++ the-sub-and-sup-elements.html 24 Aug 2012 03:14:30 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-i-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-i-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-i-element.html 23 Aug 2012 21:37:08 -0000 1.161
+++ the-i-element.html 24 Aug 2012 03:14:27 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: forms.html
===================================================================
RCS file: /sources/public/html5/spec/forms.html,v
retrieving revision 1.1215
retrieving revision 1.1216
diff -u -d -r1.1215 -r1.1216
--- forms.html 23 Aug 2012 21:37:03 -0000 1.1215
+++ forms.html 24 Aug 2012 03:14:21 -0000 1.1216
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: edits.html
===================================================================
RCS file: /sources/public/html5/spec/edits.html,v
retrieving revision 1.206
retrieving revision 1.207
diff -u -d -r1.206 -r1.207
--- edits.html 23 Aug 2012 21:37:03 -0000 1.206
+++ edits.html 24 Aug 2012 03:14:21 -0000 1.207
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-canvas-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-canvas-element.html,v
retrieving revision 1.1086
retrieving revision 1.1087
diff -u -d -r1.1086 -r1.1087
--- the-canvas-element.html 23 Aug 2012 21:37:07 -0000 1.1086
+++ the-canvas-element.html 24 Aug 2012 03:14:26 -0000 1.1087
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: commands.html
===================================================================
RCS file: /sources/public/html5/spec/commands.html,v
retrieving revision 1.212
retrieving revision 1.213
diff -u -d -r1.212 -r1.213
--- commands.html 23 Aug 2012 21:37:01 -0000 1.212
+++ commands.html 24 Aug 2012 03:14:20 -0000 1.213
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
@@ -1235,7 +1235,7 @@
event</a> named <code title="event-close">close</code> at <var title="">dialog</var>.</p></li>
</ol><!--TOPIC:DOM APIs--><p>The <dfn id="dom-dialog-returnvalue" title="dom-dialog-returnValue"><code>returnValue</code></dfn> IDL
- attribute, on getting, must return the laast value to which it was
+ attribute, on getting, must return the last value to which it was
set. On setting, it must be set to the new value. When the element
is created, it must be set to the empty string.</p>
Index: the-samp-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-samp-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-samp-element.html 23 Aug 2012 21:37:10 -0000 1.161
+++ the-samp-element.html 24 Aug 2012 03:14:30 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-u-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-u-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-u-element.html 23 Aug 2012 21:37:11 -0000 1.161
+++ the-u-element.html 24 Aug 2012 03:14:31 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: headings-and-sections.html
===================================================================
RCS file: /sources/public/html5/spec/headings-and-sections.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- headings-and-sections.html 23 Aug 2012 21:37:03 -0000 1.161
+++ headings-and-sections.html 24 Aug 2012 03:14:22 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
@@ -758,7 +758,7 @@
<p>The <dfn id="outline-depth">outline depth</dfn> of a <a href="content-models.html#heading-content-0">heading content</a>
element associated with a <a href="#concept-section" title="concept-section">section</a> <var title="">section</var>
is the number of <a href="#concept-section" title="concept-section">sections</a> that
- are ancestors of <var title="">section</var> in the
+ are ancestors of <var title="">section</var> in the outermost
<a href="#outline">outline</a> that <var title="">section</var> finds itself
in when the <a href="#outline" title="outline">outlines</a> of its
<code><a href="dom.html#document">Document</a></code>'s elements are created, plus 1. The
Index: obsolete.html
===================================================================
RCS file: /sources/public/html5/spec/obsolete.html,v
retrieving revision 1.1222
retrieving revision 1.1223
diff -u -d -r1.1222 -r1.1223
--- obsolete.html 23 Aug 2012 21:37:04 -0000 1.1222
+++ obsolete.html 24 Aug 2012 03:14:24 -0000 1.1223
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: named-character-references.html
===================================================================
RCS file: /sources/public/html5/spec/named-character-references.html,v
retrieving revision 1.1180
retrieving revision 1.1181
diff -u -d -r1.1180 -r1.1181
--- named-character-references.html 23 Aug 2012 21:37:04 -0000 1.1180
+++ named-character-references.html 24 Aug 2012 03:14:23 -0000 1.1181
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-button-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-button-element.html,v
retrieving revision 1.264
retrieving revision 1.265
diff -u -d -r1.264 -r1.265
--- the-button-element.html 23 Aug 2012 21:37:07 -0000 1.264
+++ the-button-element.html 24 Aug 2012 03:14:26 -0000 1.265
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: links.html
===================================================================
RCS file: /sources/public/html5/spec/links.html,v
retrieving revision 1.266
retrieving revision 1.267
diff -u -d -r1.266 -r1.267
--- links.html 23 Aug 2012 21:37:04 -0000 1.266
+++ links.html 24 Aug 2012 03:14:23 -0000 1.267
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-cite-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-cite-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-cite-element.html 23 Aug 2012 21:37:07 -0000 1.161
+++ the-cite-element.html 24 Aug 2012 03:14:26 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-hgroup-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-hgroup-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-hgroup-element.html 23 Aug 2012 21:37:08 -0000 1.161
+++ the-hgroup-element.html 24 Aug 2012 03:14:27 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: common-input-element-apis.html
===================================================================
RCS file: /sources/public/html5/spec/common-input-element-apis.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- common-input-element-apis.html 23 Aug 2012 21:37:01 -0000 1.161
+++ common-input-element-apis.html 24 Aug 2012 03:14:20 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-tr-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-tr-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-tr-element.html 23 Aug 2012 21:37:11 -0000 1.161
+++ the-tr-element.html 24 Aug 2012 03:14:31 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: timers.html
===================================================================
RCS file: /sources/public/html5/spec/timers.html,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -d -r1.232 -r1.233
--- timers.html 23 Aug 2012 21:37:12 -0000 1.232
+++ timers.html 24 Aug 2012 03:14:31 -0000 1.233
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: namespaces.html
===================================================================
RCS file: /sources/public/html5/spec/namespaces.html,v
retrieving revision 1.202
retrieving revision 1.203
diff -u -d -r1.202 -r1.203
--- namespaces.html 23 Aug 2012 21:37:04 -0000 1.202
+++ namespaces.html 24 Aug 2012 03:14:24 -0000 1.203
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Index: the-rt-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-rt-element.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- the-rt-element.html 23 Aug 2012 21:37:10 -0000 1.161
+++ the-rt-element.html 24 Aug 2012 03:14:29 -0000 1.162
@@ -324,7 +324,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 23 August 2012</h2>
+ <h2 class="no-num no-toc" id="editor's-draft-date-1-january-1970">Editor's Draft 24 August 2012</h2>
</div>
<div class="prev_next">
Received on Friday, 24 August 2012 03:14:49 UTC