spec/Overview.html 1.1559 2387 minor typos (whatwg r2387)

minor typos (whatwg r2387)

HTMLFormElement
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1559.html#htmlformelement
name
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1559.html#attr-form-name
accept-charset
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1559.html#attr-form-accept-charset
accept
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1559.html#attr-input-accept

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1558&r2=1.1559&f=h
http://html5.org/tools/web-apps-tracker?from=2386&to=2387

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1558
retrieving revision 1.1559
diff -u -d -r1.1558 -r1.1559
--- Overview.html 1 Nov 2008 16:06:54 -0000 1.1558
+++ Overview.html 1 Nov 2008 19:47:57 -0000 1.1559
@@ -18726,9 +18726,10 @@
   some of which can represent editable values that can be submitted to
   a server for processing.<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=#references>[IANACHARSET]</a><p>The <dfn id=attr-form-name title=attr-form-name><code>name</code></dfn> attribute
+  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=#references>[IANACHARSET]</a><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
   empty string, and the value must be unique amongst the
   <code><a href=#the-form-element>form</a></code> elements in the <code title=dom-forms>forms</code> collection that it is in, if any.<p>The <code title=attr-fs-action><a href=#attr-fs-action>action</a></code>, <code title=attr-fs-enctype><a href=#attr-fs-enctype>enctype</a></code>, <code title=attr-fs-method><a href=#attr-fs-method>method</a></code>, and <code title=attr-fs-target><a href=#attr-fs-target>target</a></code> attributes are <a href=#form-submission>attributes
@@ -20941,7 +20942,7 @@
 
    <dt>A valid MIME type, with no parameters</dt>
 
-   <dd>Indicates that files of the specified type are accepted. <a href=#references>RFC[2046]</a></dd>
+   <dd>Indicates that files of the specified type are accepted. <a href=#references>[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

Received on Saturday, 1 November 2008 19:51:35 UTC