- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 25 Sep 2008 01:19:22 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv1821
Modified Files:
Overview.html
Log Message:
WF2: minor tweaks and some new issue markers. (whatwg r2236)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1408
retrieving revision 1.1409
diff -u -d -r1.1408 -r1.1409
--- Overview.html 25 Sep 2008 01:13:43 -0000 1.1408
+++ Overview.html 25 Sep 2008 01:19:20 -0000 1.1409
@@ -4908,6 +4908,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
@@ -30074,8 +30077,9 @@
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
@@ -30250,15 +30254,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.
@@ -30417,8 +30421,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>
@@ -30482,13 +30486,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>.
Received on Thursday, 25 September 2008 01:20:02 UTC