Skip to content

Commit

Permalink
[] (0) WF2: minor tweaks and some new issue markers.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2236 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 25, 2008
1 parent 4957128 commit 3210165
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 20 deletions.
26 changes: 15 additions & 11 deletions index
Expand Up @@ -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
Expand Down Expand Up @@ -30067,8 +30070,9 @@ function AddCloud(data, x, y) { ... }</pre>
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
Expand Down Expand Up @@ -30243,15 +30247,15 @@ function AddCloud(data, x, y) { ... }</pre>
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.

Expand Down Expand Up @@ -30410,8 +30414,8 @@ rel="" on submit buttons?
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>
Expand Down Expand Up @@ -30475,13 +30479,13 @@ rel="" on submit buttons?
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>.

Expand Down
22 changes: 13 additions & 9 deletions source
Expand Up @@ -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
Expand Down Expand Up @@ -26544,7 +26547,7 @@ function AddCloud(data, x, y) { ... }</pre>
<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
Expand Down Expand Up @@ -26702,15 +26705,15 @@ function AddCloud(data, x, y) { ... }</pre>

<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>

Expand Down Expand Up @@ -26865,7 +26868,8 @@ rel="" on submit buttons?
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">

Expand Down Expand Up @@ -26932,12 +26936,12 @@ rel="" on submit buttons?
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>

Expand Down

0 comments on commit 3210165

Please sign in to comment.