[html5] r7274 - [e] (0) Many typo fixes and similar clarifications. Affected topics: DOM APIs, H [...]

whatwg at whatwg.org whatwg at whatwg.org
Sat Aug 25 09:53:07 PDT 2012


Author: ianh
Date: 2012-08-25 09:53:06 -0700 (Sat, 25 Aug 2012)
New Revision: 7274

Modified:
   complete.html
   index
   source
Log:
[e] (0) Many typo fixes and similar clarifications.
Affected topics: DOM APIs, HTML, HTML Syntax and Parsing, Microdata

Modified: complete.html
===================================================================
--- complete.html	2012-08-25 02:55:58 UTC (rev 7273)
+++ complete.html	2012-08-25 16:53:06 UTC (rev 7274)
@@ -3355,8 +3355,8 @@
   ("<code>http://www.w3.org/1999/xhtml</code>"), and all attributes
   defined or mentioned in this specification have no namespace.</p>
 
-  <p>The term <dfn id=element-type>element type</dfn> is used to refer to the class of
-  elements have a given local name and namespace. For example,
+  <p>The term <dfn id=element-type>element type</dfn> is used to refer to the set of
+  elements that have a given local name and namespace. For example,
   <code><a href=#the-button-element>button</a></code> elements are elements with the element type
   <code><a href=#the-button-element>button</a></code>, meaning they have the local name "<code title="">button</code>" and (implicitly as defined above) the
   <a href=#html-namespace-0>HTML namespace</a>.</p>
@@ -27299,7 +27299,7 @@
   readonly attribute boolean <a href=#dom-cva-willvalidate title=dom-cva-willValidate>willValidate</a>;
   readonly attribute <a href=#validitystate>ValidityState</a> <a href=#dom-cva-validity title=dom-cva-validity>validity</a>;
   readonly attribute DOMString <a href=#dom-cva-validationmessage title=dom-cva-validationMessage>validationMessage</a>;
-  boolean <a href=#dom-cva-checkvalidatity title=dom-cva-checkValidatity>checkValidity</a>();
+  boolean <a href=#dom-cva-checkvalidity title=dom-cva-checkValidity>checkValidity</a>();
   void <a href=#dom-cva-setcustomvalidity title=dom-cva-setCustomValidity>setCustomValidity</a>(DOMString error);
 
   <a href=#dom-object-caller title=dom-object-caller>legacycaller</a> any (any... arguments);
@@ -27997,7 +27997,7 @@
   if it has one; otherwise, it must return null.</p>
 
   <p>The <code title=dom-cva-willValidate><a href=#dom-cva-willvalidate>willValidate</a></code>, <code title=dom-cva-validity><a href=#dom-cva-validity>validity</a></code>, and <code title=dom-cva-validationMessage><a href=#dom-cva-validationmessage>validationMessage</a></code>
-  attributes, and the <code title=dom-cva-checkValidatity><a href=#dom-cva-checkvalidatity>checkValidity()</a></code> and <code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code>
+  attributes, and the <code title=dom-cva-checkValidity><a href=#dom-cva-checkvalidity>checkValidity()</a></code> and <code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code>
   methods, are part of the <a href=#the-constraint-validation-api>constraint validation API</a>. The
   <code title=dom-fae-form><a href=#dom-fae-form>form</a></code> IDL attribute is part of the
   element's forms API.</p>
@@ -28712,7 +28712,7 @@
   element</a> directly, possibly making use of the <code title=dom-navigator-canPlayType><a href=#dom-navigator-canplaytype>canPlayType()</a></code> method to
   pick from amongst available resources. Generally, manipulating
   <code><a href=#the-source-element>source</a></code> elements manually after the document has been
-  parsed is an unncessarily complicated approach.</p>
+  parsed is an unnecessarily complicated approach.</p>
 
   <p>The <dfn id=attr-source-type title=attr-source-type><code>type</code></dfn>
   attribute gives the type of the <a href=#media-resource>media resource</a>, to help
@@ -46279,7 +46279,7 @@
   readonly attribute boolean <a href=#dom-cva-willvalidate title=dom-cva-willValidate>willValidate</a>;
   readonly attribute <a href=#validitystate>ValidityState</a> <a href=#dom-cva-validity title=dom-cva-validity>validity</a>;
   readonly attribute DOMString <a href=#dom-cva-validationmessage title=dom-cva-validationMessage>validationMessage</a>;
-  boolean <a href=#dom-cva-checkvalidatity title=dom-cva-checkValidatity>checkValidity</a>();
+  boolean <a href=#dom-cva-checkvalidity title=dom-cva-checkValidity>checkValidity</a>();
   void <a href=#dom-cva-setcustomvalidity title=dom-cva-setCustomValidity>setCustomValidity</a>(DOMString error);
 };</pre>
    </dd>
@@ -46334,7 +46334,7 @@
   <a href=#category-listed title=category-listed>listed elements</a>.</p>
 
   <p>The <code title=dom-cva-willValidate><a href=#dom-cva-willvalidate>willValidate</a></code>, <code title=dom-cva-validity><a href=#dom-cva-validity>validity</a></code>, and <code title=dom-cva-validationMessage><a href=#dom-cva-validationmessage>validationMessage</a></code>
-  attributes, and the <code title=dom-cva-checkValidatity><a href=#dom-cva-checkvalidatity>checkValidity()</a></code> and <code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code>
+  attributes, and the <code title=dom-cva-checkValidity><a href=#dom-cva-checkvalidity>checkValidity()</a></code> and <code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code>
   methods, are part of the <a href=#the-constraint-validation-api>constraint validation API</a>. The
   <code title=dom-fae-form><a href=#dom-fae-form>form</a></code> and <code title=dom-fe-name><a href=#dom-fe-name>name</a></code> IDL attributes are part of the
   element's forms API.</p>
@@ -46704,7 +46704,7 @@
   readonly attribute boolean <a href=#dom-cva-willvalidate title=dom-cva-willValidate>willValidate</a>;
   readonly attribute <a href=#validitystate>ValidityState</a> <a href=#dom-cva-validity title=dom-cva-validity>validity</a>;
   readonly attribute DOMString <a href=#dom-cva-validationmessage title=dom-cva-validationMessage>validationMessage</a>;
-  boolean <a href=#dom-cva-checkvalidatity title=dom-cva-checkValidatity>checkValidity</a>();
+  boolean <a href=#dom-cva-checkvalidity title=dom-cva-checkValidity>checkValidity</a>();
   void <a href=#dom-cva-setcustomvalidity title=dom-cva-setCustomValidity>setCustomValidity</a>(DOMString error);
 
   readonly attribute <a href=#nodelist>NodeList</a> <a href=#dom-lfe-labels title=dom-lfe-labels>labels</a>;
@@ -48044,7 +48044,7 @@
   of the same name.</p>
 
   <p>The <code title=dom-cva-willValidate><a href=#dom-cva-willvalidate>willValidate</a></code>, <code title=dom-cva-validity><a href=#dom-cva-validity>validity</a></code>, and <code title=dom-cva-validationMessage><a href=#dom-cva-validationmessage>validationMessage</a></code>
-  attributes, and the <code title=dom-cva-checkValidatity><a href=#dom-cva-checkvalidatity>checkValidity()</a></code> and <code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code>
+  attributes, and the <code title=dom-cva-checkValidity><a href=#dom-cva-checkvalidity>checkValidity()</a></code> and <code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code>
   methods, are part of the <a href=#the-constraint-validation-api>constraint validation API</a>. The
   <code title=dom-lfe-labels><a href=#dom-lfe-labels>labels</a></code> attribute provides a list
   of the element's <code><a href=#the-label-element>label</a></code>s. The <code title=dom-textarea/input-select><a href=#dom-textarea/input-select>select()</a></code>, <code title=dom-textarea/input-selectionStart><a href=#dom-textarea/input-selectionstart>selectionStart</a></code>,
@@ -50742,7 +50742,7 @@
    documents are described with a wide variety of MIME types and
    extensions, the site can list several, as follows:</p>
 
-   <pre><input type="file" accept=".doc .docx .xml application/msword application/vnd.openxmlformats-officedocument.wordprocessingml.document"></pre>
+   <pre><input type="file" accept=".doc,.docx,.xml,application/msword,application/vnd.openxmlformats-officedocument.wordprocessingml.document"></pre>
 
    <p>On platforms that only use file extensions to describe file
    types, the extensions listed here can be used to filter the allowed
@@ -52483,7 +52483,7 @@
   readonly attribute boolean <a href=#dom-cva-willvalidate title=dom-cva-willValidate>willValidate</a>;
   readonly attribute <a href=#validitystate>ValidityState</a> <a href=#dom-cva-validity title=dom-cva-validity>validity</a>;
   readonly attribute DOMString <a href=#dom-cva-validationmessage title=dom-cva-validationMessage>validationMessage</a>;
-  boolean <a href=#dom-cva-checkvalidatity title=dom-cva-checkValidatity>checkValidity</a>();
+  boolean <a href=#dom-cva-checkvalidity title=dom-cva-checkValidity>checkValidity</a>();
   void <a href=#dom-cva-setcustomvalidity title=dom-cva-setCustomValidity>setCustomValidity</a>(DOMString error);
 
   readonly attribute <a href=#nodelist>NodeList</a> <a href=#dom-lfe-labels title=dom-lfe-labels>labels</a>;
@@ -52586,7 +52586,7 @@
   same name, <a href=#limited-to-only-known-values>limited to only known values</a>.</p>
 
   <p>The <code title=dom-cva-willValidate><a href=#dom-cva-willvalidate>willValidate</a></code>, <code title=dom-cva-validity><a href=#dom-cva-validity>validity</a></code>, and <code title=dom-cva-validationMessage><a href=#dom-cva-validationmessage>validationMessage</a></code>
-  attributes, and the <code title=dom-cva-checkValidatity><a href=#dom-cva-checkvalidatity>checkValidity()</a></code> and <code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code>
+  attributes, and the <code title=dom-cva-checkValidity><a href=#dom-cva-checkvalidity>checkValidity()</a></code> and <code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code>
   methods, are part of the <a href=#the-constraint-validation-api>constraint validation API</a>. The
   <code title=dom-lfe-labels><a href=#dom-lfe-labels>labels</a></code> attribute provides a list
   of the element's <code><a href=#the-label-element>label</a></code>s. The <code title=dom-fe-autofocus><a href=#dom-fe-autofocus>autofocus</a></code>, <code title=dom-fe-disabled><a href=#dom-fe-disabled>disabled</a></code>, <code title=dom-fae-form><a href=#dom-fae-form>form</a></code>, and <code title=dom-fe-name><a href=#dom-fe-name>name</a></code> IDL attributes are part of the
@@ -52658,7 +52658,7 @@
   readonly attribute boolean <a href=#dom-cva-willvalidate title=dom-cva-willValidate>willValidate</a>;
   readonly attribute <a href=#validitystate>ValidityState</a> <a href=#dom-cva-validity title=dom-cva-validity>validity</a>;
   readonly attribute DOMString <a href=#dom-cva-validationmessage title=dom-cva-validationMessage>validationMessage</a>;
-  boolean <a href=#dom-cva-checkvalidatity title=dom-cva-checkValidatity>checkValidity</a>();
+  boolean <a href=#dom-cva-checkvalidity title=dom-cva-checkValidity>checkValidity</a>();
   void <a href=#dom-cva-setcustomvalidity title=dom-cva-setCustomValidity>setCustomValidity</a>(DOMString error);
 
   readonly attribute <a href=#nodelist>NodeList</a> <a href=#dom-lfe-labels title=dom-lfe-labels>labels</a>;
@@ -53013,7 +53013,7 @@
   or 4 depending on the presence of the <code title=attr-select-multiple><a href=#attr-select-multiple>multiple</a></code> attribute.</p>
 
   <p>The <code title=dom-cva-willValidate><a href=#dom-cva-willvalidate>willValidate</a></code>, <code title=dom-cva-validity><a href=#dom-cva-validity>validity</a></code>, and <code title=dom-cva-validationMessage><a href=#dom-cva-validationmessage>validationMessage</a></code>
-  attributes, and the <code title=dom-cva-checkValidatity><a href=#dom-cva-checkvalidatity>checkValidity()</a></code> and <code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code>
+  attributes, and the <code title=dom-cva-checkValidity><a href=#dom-cva-checkvalidity>checkValidity()</a></code> and <code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code>
   methods, are part of the <a href=#the-constraint-validation-api>constraint validation API</a>. The
   <code title=dom-lfe-labels><a href=#dom-lfe-labels>labels</a></code> attribute provides a list
   of the element's <code><a href=#the-label-element>label</a></code>s. The <code title=dom-fe-autofocus><a href=#dom-fe-autofocus>autofocus</a></code>, <code title=dom-fe-disabled><a href=#dom-fe-disabled>disabled</a></code>, <code title=dom-fae-form><a href=#dom-fae-form>form</a></code>, and <code title=dom-fe-name><a href=#dom-fe-name>name</a></code> IDL attributes are part of the
@@ -53526,7 +53526,7 @@
   readonly attribute boolean <a href=#dom-cva-willvalidate title=dom-cva-willValidate>willValidate</a>;
   readonly attribute <a href=#validitystate>ValidityState</a> <a href=#dom-cva-validity title=dom-cva-validity>validity</a>;
   readonly attribute DOMString <a href=#dom-cva-validationmessage title=dom-cva-validationMessage>validationMessage</a>;
-  boolean <a href=#dom-cva-checkvalidatity title=dom-cva-checkValidatity>checkValidity</a>();
+  boolean <a href=#dom-cva-checkvalidity title=dom-cva-checkValidity>checkValidity</a>();
   void <a href=#dom-cva-setcustomvalidity title=dom-cva-setCustomValidity>setCustomValidity</a>(DOMString error);
 
   readonly attribute <a href=#nodelist>NodeList</a> <a href=#dom-lfe-labels title=dom-lfe-labels>labels</a>;
@@ -53851,7 +53851,7 @@
   value</a>.</p>
 
   <p>The <code title=dom-cva-willValidate><a href=#dom-cva-willvalidate>willValidate</a></code>, <code title=dom-cva-validity><a href=#dom-cva-validity>validity</a></code>, and <code title=dom-cva-validationMessage><a href=#dom-cva-validationmessage>validationMessage</a></code>
-  attributes, and the <code title=dom-cva-checkValidatity><a href=#dom-cva-checkvalidatity>checkValidity()</a></code> and <code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code>
+  attributes, and the <code title=dom-cva-checkValidity><a href=#dom-cva-checkvalidity>checkValidity()</a></code> and <code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code>
   methods, are part of the <a href=#the-constraint-validation-api>constraint validation API</a>. The
   <code title=dom-lfe-labels><a href=#dom-lfe-labels>labels</a></code> attribute provides a list
   of the element's <code><a href=#the-label-element>label</a></code>s. The <code title=dom-textarea/input-select><a href=#dom-textarea/input-select>select()</a></code>, <code title=dom-textarea/input-selectionStart><a href=#dom-textarea/input-selectionstart>selectionStart</a></code>,
@@ -53931,7 +53931,7 @@
   readonly attribute boolean <a href=#dom-cva-willvalidate title=dom-cva-willValidate>willValidate</a>;
   readonly attribute <a href=#validitystate>ValidityState</a> <a href=#dom-cva-validity title=dom-cva-validity>validity</a>;
   readonly attribute DOMString <a href=#dom-cva-validationmessage title=dom-cva-validationMessage>validationMessage</a>;
-  boolean <a href=#dom-cva-checkvalidatity title=dom-cva-checkValidatity>checkValidity</a>();
+  boolean <a href=#dom-cva-checkvalidity title=dom-cva-checkValidity>checkValidity</a>();
   void <a href=#dom-cva-setcustomvalidity title=dom-cva-setCustomValidity>setCustomValidity</a>(DOMString error);
 
   readonly attribute <a href=#nodelist>NodeList</a> <a href=#dom-lfe-labels title=dom-lfe-labels>labels</a>;
@@ -54148,7 +54148,7 @@
   attribute must return the value "<code title="">keygen</code>".</p>
 
   <p>The <code title=dom-cva-willValidate><a href=#dom-cva-willvalidate>willValidate</a></code>, <code title=dom-cva-validity><a href=#dom-cva-validity>validity</a></code>, and <code title=dom-cva-validationMessage><a href=#dom-cva-validationmessage>validationMessage</a></code>
-  attributes, and the <code title=dom-cva-checkValidatity><a href=#dom-cva-checkvalidatity>checkValidity()</a></code> and <code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code>
+  attributes, and the <code title=dom-cva-checkValidity><a href=#dom-cva-checkvalidity>checkValidity()</a></code> and <code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code>
   methods, are part of the <a href=#the-constraint-validation-api>constraint validation API</a>. The
   <code title=dom-lfe-labels><a href=#dom-lfe-labels>labels</a></code> attribute provides a list
   of the element's <code><a href=#the-label-element>label</a></code>s. The <code title=dom-fe-autofocus><a href=#dom-fe-autofocus>autofocus</a></code>, <code title=dom-fe-disabled><a href=#dom-fe-disabled>disabled</a></code>, <code title=dom-fae-form><a href=#dom-fae-form>form</a></code>, and <code title=dom-fe-name><a href=#dom-fe-name>name</a></code> IDL attributes are part of the
@@ -54220,7 +54220,7 @@
   readonly attribute boolean <a href=#dom-cva-willvalidate title=dom-cva-willValidate>willValidate</a>;
   readonly attribute <a href=#validitystate>ValidityState</a> <a href=#dom-cva-validity title=dom-cva-validity>validity</a>;
   readonly attribute DOMString <a href=#dom-cva-validationmessage title=dom-cva-validationMessage>validationMessage</a>;
-  boolean <a href=#dom-cva-checkvalidatity title=dom-cva-checkValidatity>checkValidity</a>();
+  boolean <a href=#dom-cva-checkvalidity title=dom-cva-checkValidity>checkValidity</a>();
   void <a href=#dom-cva-setcustomvalidity title=dom-cva-setCustomValidity>setCustomValidity</a>(DOMString error);
 
   readonly attribute <a href=#nodelist>NodeList</a> <a href=#dom-lfe-labels title=dom-lfe-labels>labels</a>;
@@ -54333,7 +54333,7 @@
   IDL attribute must <a href=#reflect>reflect</a> the <code title=attr-output-for><a href=#attr-output-for>for</a></code> content attribute.</p>
 
   <p>The <code title=dom-cva-willValidate><a href=#dom-cva-willvalidate>willValidate</a></code>, <code title=dom-cva-validity><a href=#dom-cva-validity>validity</a></code>, and <code title=dom-cva-validationMessage><a href=#dom-cva-validationmessage>validationMessage</a></code>
-  attributes, and the <code title=dom-cva-checkValidatity><a href=#dom-cva-checkvalidatity>checkValidity()</a></code> and <code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code>
+  attributes, and the <code title=dom-cva-checkValidity><a href=#dom-cva-checkvalidity>checkValidity()</a></code> and <code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code>
   methods, are part of the <a href=#the-constraint-validation-api>constraint validation API</a>. The
   <code title=dom-lfe-labels><a href=#dom-lfe-labels>labels</a></code> attribute provides a list
   of the element's <code><a href=#the-label-element>label</a></code>s. The <code title=dom-fae-form><a href=#dom-fae-form>form</a></code> and <code title=dom-fe-name><a href=#dom-fe-name>name</a></code> IDL attributes are part of the
@@ -57092,7 +57092,7 @@
 
    </dd>
 
-   <dt><var title="">valid</var> = <var title="">element</var> . <code title=dom-cva-checkValidatity><a href=#dom-cva-checkvalidatity>checkValidity</a></code>()</dt>
+   <dt><var title="">valid</var> = <var title="">element</var> . <code title=dom-cva-checkValidity><a href=#dom-cva-checkvalidity>checkValidity</a></code>()</dt>
 
    <dd>
 
@@ -57202,7 +57202,7 @@
    <dt><dfn id=dom-validitystate-valid title=dom-ValidityState-valid><code>valid</code></dfn></dt>
    <dd> <p>None of the other conditions are true.</p> </dd>
 
-  </dl><p>When the <dfn id=dom-cva-checkvalidatity title=dom-cva-checkValidatity><code>checkValidity()</code></dfn>
+  </dl><p>When the <dfn id=dom-cva-checkvalidity title=dom-cva-checkValidity><code>checkValidity()</code></dfn>
   method is invoked, if the element is a <a href=#candidate-for-constraint-validation>candidate for
   constraint validation</a> and does not <a href=#concept-fv-valid title=concept-fv-valid>satisfy its constraints</a>, the user
   agent must <a href=#fire-a-simple-event>fire a simple event</a> named <code title=event-invalid>invalid</code> that is cancelable (but in this
@@ -63175,7 +63175,7 @@
 
   </div>
 
-  <p>The type gives the context for the properties, thus defining a
+  <p>The type gives the context for the properties, thus selecting a
   vocabulary: a property named "class" given for an item with the type
   "http://census.example/person" might refer to the economic class of
   an individual, while a property named "class" given for an item with
@@ -66899,13 +66899,13 @@
   <code><a href=#window>Window</a></code> object to the <code><a href=#document>Document</a></code> object.
   There are two exceptions. First, a <code><a href=#window>Window</a></code> can be reused
   for the presentation of a second <code><a href=#document>Document</a></code> in the same
-  <a href=#browsing-context>browsing context</a>, such that the mapping is then 2-to-1.
+  <a href=#browsing-context>browsing context</a>, such that the mapping is then 1-to-2.
   This occurs when a <a href=#browsing-context>browsing context</a> is <a href=#navigate title=navigate>navigated</a> from the initial
   <code><a href=#about:blank>about:blank</a></code> <code><a href=#document>Document</a></code> to another, with
   <a href=#replacement-enabled>replacement enabled</a>. Second, a <code><a href=#document>Document</a></code>
   can end up being reused for several <code><a href=#window>Window</a></code> objects when
   the <code title=dom-document-open><a href=#dom-document-open>document.open()</a></code> method is
-  used, such that the mapping is then 1-to-many.</p>
+  used, such that the mapping is then many-to-1.</p>
 
   <p class=note>A <code><a href=#document>Document</a></code> does not necessarily have a
   <a href=#browsing-context>browsing context</a> associated with it. In particular,
@@ -88895,10 +88895,10 @@
 
   <p>The <dfn id=next-input-character>next input character</dfn> is the first character in the
   <a href=#input-stream>input stream</a> that has not yet been <dfn id=consumed>consumed</dfn>
-  or explicit ignored by the requirements in this section. Initially,
-  the <i><a href=#next-input-character>next input character</a></i> is the first character in the input.
-  The <dfn id=current-input-character>current input character</dfn> is the last character to have
-  been <i><a href=#consumed>consumed</a></i>.</p>
+  or explicitly ignored by the requirements in this section.
+  Initially, the <i><a href=#next-input-character>next input character</a></i> is the first character in
+  the input. The <dfn id=current-input-character>current input character</dfn> is the last
+  character to have been <i><a href=#consumed>consumed</a></i>.</p>
 
   <p>The <dfn id=insertion-point>insertion point</dfn> is the position (just before a
   character or just before the end of the input stream) where content
@@ -101297,9 +101297,7 @@
    <dt>Change controller:</dt>
    <dd>W3C</dd>
   </dl><p>Fragment identifiers have no meaning with the
-  <code><a href=#application/x-www-form-urlencoded>application/x-www-form-urlencoded</a></code> type as this type is
-  only used for uploaded payloads that do not have <a href=#url>URL</a>
-  identifiers.</p>
+  <code><a href=#application/x-www-form-urlencoded>application/x-www-form-urlencoded</a></code> type.</p>
 
 
   <h3 id=text/cache-manifest><span class=secno>16.5 </span><dfn><code>text/cache-manifest</code></dfn></h3>
@@ -105843,6 +105841,7 @@
   George Lund,
   Gianmarco Armellin,
   Giovanni Campagna,
+  Giuseppe Pascale,
   Glenn Adams,
   Glenn Maynard,
   Graham Klyne,

Modified: index
===================================================================
--- index	2012-08-25 02:55:58 UTC (rev 7273)
+++ index	2012-08-25 16:53:06 UTC (rev 7274)
@@ -3355,8 +3355,8 @@
   ("<code>http://www.w3.org/1999/xhtml</code>"), and all attributes
   defined or mentioned in this specification have no namespace.</p>
 
-  <p>The term <dfn id=element-type>element type</dfn> is used to refer to the class of
-  elements have a given local name and namespace. For example,
+  <p>The term <dfn id=element-type>element type</dfn> is used to refer to the set of
+  elements that have a given local name and namespace. For example,
   <code><a href=#the-button-element>button</a></code> elements are elements with the element type
   <code><a href=#the-button-element>button</a></code>, meaning they have the local name "<code title="">button</code>" and (implicitly as defined above) the
   <a href=#html-namespace-0>HTML namespace</a>.</p>
@@ -27299,7 +27299,7 @@
   readonly attribute boolean <a href=#dom-cva-willvalidate title=dom-cva-willValidate>willValidate</a>;
   readonly attribute <a href=#validitystate>ValidityState</a> <a href=#dom-cva-validity title=dom-cva-validity>validity</a>;
   readonly attribute DOMString <a href=#dom-cva-validationmessage title=dom-cva-validationMessage>validationMessage</a>;
-  boolean <a href=#dom-cva-checkvalidatity title=dom-cva-checkValidatity>checkValidity</a>();
+  boolean <a href=#dom-cva-checkvalidity title=dom-cva-checkValidity>checkValidity</a>();
   void <a href=#dom-cva-setcustomvalidity title=dom-cva-setCustomValidity>setCustomValidity</a>(DOMString error);
 
   <a href=#dom-object-caller title=dom-object-caller>legacycaller</a> any (any... arguments);
@@ -27997,7 +27997,7 @@
   if it has one; otherwise, it must return null.</p>
 
   <p>The <code title=dom-cva-willValidate><a href=#dom-cva-willvalidate>willValidate</a></code>, <code title=dom-cva-validity><a href=#dom-cva-validity>validity</a></code>, and <code title=dom-cva-validationMessage><a href=#dom-cva-validationmessage>validationMessage</a></code>
-  attributes, and the <code title=dom-cva-checkValidatity><a href=#dom-cva-checkvalidatity>checkValidity()</a></code> and <code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code>
+  attributes, and the <code title=dom-cva-checkValidity><a href=#dom-cva-checkvalidity>checkValidity()</a></code> and <code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code>
   methods, are part of the <a href=#the-constraint-validation-api>constraint validation API</a>. The
   <code title=dom-fae-form><a href=#dom-fae-form>form</a></code> IDL attribute is part of the
   element's forms API.</p>
@@ -28712,7 +28712,7 @@
   element</a> directly, possibly making use of the <code title=dom-navigator-canPlayType><a href=#dom-navigator-canplaytype>canPlayType()</a></code> method to
   pick from amongst available resources. Generally, manipulating
   <code><a href=#the-source-element>source</a></code> elements manually after the document has been
-  parsed is an unncessarily complicated approach.</p>
+  parsed is an unnecessarily complicated approach.</p>
 
   <p>The <dfn id=attr-source-type title=attr-source-type><code>type</code></dfn>
   attribute gives the type of the <a href=#media-resource>media resource</a>, to help
@@ -46279,7 +46279,7 @@
   readonly attribute boolean <a href=#dom-cva-willvalidate title=dom-cva-willValidate>willValidate</a>;
   readonly attribute <a href=#validitystate>ValidityState</a> <a href=#dom-cva-validity title=dom-cva-validity>validity</a>;
   readonly attribute DOMString <a href=#dom-cva-validationmessage title=dom-cva-validationMessage>validationMessage</a>;
-  boolean <a href=#dom-cva-checkvalidatity title=dom-cva-checkValidatity>checkValidity</a>();
+  boolean <a href=#dom-cva-checkvalidity title=dom-cva-checkValidity>checkValidity</a>();
   void <a href=#dom-cva-setcustomvalidity title=dom-cva-setCustomValidity>setCustomValidity</a>(DOMString error);
 };</pre>
    </dd>
@@ -46334,7 +46334,7 @@
   <a href=#category-listed title=category-listed>listed elements</a>.</p>
 
   <p>The <code title=dom-cva-willValidate><a href=#dom-cva-willvalidate>willValidate</a></code>, <code title=dom-cva-validity><a href=#dom-cva-validity>validity</a></code>, and <code title=dom-cva-validationMessage><a href=#dom-cva-validationmessage>validationMessage</a></code>
-  attributes, and the <code title=dom-cva-checkValidatity><a href=#dom-cva-checkvalidatity>checkValidity()</a></code> and <code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code>
+  attributes, and the <code title=dom-cva-checkValidity><a href=#dom-cva-checkvalidity>checkValidity()</a></code> and <code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code>
   methods, are part of the <a href=#the-constraint-validation-api>constraint validation API</a>. The
   <code title=dom-fae-form><a href=#dom-fae-form>form</a></code> and <code title=dom-fe-name><a href=#dom-fe-name>name</a></code> IDL attributes are part of the
   element's forms API.</p>
@@ -46704,7 +46704,7 @@
   readonly attribute boolean <a href=#dom-cva-willvalidate title=dom-cva-willValidate>willValidate</a>;
   readonly attribute <a href=#validitystate>ValidityState</a> <a href=#dom-cva-validity title=dom-cva-validity>validity</a>;
   readonly attribute DOMString <a href=#dom-cva-validationmessage title=dom-cva-validationMessage>validationMessage</a>;
-  boolean <a href=#dom-cva-checkvalidatity title=dom-cva-checkValidatity>checkValidity</a>();
+  boolean <a href=#dom-cva-checkvalidity title=dom-cva-checkValidity>checkValidity</a>();
   void <a href=#dom-cva-setcustomvalidity title=dom-cva-setCustomValidity>setCustomValidity</a>(DOMString error);
 
   readonly attribute <a href=#nodelist>NodeList</a> <a href=#dom-lfe-labels title=dom-lfe-labels>labels</a>;
@@ -48044,7 +48044,7 @@
   of the same name.</p>
 
   <p>The <code title=dom-cva-willValidate><a href=#dom-cva-willvalidate>willValidate</a></code>, <code title=dom-cva-validity><a href=#dom-cva-validity>validity</a></code>, and <code title=dom-cva-validationMessage><a href=#dom-cva-validationmessage>validationMessage</a></code>
-  attributes, and the <code title=dom-cva-checkValidatity><a href=#dom-cva-checkvalidatity>checkValidity()</a></code> and <code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code>
+  attributes, and the <code title=dom-cva-checkValidity><a href=#dom-cva-checkvalidity>checkValidity()</a></code> and <code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code>
   methods, are part of the <a href=#the-constraint-validation-api>constraint validation API</a>. The
   <code title=dom-lfe-labels><a href=#dom-lfe-labels>labels</a></code> attribute provides a list
   of the element's <code><a href=#the-label-element>label</a></code>s. The <code title=dom-textarea/input-select><a href=#dom-textarea/input-select>select()</a></code>, <code title=dom-textarea/input-selectionStart><a href=#dom-textarea/input-selectionstart>selectionStart</a></code>,
@@ -50742,7 +50742,7 @@
    documents are described with a wide variety of MIME types and
    extensions, the site can list several, as follows:</p>
 
-   <pre><input type="file" accept=".doc .docx .xml application/msword application/vnd.openxmlformats-officedocument.wordprocessingml.document"></pre>
+   <pre><input type="file" accept=".doc,.docx,.xml,application/msword,application/vnd.openxmlformats-officedocument.wordprocessingml.document"></pre>
 
    <p>On platforms that only use file extensions to describe file
    types, the extensions listed here can be used to filter the allowed
@@ -52483,7 +52483,7 @@
   readonly attribute boolean <a href=#dom-cva-willvalidate title=dom-cva-willValidate>willValidate</a>;
   readonly attribute <a href=#validitystate>ValidityState</a> <a href=#dom-cva-validity title=dom-cva-validity>validity</a>;
   readonly attribute DOMString <a href=#dom-cva-validationmessage title=dom-cva-validationMessage>validationMessage</a>;
-  boolean <a href=#dom-cva-checkvalidatity title=dom-cva-checkValidatity>checkValidity</a>();
+  boolean <a href=#dom-cva-checkvalidity title=dom-cva-checkValidity>checkValidity</a>();
   void <a href=#dom-cva-setcustomvalidity title=dom-cva-setCustomValidity>setCustomValidity</a>(DOMString error);
 
   readonly attribute <a href=#nodelist>NodeList</a> <a href=#dom-lfe-labels title=dom-lfe-labels>labels</a>;
@@ -52586,7 +52586,7 @@
   same name, <a href=#limited-to-only-known-values>limited to only known values</a>.</p>
 
   <p>The <code title=dom-cva-willValidate><a href=#dom-cva-willvalidate>willValidate</a></code>, <code title=dom-cva-validity><a href=#dom-cva-validity>validity</a></code>, and <code title=dom-cva-validationMessage><a href=#dom-cva-validationmessage>validationMessage</a></code>
-  attributes, and the <code title=dom-cva-checkValidatity><a href=#dom-cva-checkvalidatity>checkValidity()</a></code> and <code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code>
+  attributes, and the <code title=dom-cva-checkValidity><a href=#dom-cva-checkvalidity>checkValidity()</a></code> and <code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code>
   methods, are part of the <a href=#the-constraint-validation-api>constraint validation API</a>. The
   <code title=dom-lfe-labels><a href=#dom-lfe-labels>labels</a></code> attribute provides a list
   of the element's <code><a href=#the-label-element>label</a></code>s. The <code title=dom-fe-autofocus><a href=#dom-fe-autofocus>autofocus</a></code>, <code title=dom-fe-disabled><a href=#dom-fe-disabled>disabled</a></code>, <code title=dom-fae-form><a href=#dom-fae-form>form</a></code>, and <code title=dom-fe-name><a href=#dom-fe-name>name</a></code> IDL attributes are part of the
@@ -52658,7 +52658,7 @@
   readonly attribute boolean <a href=#dom-cva-willvalidate title=dom-cva-willValidate>willValidate</a>;
   readonly attribute <a href=#validitystate>ValidityState</a> <a href=#dom-cva-validity title=dom-cva-validity>validity</a>;
   readonly attribute DOMString <a href=#dom-cva-validationmessage title=dom-cva-validationMessage>validationMessage</a>;
-  boolean <a href=#dom-cva-checkvalidatity title=dom-cva-checkValidatity>checkValidity</a>();
+  boolean <a href=#dom-cva-checkvalidity title=dom-cva-checkValidity>checkValidity</a>();
   void <a href=#dom-cva-setcustomvalidity title=dom-cva-setCustomValidity>setCustomValidity</a>(DOMString error);
 
   readonly attribute <a href=#nodelist>NodeList</a> <a href=#dom-lfe-labels title=dom-lfe-labels>labels</a>;
@@ -53013,7 +53013,7 @@
   or 4 depending on the presence of the <code title=attr-select-multiple><a href=#attr-select-multiple>multiple</a></code> attribute.</p>
 
   <p>The <code title=dom-cva-willValidate><a href=#dom-cva-willvalidate>willValidate</a></code>, <code title=dom-cva-validity><a href=#dom-cva-validity>validity</a></code>, and <code title=dom-cva-validationMessage><a href=#dom-cva-validationmessage>validationMessage</a></code>
-  attributes, and the <code title=dom-cva-checkValidatity><a href=#dom-cva-checkvalidatity>checkValidity()</a></code> and <code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code>
+  attributes, and the <code title=dom-cva-checkValidity><a href=#dom-cva-checkvalidity>checkValidity()</a></code> and <code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code>
   methods, are part of the <a href=#the-constraint-validation-api>constraint validation API</a>. The
   <code title=dom-lfe-labels><a href=#dom-lfe-labels>labels</a></code> attribute provides a list
   of the element's <code><a href=#the-label-element>label</a></code>s. The <code title=dom-fe-autofocus><a href=#dom-fe-autofocus>autofocus</a></code>, <code title=dom-fe-disabled><a href=#dom-fe-disabled>disabled</a></code>, <code title=dom-fae-form><a href=#dom-fae-form>form</a></code>, and <code title=dom-fe-name><a href=#dom-fe-name>name</a></code> IDL attributes are part of the
@@ -53526,7 +53526,7 @@
   readonly attribute boolean <a href=#dom-cva-willvalidate title=dom-cva-willValidate>willValidate</a>;
   readonly attribute <a href=#validitystate>ValidityState</a> <a href=#dom-cva-validity title=dom-cva-validity>validity</a>;
   readonly attribute DOMString <a href=#dom-cva-validationmessage title=dom-cva-validationMessage>validationMessage</a>;
-  boolean <a href=#dom-cva-checkvalidatity title=dom-cva-checkValidatity>checkValidity</a>();
+  boolean <a href=#dom-cva-checkvalidity title=dom-cva-checkValidity>checkValidity</a>();
   void <a href=#dom-cva-setcustomvalidity title=dom-cva-setCustomValidity>setCustomValidity</a>(DOMString error);
 
   readonly attribute <a href=#nodelist>NodeList</a> <a href=#dom-lfe-labels title=dom-lfe-labels>labels</a>;
@@ -53851,7 +53851,7 @@
   value</a>.</p>
 
   <p>The <code title=dom-cva-willValidate><a href=#dom-cva-willvalidate>willValidate</a></code>, <code title=dom-cva-validity><a href=#dom-cva-validity>validity</a></code>, and <code title=dom-cva-validationMessage><a href=#dom-cva-validationmessage>validationMessage</a></code>
-  attributes, and the <code title=dom-cva-checkValidatity><a href=#dom-cva-checkvalidatity>checkValidity()</a></code> and <code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code>
+  attributes, and the <code title=dom-cva-checkValidity><a href=#dom-cva-checkvalidity>checkValidity()</a></code> and <code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code>
   methods, are part of the <a href=#the-constraint-validation-api>constraint validation API</a>. The
   <code title=dom-lfe-labels><a href=#dom-lfe-labels>labels</a></code> attribute provides a list
   of the element's <code><a href=#the-label-element>label</a></code>s. The <code title=dom-textarea/input-select><a href=#dom-textarea/input-select>select()</a></code>, <code title=dom-textarea/input-selectionStart><a href=#dom-textarea/input-selectionstart>selectionStart</a></code>,
@@ -53931,7 +53931,7 @@
   readonly attribute boolean <a href=#dom-cva-willvalidate title=dom-cva-willValidate>willValidate</a>;
   readonly attribute <a href=#validitystate>ValidityState</a> <a href=#dom-cva-validity title=dom-cva-validity>validity</a>;
   readonly attribute DOMString <a href=#dom-cva-validationmessage title=dom-cva-validationMessage>validationMessage</a>;
-  boolean <a href=#dom-cva-checkvalidatity title=dom-cva-checkValidatity>checkValidity</a>();
+  boolean <a href=#dom-cva-checkvalidity title=dom-cva-checkValidity>checkValidity</a>();
   void <a href=#dom-cva-setcustomvalidity title=dom-cva-setCustomValidity>setCustomValidity</a>(DOMString error);
 
   readonly attribute <a href=#nodelist>NodeList</a> <a href=#dom-lfe-labels title=dom-lfe-labels>labels</a>;
@@ -54148,7 +54148,7 @@
   attribute must return the value "<code title="">keygen</code>".</p>
 
   <p>The <code title=dom-cva-willValidate><a href=#dom-cva-willvalidate>willValidate</a></code>, <code title=dom-cva-validity><a href=#dom-cva-validity>validity</a></code>, and <code title=dom-cva-validationMessage><a href=#dom-cva-validationmessage>validationMessage</a></code>
-  attributes, and the <code title=dom-cva-checkValidatity><a href=#dom-cva-checkvalidatity>checkValidity()</a></code> and <code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code>
+  attributes, and the <code title=dom-cva-checkValidity><a href=#dom-cva-checkvalidity>checkValidity()</a></code> and <code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code>
   methods, are part of the <a href=#the-constraint-validation-api>constraint validation API</a>. The
   <code title=dom-lfe-labels><a href=#dom-lfe-labels>labels</a></code> attribute provides a list
   of the element's <code><a href=#the-label-element>label</a></code>s. The <code title=dom-fe-autofocus><a href=#dom-fe-autofocus>autofocus</a></code>, <code title=dom-fe-disabled><a href=#dom-fe-disabled>disabled</a></code>, <code title=dom-fae-form><a href=#dom-fae-form>form</a></code>, and <code title=dom-fe-name><a href=#dom-fe-name>name</a></code> IDL attributes are part of the
@@ -54220,7 +54220,7 @@
   readonly attribute boolean <a href=#dom-cva-willvalidate title=dom-cva-willValidate>willValidate</a>;
   readonly attribute <a href=#validitystate>ValidityState</a> <a href=#dom-cva-validity title=dom-cva-validity>validity</a>;
   readonly attribute DOMString <a href=#dom-cva-validationmessage title=dom-cva-validationMessage>validationMessage</a>;
-  boolean <a href=#dom-cva-checkvalidatity title=dom-cva-checkValidatity>checkValidity</a>();
+  boolean <a href=#dom-cva-checkvalidity title=dom-cva-checkValidity>checkValidity</a>();
   void <a href=#dom-cva-setcustomvalidity title=dom-cva-setCustomValidity>setCustomValidity</a>(DOMString error);
 
   readonly attribute <a href=#nodelist>NodeList</a> <a href=#dom-lfe-labels title=dom-lfe-labels>labels</a>;
@@ -54333,7 +54333,7 @@
   IDL attribute must <a href=#reflect>reflect</a> the <code title=attr-output-for><a href=#attr-output-for>for</a></code> content attribute.</p>
 
   <p>The <code title=dom-cva-willValidate><a href=#dom-cva-willvalidate>willValidate</a></code>, <code title=dom-cva-validity><a href=#dom-cva-validity>validity</a></code>, and <code title=dom-cva-validationMessage><a href=#dom-cva-validationmessage>validationMessage</a></code>
-  attributes, and the <code title=dom-cva-checkValidatity><a href=#dom-cva-checkvalidatity>checkValidity()</a></code> and <code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code>
+  attributes, and the <code title=dom-cva-checkValidity><a href=#dom-cva-checkvalidity>checkValidity()</a></code> and <code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code>
   methods, are part of the <a href=#the-constraint-validation-api>constraint validation API</a>. The
   <code title=dom-lfe-labels><a href=#dom-lfe-labels>labels</a></code> attribute provides a list
   of the element's <code><a href=#the-label-element>label</a></code>s. The <code title=dom-fae-form><a href=#dom-fae-form>form</a></code> and <code title=dom-fe-name><a href=#dom-fe-name>name</a></code> IDL attributes are part of the
@@ -57092,7 +57092,7 @@
 
    </dd>
 
-   <dt><var title="">valid</var> = <var title="">element</var> . <code title=dom-cva-checkValidatity><a href=#dom-cva-checkvalidatity>checkValidity</a></code>()</dt>
+   <dt><var title="">valid</var> = <var title="">element</var> . <code title=dom-cva-checkValidity><a href=#dom-cva-checkvalidity>checkValidity</a></code>()</dt>
 
    <dd>
 
@@ -57202,7 +57202,7 @@
    <dt><dfn id=dom-validitystate-valid title=dom-ValidityState-valid><code>valid</code></dfn></dt>
    <dd> <p>None of the other conditions are true.</p> </dd>
 
-  </dl><p>When the <dfn id=dom-cva-checkvalidatity title=dom-cva-checkValidatity><code>checkValidity()</code></dfn>
+  </dl><p>When the <dfn id=dom-cva-checkvalidity title=dom-cva-checkValidity><code>checkValidity()</code></dfn>
   method is invoked, if the element is a <a href=#candidate-for-constraint-validation>candidate for
   constraint validation</a> and does not <a href=#concept-fv-valid title=concept-fv-valid>satisfy its constraints</a>, the user
   agent must <a href=#fire-a-simple-event>fire a simple event</a> named <code title=event-invalid>invalid</code> that is cancelable (but in this
@@ -63175,7 +63175,7 @@
 
   </div>
 
-  <p>The type gives the context for the properties, thus defining a
+  <p>The type gives the context for the properties, thus selecting a
   vocabulary: a property named "class" given for an item with the type
   "http://census.example/person" might refer to the economic class of
   an individual, while a property named "class" given for an item with
@@ -66899,13 +66899,13 @@
   <code><a href=#window>Window</a></code> object to the <code><a href=#document>Document</a></code> object.
   There are two exceptions. First, a <code><a href=#window>Window</a></code> can be reused
   for the presentation of a second <code><a href=#document>Document</a></code> in the same
-  <a href=#browsing-context>browsing context</a>, such that the mapping is then 2-to-1.
+  <a href=#browsing-context>browsing context</a>, such that the mapping is then 1-to-2.
   This occurs when a <a href=#browsing-context>browsing context</a> is <a href=#navigate title=navigate>navigated</a> from the initial
   <code><a href=#about:blank>about:blank</a></code> <code><a href=#document>Document</a></code> to another, with
   <a href=#replacement-enabled>replacement enabled</a>. Second, a <code><a href=#document>Document</a></code>
   can end up being reused for several <code><a href=#window>Window</a></code> objects when
   the <code title=dom-document-open><a href=#dom-document-open>document.open()</a></code> method is
-  used, such that the mapping is then 1-to-many.</p>
+  used, such that the mapping is then many-to-1.</p>
 
   <p class=note>A <code><a href=#document>Document</a></code> does not necessarily have a
   <a href=#browsing-context>browsing context</a> associated with it. In particular,
@@ -88895,10 +88895,10 @@
 
   <p>The <dfn id=next-input-character>next input character</dfn> is the first character in the
   <a href=#input-stream>input stream</a> that has not yet been <dfn id=consumed>consumed</dfn>
-  or explicit ignored by the requirements in this section. Initially,
-  the <i><a href=#next-input-character>next input character</a></i> is the first character in the input.
-  The <dfn id=current-input-character>current input character</dfn> is the last character to have
-  been <i><a href=#consumed>consumed</a></i>.</p>
+  or explicitly ignored by the requirements in this section.
+  Initially, the <i><a href=#next-input-character>next input character</a></i> is the first character in
+  the input. The <dfn id=current-input-character>current input character</dfn> is the last
+  character to have been <i><a href=#consumed>consumed</a></i>.</p>
 
   <p>The <dfn id=insertion-point>insertion point</dfn> is the position (just before a
   character or just before the end of the input stream) where content
@@ -101297,9 +101297,7 @@
    <dt>Change controller:</dt>
    <dd>W3C</dd>
   </dl><p>Fragment identifiers have no meaning with the
-  <code><a href=#application/x-www-form-urlencoded>application/x-www-form-urlencoded</a></code> type as this type is
-  only used for uploaded payloads that do not have <a href=#url>URL</a>
-  identifiers.</p>
+  <code><a href=#application/x-www-form-urlencoded>application/x-www-form-urlencoded</a></code> type.</p>
 
 
   <h3 id=text/cache-manifest><span class=secno>16.5 </span><dfn><code>text/cache-manifest</code></dfn></h3>
@@ -105843,6 +105841,7 @@
   George Lund,
   Gianmarco Armellin,
   Giovanni Campagna,
+  Giuseppe Pascale,
   Glenn Adams,
   Glenn Maynard,
   Graham Klyne,

Modified: source
===================================================================
--- source	2012-08-25 02:55:58 UTC (rev 7273)
+++ source	2012-08-25 16:53:06 UTC (rev 7274)
@@ -2230,8 +2230,8 @@
   ("<code>http://www.w3.org/1999/xhtml</code>"), and all attributes
   defined or mentioned in this specification have no namespace.</p>
 
-  <p>The term <dfn>element type</dfn> is used to refer to the class of
-  elements have a given local name and namespace. For example,
+  <p>The term <dfn>element type</dfn> is used to refer to the set of
+  elements that have a given local name and namespace. For example,
   <code>button</code> elements are elements with the element type
   <code>button</code>, meaning they have the local name "<code
   title="">button</code>" and (implicitly as defined above) the
@@ -29438,7 +29438,7 @@
   readonly attribute boolean <span title="dom-cva-willValidate">willValidate</span>;
   readonly attribute <span>ValidityState</span> <span title="dom-cva-validity">validity</span>;
   readonly attribute DOMString <span title="dom-cva-validationMessage">validationMessage</span>;
-  boolean <span title="dom-cva-checkValidatity">checkValidity</span>();
+  boolean <span title="dom-cva-checkValidity">checkValidity</span>();
   void <span title="dom-cva-setCustomValidity">setCustomValidity</span>(DOMString error);
 
   <span title="dom-object-caller">legacycaller</span> any (any... arguments);
@@ -30226,7 +30226,7 @@
   title="dom-cva-validity">validity</code>, and <code
   title="dom-cva-validationMessage">validationMessage</code>
   attributes, and the <code
-  title="dom-cva-checkValidatity">checkValidity()</code> and <code
+  title="dom-cva-checkValidity">checkValidity()</code> and <code
   title="dom-cva-setCustomValidity">setCustomValidity()</code>
   methods, are part of the <span>constraint validation API</span>. The
   <code title="dom-fae-form">form</code> IDL attribute is part of the
@@ -31028,7 +31028,7 @@
   title="dom-navigator-canPlayType">canPlayType()</code> method to
   pick from amongst available resources. Generally, manipulating
   <code>source</code> elements manually after the document has been
-  parsed is an unncessarily complicated approach.</p>
+  parsed is an unnecessarily complicated approach.</p>
 
   <p>The <dfn title="attr-source-type"><code>type</code></dfn>
   attribute gives the type of the <span>media resource</span>, to help
@@ -54040,7 +54040,7 @@
   readonly attribute boolean <span title="dom-cva-willValidate">willValidate</span>;
   readonly attribute <span>ValidityState</span> <span title="dom-cva-validity">validity</span>;
   readonly attribute DOMString <span title="dom-cva-validationMessage">validationMessage</span>;
-  boolean <span title="dom-cva-checkValidatity">checkValidity</span>();
+  boolean <span title="dom-cva-checkValidity">checkValidity</span>();
   void <span title="dom-cva-setCustomValidity">setCustomValidity</span>(DOMString error);
 };</pre>
    </dd>
@@ -54109,7 +54109,7 @@
   title="dom-cva-validity">validity</code>, and <code
   title="dom-cva-validationMessage">validationMessage</code>
   attributes, and the <code
-  title="dom-cva-checkValidatity">checkValidity()</code> and <code
+  title="dom-cva-checkValidity">checkValidity()</code> and <code
   title="dom-cva-setCustomValidity">setCustomValidity()</code>
   methods, are part of the <span>constraint validation API</span>. The
   <code title="dom-fae-form">form</code> and <code
@@ -54510,7 +54510,7 @@
   readonly attribute boolean <span title="dom-cva-willValidate">willValidate</span>;
   readonly attribute <span>ValidityState</span> <span title="dom-cva-validity">validity</span>;
   readonly attribute DOMString <span title="dom-cva-validationMessage">validationMessage</span>;
-  boolean <span title="dom-cva-checkValidatity">checkValidity</span>();
+  boolean <span title="dom-cva-checkValidity">checkValidity</span>();
   void <span title="dom-cva-setCustomValidity">setCustomValidity</span>(DOMString error);
 
   readonly attribute <span>NodeList</span> <span title="dom-lfe-labels">labels</span>;
@@ -56063,7 +56063,7 @@
   title="dom-cva-validity">validity</code>, and <code
   title="dom-cva-validationMessage">validationMessage</code>
   attributes, and the <code
-  title="dom-cva-checkValidatity">checkValidity()</code> and <code
+  title="dom-cva-checkValidity">checkValidity()</code> and <code
   title="dom-cva-setCustomValidity">setCustomValidity()</code>
   methods, are part of the <span>constraint validation API</span>. The
   <code title="dom-lfe-labels">labels</code> attribute provides a list
@@ -59091,7 +59091,7 @@
    documents are described with a wide variety of MIME types and
    extensions, the site can list several, as follows:</p>
 
-   <pre><input type="file" accept=".doc .docx .xml application/msword application/vnd.openxmlformats-officedocument.wordprocessingml.document"></pre>
+   <pre><input type="file" accept=".doc,.docx,.xml,application/msword,application/vnd.openxmlformats-officedocument.wordprocessingml.document"></pre>
 
    <p>On platforms that only use file extensions to describe file
    types, the extensions listed here can be used to filter the allowed
@@ -61127,7 +61127,7 @@
   readonly attribute boolean <span title="dom-cva-willValidate">willValidate</span>;
   readonly attribute <span>ValidityState</span> <span title="dom-cva-validity">validity</span>;
   readonly attribute DOMString <span title="dom-cva-validationMessage">validationMessage</span>;
-  boolean <span title="dom-cva-checkValidatity">checkValidity</span>();
+  boolean <span title="dom-cva-checkValidity">checkValidity</span>();
   void <span title="dom-cva-setCustomValidity">setCustomValidity</span>(DOMString error);
 
   readonly attribute <span>NodeList</span> <span title="dom-lfe-labels">labels</span>;
@@ -61267,7 +61267,7 @@
   title="dom-cva-validity">validity</code>, and <code
   title="dom-cva-validationMessage">validationMessage</code>
   attributes, and the <code
-  title="dom-cva-checkValidatity">checkValidity()</code> and <code
+  title="dom-cva-checkValidity">checkValidity()</code> and <code
   title="dom-cva-setCustomValidity">setCustomValidity()</code>
   methods, are part of the <span>constraint validation API</span>. The
   <code title="dom-lfe-labels">labels</code> attribute provides a list
@@ -61345,7 +61345,7 @@
   readonly attribute boolean <span title="dom-cva-willValidate">willValidate</span>;
   readonly attribute <span>ValidityState</span> <span title="dom-cva-validity">validity</span>;
   readonly attribute DOMString <span title="dom-cva-validationMessage">validationMessage</span>;
-  boolean <span title="dom-cva-checkValidatity">checkValidity</span>();
+  boolean <span title="dom-cva-checkValidity">checkValidity</span>();
   void <span title="dom-cva-setCustomValidity">setCustomValidity</span>(DOMString error);
 
   readonly attribute <span>NodeList</span> <span title="dom-lfe-labels">labels</span>;
@@ -61788,7 +61788,7 @@
   title="dom-cva-validity">validity</code>, and <code
   title="dom-cva-validationMessage">validationMessage</code>
   attributes, and the <code
-  title="dom-cva-checkValidatity">checkValidity()</code> and <code
+  title="dom-cva-checkValidity">checkValidity()</code> and <code
   title="dom-cva-setCustomValidity">setCustomValidity()</code>
   methods, are part of the <span>constraint validation API</span>. The
   <code title="dom-lfe-labels">labels</code> attribute provides a list
@@ -62382,7 +62382,7 @@
   readonly attribute boolean <span title="dom-cva-willValidate">willValidate</span>;
   readonly attribute <span>ValidityState</span> <span title="dom-cva-validity">validity</span>;
   readonly attribute DOMString <span title="dom-cva-validationMessage">validationMessage</span>;
-  boolean <span title="dom-cva-checkValidatity">checkValidity</span>();
+  boolean <span title="dom-cva-checkValidity">checkValidity</span>();
   void <span title="dom-cva-setCustomValidity">setCustomValidity</span>(DOMString error);
 
   readonly attribute <span>NodeList</span> <span title="dom-lfe-labels">labels</span>;
@@ -62785,7 +62785,7 @@
   title="dom-cva-validity">validity</code>, and <code
   title="dom-cva-validationMessage">validationMessage</code>
   attributes, and the <code
-  title="dom-cva-checkValidatity">checkValidity()</code> and <code
+  title="dom-cva-checkValidity">checkValidity()</code> and <code
   title="dom-cva-setCustomValidity">setCustomValidity()</code>
   methods, are part of the <span>constraint validation API</span>. The
   <code title="dom-lfe-labels">labels</code> attribute provides a list
@@ -62875,7 +62875,7 @@
   readonly attribute boolean <span title="dom-cva-willValidate">willValidate</span>;
   readonly attribute <span>ValidityState</span> <span title="dom-cva-validity">validity</span>;
   readonly attribute DOMString <span title="dom-cva-validationMessage">validationMessage</span>;
-  boolean <span title="dom-cva-checkValidatity">checkValidity</span>();
+  boolean <span title="dom-cva-checkValidity">checkValidity</span>();
   void <span title="dom-cva-setCustomValidity">setCustomValidity</span>(DOMString error);
 
   readonly attribute <span>NodeList</span> <span title="dom-lfe-labels">labels</span>;
@@ -63147,7 +63147,7 @@
   title="dom-cva-validity">validity</code>, and <code
   title="dom-cva-validationMessage">validationMessage</code>
   attributes, and the <code
-  title="dom-cva-checkValidatity">checkValidity()</code> and <code
+  title="dom-cva-checkValidity">checkValidity()</code> and <code
   title="dom-cva-setCustomValidity">setCustomValidity()</code>
   methods, are part of the <span>constraint validation API</span>. The
   <code title="dom-lfe-labels">labels</code> attribute provides a list
@@ -63225,7 +63225,7 @@
   readonly attribute boolean <span title="dom-cva-willValidate">willValidate</span>;
   readonly attribute <span>ValidityState</span> <span title="dom-cva-validity">validity</span>;
   readonly attribute DOMString <span title="dom-cva-validationMessage">validationMessage</span>;
-  boolean <span title="dom-cva-checkValidatity">checkValidity</span>();
+  boolean <span title="dom-cva-checkValidity">checkValidity</span>();
   void <span title="dom-cva-setCustomValidity">setCustomValidity</span>(DOMString error);
 
   readonly attribute <span>NodeList</span> <span title="dom-lfe-labels">labels</span>;
@@ -63361,7 +63361,7 @@
   title="dom-cva-validity">validity</code>, and <code
   title="dom-cva-validationMessage">validationMessage</code>
   attributes, and the <code
-  title="dom-cva-checkValidatity">checkValidity()</code> and <code
+  title="dom-cva-checkValidity">checkValidity()</code> and <code
   title="dom-cva-setCustomValidity">setCustomValidity()</code>
   methods, are part of the <span>constraint validation API</span>. The
   <code title="dom-lfe-labels">labels</code> attribute provides a list
@@ -66673,7 +66673,7 @@
 
    </dd>
 
-   <dt><var title="">valid</var> = <var title="">element</var> . <code title="dom-cva-checkValidatity">checkValidity</code>()</dt>
+   <dt><var title="">valid</var> = <var title="">element</var> . <code title="dom-cva-checkValidity">checkValidity</code>()</dt>
 
    <dd>
 
@@ -66795,7 +66795,7 @@
   </dl>
 
   <p>When the <dfn
-  title="dom-cva-checkValidatity"><code>checkValidity()</code></dfn>
+  title="dom-cva-checkValidity"><code>checkValidity()</code></dfn>
   method is invoked, if the element is a <span>candidate for
   constraint validation</span> and does not <span
   title="concept-fv-valid">satisfy its constraints</span>, the user
@@ -73786,7 +73786,7 @@
 
   </div>
 
-  <p>The type gives the context for the properties, thus defining a
+  <p>The type gives the context for the properties, thus selecting a
   vocabulary: a property named "class" given for an item with the type
   "http://census.example/person" might refer to the economic class of
   an individual, while a property named "class" given for an item with
@@ -78416,14 +78416,14 @@
   <code>Window</code> object to the <code>Document</code> object.
   There are two exceptions. First, a <code>Window</code> can be reused
   for the presentation of a second <code>Document</code> in the same
-  <span>browsing context</span>, such that the mapping is then 2-to-1.
+  <span>browsing context</span>, such that the mapping is then 1-to-2.
   This occurs when a <span>browsing context</span> is <span
   title="navigate">navigated</span> from the initial
   <code>about:blank</code> <code>Document</code> to another, with
   <span>replacement enabled</span>. Second, a <code>Document</code>
   can end up being reused for several <code>Window</code> objects when
   the <code title="dom-document-open">document.open()</code> method is
-  used, such that the mapping is then 1-to-many.</p>
+  used, such that the mapping is then many-to-1.</p>
 
   <p class="note">A <code>Document</code> does not necessarily have a
   <span>browsing context</span> associated with it. In particular,
@@ -103298,10 +103298,10 @@
 
   <p>The <dfn>next input character</dfn> is the first character in the
   <span>input stream</span> that has not yet been <dfn>consumed</dfn>
-  or explicit ignored by the requirements in this section. Initially,
-  the <i>next input character</i> is the first character in the input.
-  The <dfn>current input character</dfn> is the last character to have
-  been <i>consumed</i>.</p>
+  or explicitly ignored by the requirements in this section.
+  Initially, the <i>next input character</i> is the first character in
+  the input. The <dfn>current input character</dfn> is the last
+  character to have been <i>consumed</i>.</p>
 
   <p>The <dfn>insertion point</dfn> is the position (just before a
   character or just before the end of the input stream) where content
@@ -118310,9 +118310,7 @@
   </dl>
 
   <p>Fragment identifiers have no meaning with the
-  <code>application/x-www-form-urlencoded</code> type as this type is
-  only used for uploaded payloads that do not have <span>URL</span>
-  identifiers.</p>
+  <code>application/x-www-form-urlencoded</code> type.</p>
 
 
   <h3><dfn><code>text/cache-manifest</code></dfn></h3>
@@ -123935,6 +123933,7 @@
   George Lund,
   Gianmarco Armellin,
   Giovanni Campagna,
+  Giuseppe Pascale,
   Glenn Adams,
   Glenn Maynard,
   Graham Klyne,




More information about the Commit-Watchers mailing list