[html5] r2236 - [] (0) WF2: minor tweaks and some new issue markers.

whatwg at whatwg.org whatwg at whatwg.org
Wed Sep 24 18:19:17 PDT 2008


Author: ianh
Date: 2008-09-24 18:19:16 -0700 (Wed, 24 Sep 2008)
New Revision: 2236

Modified:
   index
   source
Log:
[] (0) WF2: minor tweaks and some new issue markers.

Modified: index
===================================================================
--- index	2008-09-25 01:13:39 UTC (rev 2235)
+++ index	2008-09-25 01:19:16 UTC (rev 2236)
@@ -4901,6 +4901,9 @@
   <h4 id=comma-separated><span class=secno>2.4.6 </span>Comma-separated
    tokens</h4>
 
+  <p class=big-issue>We should allow whitespace around commas, and
+   leading/trailing whitespace.
+
   <p>A <dfn id=set-of0>set of comma-separated tokens</dfn> is a set of zero
    or more tokens each separated from the next by a single U+002C COMMA
    character (<code title="">,</code>), where tokens consist of any string of
@@ -30067,9 +30070,10 @@
    title=attr-input-type-datetime>Date and Time</a> state's <a
    href="#valueasnumber1"><code
    title=dom-input-valueAsNumber>valueAsNumber</code> setter algorithm</a> is
-   as follows:</strong> ...</p>
-  <!-- XXX min, max, step; parsing for those -->
+   as follows:</strong> ...
 
+  <p class=big-issue> min, max, step; how to parse them, what they do
+
   <p>When an <code><a href="#input0">input</a></code> element's <code
    title=attr-input-type><a href="#type14">type</a></code> attribute is in
    the <a href="#date-and0" title=attr-input-type-datetime>Date and Time</a>
@@ -30243,15 +30247,15 @@
    href="#ascii">ASCII case-insensitive</a> match for one of the following:
 
   <dl>
-   <dt>The string <code title="">audio</code>
+   <dt>The string <code title="">audio/*</code>
 
    <dd>Indicates that sound files are accepted.
 
-   <dt>The string <code title="">video</code>
+   <dt>The string <code title="">video/*</code>
 
    <dd>Indicates that video files are accepted.
 
-   <dt>The string <code title="">image</code>
+   <dt>The string <code title="">image/*</code>
 
    <dd>Indicates that image files are accepted.
 
@@ -30410,8 +30414,8 @@
    title=concept-fe-value>value</a>, and must be done at a time where the
    element is <i title=concept-input-mutable><a
    href="#mutable">mutable</a></i> (e.g. just after the element has been
-   inserted into the document, or when the user agent <span>stops
-   parsing</span>).
+   inserted into the document, or when the user agent <a href="#stops"
+   title="stop parsing">stops parsing</a>).
 
   <div class=example>
    <p>Banks frequently do not want UAs to prefill login information:</p>
@@ -30475,13 +30479,13 @@
    href="#input0">input</a></code> element has a <a href="#maximum">maximum
    allowed value length</a>, and it is not <a href="#dirty0"
    title=concept-input-dirty>dirty</a>, and the <a
-   href="#codepoint">codepoint length</a> of the element's <span
-   title=concept-input-value>value</span> is greater than the element's <a
+   href="#codepoint">codepoint length</a> of the element's <a href="#value12"
+   title=concept-fe-value>value</a> is greater than the element's <a
    href="#maximum">maximum allowed value length</a>, then the element is <a
    href="#suffering0">suffering from being too long</a>.
 
-  <p>User agents may prevent the user from setting the element's <span
-   title=concept-input-value>value</span> to a value whose <a
+  <p>User agents may prevent the user from setting the element's <a
+   href="#value12" title=concept-fe-value>value</a> to a value whose <a
    href="#codepoint">codepoint length</a> is greater than the element's <a
    href="#maximum">maximum allowed value length</a>.
 

Modified: source
===================================================================
--- source	2008-09-25 01:13:39 UTC (rev 2235)
+++ source	2008-09-25 01:19:16 UTC (rev 2236)
@@ -2729,6 +2729,9 @@
 
   <h4>Comma-separated tokens</h4>
 
+  <p class="big-issue">We should allow whitespace around commas, and
+  leading/trailing whitespace.</p>
+
   <p>A <dfn>set of comma-separated tokens</dfn> is a set of zero or
   more tokens each separated from the next by a single U+002C COMMA
   character (<code title="">,</code>), where tokens consist of any
@@ -26544,7 +26547,7 @@
   <span><code title="dom-input-valueAsNumber">valueAsNumber</code>
   setter algorithm</span> is as follows:</strong> ...</p>
 
-  <!-- XXX min, max, step; parsing for those -->
+  <p class="big-issue"> min, max, step; how to parse them, what they do </p>
 
   <p>When an <code>input</code> element's <code
   title="attr-input-type">type</code> attribute is in the <span
@@ -26702,15 +26705,15 @@
 
   <dl>
 
-   <dt>The string <code title="">audio</code></dt>
+   <dt>The string <code title="">audio/*</code></dt>
 
    <dd>Indicates that sound files are accepted.</dd>
 
-   <dt>The string <code title="">video</code></dt>
+   <dt>The string <code title="">video/*</code></dt>
 
    <dd>Indicates that video files are accepted.</dd>
 
-   <dt>The string <code title="">image</code></dt>
+   <dt>The string <code title="">image/*</code></dt>
 
    <dd>Indicates that image files are accepted.</dd>
 
@@ -26865,7 +26868,8 @@
   title="concept-fe-value">value</span>, and must be done at a time
   where the element is <i title="concept-input-mutable">mutable</i>
   (e.g. just after the element has been inserted into the document, or
-  when the user agent <span>stops parsing</span>).</p>
+  when the user agent <span title="stop parsing">stops
+  parsing</span>).</p>
 
   <div class="example">
 
@@ -26932,12 +26936,12 @@
   element has a <span>maximum allowed value length</span>, and it is
   not <span title="concept-input-dirty">dirty</span>, and the
   <span>codepoint length</span> of the element's <span
-  title="concept-input-value">value</span> is greater than the
-  element's <span>maximum allowed value length</span>, then the
-  element is <span>suffering from being too long</span>.</p>
+  title="concept-fe-value">value</span> is greater than the element's
+  <span>maximum allowed value length</span>, then the element is
+  <span>suffering from being too long</span>.</p>
 
   <p>User agents may prevent the user from setting the element's <span
-  title="concept-input-value">value</span> to a value whose
+  title="concept-fe-value">value</span> to a value whose
   <span>codepoint length</span> is greater than the element's
   <span>maximum allowed value length</span>.</p>
 




More information about the Commit-Watchers mailing list