[html5] r2387 - [e] (0) minor typos

whatwg at whatwg.org whatwg at whatwg.org
Sat Nov 1 12:47:54 PDT 2008


Author: ianh
Date: 2008-11-01 12:47:53 -0700 (Sat, 01 Nov 2008)
New Revision: 2387

Modified:
   index
   source
Log:
[e] (0) minor typos

Modified: index
===================================================================
--- index	2008-11-01 16:06:48 UTC (rev 2386)
+++ index	2008-11-01 19:47:53 UTC (rev 2387)
@@ -23019,9 +23019,10 @@
 
   <p>The <dfn id=attr-form-accept-charset title=attr-form-accept-charset><code>accept-charset</code></dfn>
   attribute gives the character encodings that are to be used for the
-  submission. If specified, the value must be an <span>ordered set of
-  space-separated tokens</span>, and each token must be the preferred
-  name of an <a href=#ascii-compatible-character-encoding>ASCII-compatible character encoding</a>. <a href=#refsIANACHARSET>[IANACHARSET]</a></p>
+  submission. If specified, the value must be an <a href=#ordered-set-of-unique-space-separated-tokens>ordered set of
+  unique space-separated tokens</a>, and each token must be the
+  preferred name of an <a href=#ascii-compatible-character-encoding>ASCII-compatible character
+  encoding</a>. <a href=#refsIANACHARSET>[IANACHARSET]</a></p>
 
   <p>The <dfn id=attr-form-name title=attr-form-name><code>name</code></dfn> attribute
   represents the <code><a href=#the-form-element>form</a></code>'s name within the <code title=dom-forms>forms</code> collection. The value must not be the
@@ -25717,7 +25718,7 @@
 
    <dt>A valid MIME type, with no parameters</dt>
 
-   <dd>Indicates that files of the specified type are accepted. <a href=#refsRFC2046>RFC[2046]</a></dd>
+   <dd>Indicates that files of the specified type are accepted. <a href=#refsRFC2046>[RFC2046]</a></dd>
 
   </dl><p>The tokens must not be <a href=#ascii-case-insensitive>ASCII case-insensitive</a>
   matches for any of the other tokens (i.e. duplicates are not

Modified: source
===================================================================
--- source	2008-11-01 16:06:48 UTC (rev 2386)
+++ source	2008-11-01 19:47:53 UTC (rev 2387)
@@ -25668,9 +25668,9 @@
   title="attr-form-accept-charset"><code>accept-charset</code></dfn>
   attribute gives the character encodings that are to be used for the
   submission. If specified, the value must be an <span>ordered set of
-  space-separated tokens</span>, and each token must be the preferred
-  name of an <span>ASCII-compatible character encoding</span>. <a
-  href="#refsIANACHARSET">[IANACHARSET]</a></p>
+  unique space-separated tokens</span>, and each token must be the
+  preferred name of an <span>ASCII-compatible character
+  encoding</span>. <a href="#refsIANACHARSET">[IANACHARSET]</a></p>
 
   <p>The <dfn title="attr-form-name"><code>name</code></dfn> attribute
   represents the <code>form</code>'s name within the <code
@@ -28763,7 +28763,7 @@
 
    <dt>A valid MIME type, with no parameters</dt>
 
-   <dd>Indicates that files of the specified type are accepted. <a href="#refsRFC2046">RFC[2046]</a></dd>
+   <dd>Indicates that files of the specified type are accepted. <a href="#refsRFC2046">[RFC2046]</a></dd>
 
   </dl>
 




More information about the Commit-Watchers mailing list