[html5] r5744 - [e] (0) pedantic nit: spec required a valid value but then required the empty va [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Jan 6 15:08:37 PST 2011


Author: ianh
Date: 2011-01-06 15:08:36 -0800 (Thu, 06 Jan 2011)
New Revision: 5744

Modified:
   complete.html
   index
   source
Log:
[e] (0) pedantic nit: spec required a valid value but then required the empty value as well; that's contradictory.

Modified: complete.html
===================================================================
--- complete.html	2011-01-06 22:58:36 UTC (rev 5743)
+++ complete.html	2011-01-06 23:08:36 UTC (rev 5744)
@@ -41131,12 +41131,13 @@
   its <a href=#concept-fe-value title=concept-fe-value>value</a>, as obtained by
   <a href=#parse-a-global-date-and-time-string title="parse a global date and time string">parsing a global
   date and time</a> from it. User agents must not allow the user to
-  set the <a href=#concept-fe-value title=concept-fe-value>value</a> to a string that
-  is not a <a href=#valid-global-date-and-time-string>valid global date and time string</a> expressed in
-  UTC, though user agents may allow the user to set and view the time
-  in another time zone and silently translate the time to and from the
-  UTC time zone in the <a href=#concept-fe-value title=concept-fe-value>value</a>. If
-  the user agent provides a user interface for selecting a <a href=#concept-datetime title=concept-datetime>global date and time</a>, then the <a href=#concept-fe-value title=concept-fe-value>value</a> must be set to a <a href=#valid-global-date-and-time-string>valid
+  set the <a href=#concept-fe-value title=concept-fe-value>value</a> to a non-empty
+  string that is not a <a href=#valid-global-date-and-time-string>valid global date and time string</a>
+  expressed in UTC, though user agents may allow the user to set and
+  view the time in another time zone and silently translate the time
+  to and from the UTC time zone in the <a href=#concept-fe-value title=concept-fe-value>value</a>. If the user agent provides a
+  user interface for selecting a <a href=#concept-datetime title=concept-datetime>global
+  date and time</a>, then the <a href=#concept-fe-value title=concept-fe-value>value</a> must be set to a <a href=#valid-global-date-and-time-string>valid
   global date and time string</a> expressed in UTC representing the
   user's selection. User agents should allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to the empty string.</p>
 
@@ -41303,12 +41304,11 @@
 
   <p>If the element is <i title=concept-input-mutable><a href=#concept-input-mutable>mutable</a></i>,
   the user agent should allow the user to change the <a href=#concept-date title=concept-date>date</a> represented by its <a href=#concept-fe-value title=concept-fe-value>value</a>, as obtained by <a href=#parse-a-date-string title="parse a date string">parsing a date</a> from it. User
-  agents must not allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to a string that is not a
-  <a href=#valid-date-string>valid date string</a>. If the user agent provides a user
-  interface for selecting a <a href=#concept-date title=concept-date>date</a>,
-  then the <a href=#concept-fe-value title=concept-fe-value>value</a> must be set to
-  a <a href=#valid-date-string>valid date string</a> representing the user's
-  selection. User agents should allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to the empty string.</p>
+  agents must not allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to a non-empty string that is
+  not a <a href=#valid-date-string>valid date string</a>. If the user agent provides a
+  user interface for selecting a <a href=#concept-date title=concept-date>date</a>, then the <a href=#concept-fe-value title=concept-fe-value>value</a> must be set to a <a href=#valid-date-string>valid
+  date string</a> representing the user's selection. User agents
+  should allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to the empty string.</p>
 
   </div>
 
@@ -41451,12 +41451,11 @@
 
   <p>If the element is <i title=concept-input-mutable><a href=#concept-input-mutable>mutable</a></i>,
   the user agent should allow the user to change the <a href=#concept-month title=concept-month>month</a> represented by its <a href=#concept-fe-value title=concept-fe-value>value</a>, as obtained by <a href=#parse-a-month-string title="parse a month string">parsing a month</a> from it. User
-  agents must not allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to a string that is not a
-  <a href=#valid-month-string>valid month string</a>. If the user agent provides a user
-  interface for selecting a <a href=#concept-month title=concept-month>month</a>,
-  then the <a href=#concept-fe-value title=concept-fe-value>value</a> must be set to
-  a <a href=#valid-month-string>valid month string</a> representing the user's
-  selection. User agents should allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to the empty string.</p>
+  agents must not allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to a non-empty string that is
+  not a <a href=#valid-month-string>valid month string</a>. If the user agent provides a
+  user interface for selecting a <a href=#concept-month title=concept-month>month</a>, then the <a href=#concept-fe-value title=concept-fe-value>value</a> must be set to a <a href=#valid-month-string>valid
+  month string</a> representing the user's selection. User agents
+  should allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to the empty string.</p>
 
   </div>
 
@@ -41600,12 +41599,11 @@
 
   <p>If the element is <i title=concept-input-mutable><a href=#concept-input-mutable>mutable</a></i>,
   the user agent should allow the user to change the <a href=#concept-week title=concept-week>week</a> represented by its <a href=#concept-fe-value title=concept-fe-value>value</a>, as obtained by <a href=#parse-a-week-string title="parse a week string">parsing a week</a> from it. User
-  agents must not allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to a string that is not a
-  <a href=#valid-week-string>valid week string</a>. If the user agent provides a user
-  interface for selecting a <a href=#concept-week title=concept-week>week</a>,
-  then the <a href=#concept-fe-value title=concept-fe-value>value</a> must be set to
-  a <a href=#valid-week-string>valid week string</a> representing the user's
-  selection. User agents should allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to the empty string.</p>
+  agents must not allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to a non-empty string that is
+  not a <a href=#valid-week-string>valid week string</a>. If the user agent provides a
+  user interface for selecting a <a href=#concept-week title=concept-week>week</a>, then the <a href=#concept-fe-value title=concept-fe-value>value</a> must be set to a <a href=#valid-week-string>valid
+  week string</a> representing the user's selection. User agents
+  should allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to the empty string.</p>
 
   </div>
 
@@ -41754,12 +41752,11 @@
 
   <p>If the element is <i title=concept-input-mutable><a href=#concept-input-mutable>mutable</a></i>,
   the user agent should allow the user to change the <a href=#concept-time title=concept-time>time</a> represented by its <a href=#concept-fe-value title=concept-fe-value>value</a>, as obtained by <a href=#parse-a-time-string title="parse a time string">parsing a time</a> from it. User
-  agents must not allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to a string that is not a
-  <a href=#valid-time-string>valid time string</a>. If the user agent provides a user
-  interface for selecting a <a href=#concept-time title=concept-time>time</a>,
-  then the <a href=#concept-fe-value title=concept-fe-value>value</a> must be set to
-  a <a href=#valid-time-string>valid time string</a> representing the user's
-  selection. User agents should allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to the empty string.</p>
+  agents must not allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to a non-empty string that is
+  not a <a href=#valid-time-string>valid time string</a>. If the user agent provides a
+  user interface for selecting a <a href=#concept-time title=concept-time>time</a>, then the <a href=#concept-fe-value title=concept-fe-value>value</a> must be set to a <a href=#valid-time-string>valid
+  time string</a> representing the user's selection. User agents
+  should allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to the empty string.</p>
 
   </div>
 
@@ -41901,9 +41898,9 @@
   its <a href=#concept-fe-value title=concept-fe-value>value</a>, as obtained by
   <a href=#parse-a-local-date-and-time-string title="parse a local date and time string">parsing a date and
   time</a> from it. User agents must not allow the user to set the
-  <a href=#concept-fe-value title=concept-fe-value>value</a> to a string that is not
-  a <a href=#valid-local-date-and-time-string>valid local date and time string</a>. If the user agent
-  provides a user interface for selecting a <a href=#concept-datetime-local title=concept-datetime-local>local date and time</a>, then the
+  <a href=#concept-fe-value title=concept-fe-value>value</a> to a non-empty string
+  that is not a <a href=#valid-local-date-and-time-string>valid local date and time string</a>. If the
+  user agent provides a user interface for selecting a <a href=#concept-datetime-local title=concept-datetime-local>local date and time</a>, then the
   <a href=#concept-fe-value title=concept-fe-value>value</a> must be set to a
   <a href=#valid-local-date-and-time-string>valid local date and time string</a> representing the
   user's selection. User agents should allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to the empty string.</p>
@@ -42064,12 +42061,14 @@
   represented by its <a href=#concept-fe-value title=concept-fe-value>value</a>, as
   obtained from applying the <a href=#rules-for-parsing-floating-point-number-values>rules for parsing floating point
   number values</a> to it. User agents must not allow the user to
-  set the <a href=#concept-fe-value title=concept-fe-value>value</a> to a string that
-  is not a <a href=#valid-floating-point-number>valid floating point number</a>. If the user agent
-  provides a user interface for selecting a number, then the <a href=#concept-fe-value title=concept-fe-value>value</a> must be set to the <a href=#best-representation-of-the-number-as-a-floating-point-number title="best representation of the number as a floating point
-  number">best representation of the number representing the user's
-  selection as a floating point number</a>. User agents should
-  allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to the empty string.</p>
+  set the <a href=#concept-fe-value title=concept-fe-value>value</a> to a non-empty
+  string that is not a <a href=#valid-floating-point-number>valid floating point number</a>. If
+  the user agent provides a user interface for selecting a number,
+  then the <a href=#concept-fe-value title=concept-fe-value>value</a> must be set to
+  the <a href=#best-representation-of-the-number-as-a-floating-point-number title="best representation of the number as a floating
+  point number">best representation of the number representing the
+  user's selection as a floating point number</a>. User agents
+  should allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to the empty string.</p>
 
   </div>
 

Modified: index
===================================================================
--- index	2011-01-06 22:58:36 UTC (rev 5743)
+++ index	2011-01-06 23:08:36 UTC (rev 5744)
@@ -41113,12 +41113,13 @@
   its <a href=#concept-fe-value title=concept-fe-value>value</a>, as obtained by
   <a href=#parse-a-global-date-and-time-string title="parse a global date and time string">parsing a global
   date and time</a> from it. User agents must not allow the user to
-  set the <a href=#concept-fe-value title=concept-fe-value>value</a> to a string that
-  is not a <a href=#valid-global-date-and-time-string>valid global date and time string</a> expressed in
-  UTC, though user agents may allow the user to set and view the time
-  in another time zone and silently translate the time to and from the
-  UTC time zone in the <a href=#concept-fe-value title=concept-fe-value>value</a>. If
-  the user agent provides a user interface for selecting a <a href=#concept-datetime title=concept-datetime>global date and time</a>, then the <a href=#concept-fe-value title=concept-fe-value>value</a> must be set to a <a href=#valid-global-date-and-time-string>valid
+  set the <a href=#concept-fe-value title=concept-fe-value>value</a> to a non-empty
+  string that is not a <a href=#valid-global-date-and-time-string>valid global date and time string</a>
+  expressed in UTC, though user agents may allow the user to set and
+  view the time in another time zone and silently translate the time
+  to and from the UTC time zone in the <a href=#concept-fe-value title=concept-fe-value>value</a>. If the user agent provides a
+  user interface for selecting a <a href=#concept-datetime title=concept-datetime>global
+  date and time</a>, then the <a href=#concept-fe-value title=concept-fe-value>value</a> must be set to a <a href=#valid-global-date-and-time-string>valid
   global date and time string</a> expressed in UTC representing the
   user's selection. User agents should allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to the empty string.</p>
 
@@ -41285,12 +41286,11 @@
 
   <p>If the element is <i title=concept-input-mutable><a href=#concept-input-mutable>mutable</a></i>,
   the user agent should allow the user to change the <a href=#concept-date title=concept-date>date</a> represented by its <a href=#concept-fe-value title=concept-fe-value>value</a>, as obtained by <a href=#parse-a-date-string title="parse a date string">parsing a date</a> from it. User
-  agents must not allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to a string that is not a
-  <a href=#valid-date-string>valid date string</a>. If the user agent provides a user
-  interface for selecting a <a href=#concept-date title=concept-date>date</a>,
-  then the <a href=#concept-fe-value title=concept-fe-value>value</a> must be set to
-  a <a href=#valid-date-string>valid date string</a> representing the user's
-  selection. User agents should allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to the empty string.</p>
+  agents must not allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to a non-empty string that is
+  not a <a href=#valid-date-string>valid date string</a>. If the user agent provides a
+  user interface for selecting a <a href=#concept-date title=concept-date>date</a>, then the <a href=#concept-fe-value title=concept-fe-value>value</a> must be set to a <a href=#valid-date-string>valid
+  date string</a> representing the user's selection. User agents
+  should allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to the empty string.</p>
 
   </div>
 
@@ -41433,12 +41433,11 @@
 
   <p>If the element is <i title=concept-input-mutable><a href=#concept-input-mutable>mutable</a></i>,
   the user agent should allow the user to change the <a href=#concept-month title=concept-month>month</a> represented by its <a href=#concept-fe-value title=concept-fe-value>value</a>, as obtained by <a href=#parse-a-month-string title="parse a month string">parsing a month</a> from it. User
-  agents must not allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to a string that is not a
-  <a href=#valid-month-string>valid month string</a>. If the user agent provides a user
-  interface for selecting a <a href=#concept-month title=concept-month>month</a>,
-  then the <a href=#concept-fe-value title=concept-fe-value>value</a> must be set to
-  a <a href=#valid-month-string>valid month string</a> representing the user's
-  selection. User agents should allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to the empty string.</p>
+  agents must not allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to a non-empty string that is
+  not a <a href=#valid-month-string>valid month string</a>. If the user agent provides a
+  user interface for selecting a <a href=#concept-month title=concept-month>month</a>, then the <a href=#concept-fe-value title=concept-fe-value>value</a> must be set to a <a href=#valid-month-string>valid
+  month string</a> representing the user's selection. User agents
+  should allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to the empty string.</p>
 
   </div>
 
@@ -41582,12 +41581,11 @@
 
   <p>If the element is <i title=concept-input-mutable><a href=#concept-input-mutable>mutable</a></i>,
   the user agent should allow the user to change the <a href=#concept-week title=concept-week>week</a> represented by its <a href=#concept-fe-value title=concept-fe-value>value</a>, as obtained by <a href=#parse-a-week-string title="parse a week string">parsing a week</a> from it. User
-  agents must not allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to a string that is not a
-  <a href=#valid-week-string>valid week string</a>. If the user agent provides a user
-  interface for selecting a <a href=#concept-week title=concept-week>week</a>,
-  then the <a href=#concept-fe-value title=concept-fe-value>value</a> must be set to
-  a <a href=#valid-week-string>valid week string</a> representing the user's
-  selection. User agents should allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to the empty string.</p>
+  agents must not allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to a non-empty string that is
+  not a <a href=#valid-week-string>valid week string</a>. If the user agent provides a
+  user interface for selecting a <a href=#concept-week title=concept-week>week</a>, then the <a href=#concept-fe-value title=concept-fe-value>value</a> must be set to a <a href=#valid-week-string>valid
+  week string</a> representing the user's selection. User agents
+  should allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to the empty string.</p>
 
   </div>
 
@@ -41736,12 +41734,11 @@
 
   <p>If the element is <i title=concept-input-mutable><a href=#concept-input-mutable>mutable</a></i>,
   the user agent should allow the user to change the <a href=#concept-time title=concept-time>time</a> represented by its <a href=#concept-fe-value title=concept-fe-value>value</a>, as obtained by <a href=#parse-a-time-string title="parse a time string">parsing a time</a> from it. User
-  agents must not allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to a string that is not a
-  <a href=#valid-time-string>valid time string</a>. If the user agent provides a user
-  interface for selecting a <a href=#concept-time title=concept-time>time</a>,
-  then the <a href=#concept-fe-value title=concept-fe-value>value</a> must be set to
-  a <a href=#valid-time-string>valid time string</a> representing the user's
-  selection. User agents should allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to the empty string.</p>
+  agents must not allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to a non-empty string that is
+  not a <a href=#valid-time-string>valid time string</a>. If the user agent provides a
+  user interface for selecting a <a href=#concept-time title=concept-time>time</a>, then the <a href=#concept-fe-value title=concept-fe-value>value</a> must be set to a <a href=#valid-time-string>valid
+  time string</a> representing the user's selection. User agents
+  should allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to the empty string.</p>
 
   </div>
 
@@ -41883,9 +41880,9 @@
   its <a href=#concept-fe-value title=concept-fe-value>value</a>, as obtained by
   <a href=#parse-a-local-date-and-time-string title="parse a local date and time string">parsing a date and
   time</a> from it. User agents must not allow the user to set the
-  <a href=#concept-fe-value title=concept-fe-value>value</a> to a string that is not
-  a <a href=#valid-local-date-and-time-string>valid local date and time string</a>. If the user agent
-  provides a user interface for selecting a <a href=#concept-datetime-local title=concept-datetime-local>local date and time</a>, then the
+  <a href=#concept-fe-value title=concept-fe-value>value</a> to a non-empty string
+  that is not a <a href=#valid-local-date-and-time-string>valid local date and time string</a>. If the
+  user agent provides a user interface for selecting a <a href=#concept-datetime-local title=concept-datetime-local>local date and time</a>, then the
   <a href=#concept-fe-value title=concept-fe-value>value</a> must be set to a
   <a href=#valid-local-date-and-time-string>valid local date and time string</a> representing the
   user's selection. User agents should allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to the empty string.</p>
@@ -42046,12 +42043,14 @@
   represented by its <a href=#concept-fe-value title=concept-fe-value>value</a>, as
   obtained from applying the <a href=#rules-for-parsing-floating-point-number-values>rules for parsing floating point
   number values</a> to it. User agents must not allow the user to
-  set the <a href=#concept-fe-value title=concept-fe-value>value</a> to a string that
-  is not a <a href=#valid-floating-point-number>valid floating point number</a>. If the user agent
-  provides a user interface for selecting a number, then the <a href=#concept-fe-value title=concept-fe-value>value</a> must be set to the <a href=#best-representation-of-the-number-as-a-floating-point-number title="best representation of the number as a floating point
-  number">best representation of the number representing the user's
-  selection as a floating point number</a>. User agents should
-  allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to the empty string.</p>
+  set the <a href=#concept-fe-value title=concept-fe-value>value</a> to a non-empty
+  string that is not a <a href=#valid-floating-point-number>valid floating point number</a>. If
+  the user agent provides a user interface for selecting a number,
+  then the <a href=#concept-fe-value title=concept-fe-value>value</a> must be set to
+  the <a href=#best-representation-of-the-number-as-a-floating-point-number title="best representation of the number as a floating
+  point number">best representation of the number representing the
+  user's selection as a floating point number</a>. User agents
+  should allow the user to set the <a href=#concept-fe-value title=concept-fe-value>value</a> to the empty string.</p>
 
   </div>
 

Modified: source
===================================================================
--- source	2011-01-06 22:58:36 UTC (rev 5743)
+++ source	2011-01-06 23:08:36 UTC (rev 5744)
@@ -45875,13 +45875,14 @@
   its <span title="concept-fe-value">value</span>, as obtained by
   <span title="parse a global date and time string">parsing a global
   date and time</span> from it. User agents must not allow the user to
-  set the <span title="concept-fe-value">value</span> to a string that
-  is not a <span>valid global date and time string</span> expressed in
-  UTC, though user agents may allow the user to set and view the time
-  in another time zone and silently translate the time to and from the
-  UTC time zone in the <span title="concept-fe-value">value</span>. If
-  the user agent provides a user interface for selecting a <span
-  title="concept-datetime">global date and time</span>, then the <span
+  set the <span title="concept-fe-value">value</span> to a non-empty
+  string that is not a <span>valid global date and time string</span>
+  expressed in UTC, though user agents may allow the user to set and
+  view the time in another time zone and silently translate the time
+  to and from the UTC time zone in the <span
+  title="concept-fe-value">value</span>. If the user agent provides a
+  user interface for selecting a <span title="concept-datetime">global
+  date and time</span>, then the <span
   title="concept-fe-value">value</span> must be set to a <span>valid
   global date and time string</span> expressed in UTC representing the
   user's selection. User agents should allow the user to set the <span
@@ -46075,12 +46076,13 @@
   title="concept-fe-value">value</span>, as obtained by <span
   title="parse a date string">parsing a date</span> from it. User
   agents must not allow the user to set the <span
-  title="concept-fe-value">value</span> to a string that is not a
-  <span>valid date string</span>. If the user agent provides a user
-  interface for selecting a <span title="concept-date">date</span>,
-  then the <span title="concept-fe-value">value</span> must be set to
-  a <span>valid date string</span> representing the user's
-  selection. User agents should allow the user to set the <span
+  title="concept-fe-value">value</span> to a non-empty string that is
+  not a <span>valid date string</span>. If the user agent provides a
+  user interface for selecting a <span
+  title="concept-date">date</span>, then the <span
+  title="concept-fe-value">value</span> must be set to a <span>valid
+  date string</span> representing the user's selection. User agents
+  should allow the user to set the <span
   title="concept-fe-value">value</span> to the empty string.</p>
 
   </div>
@@ -46242,12 +46244,13 @@
   title="concept-fe-value">value</span>, as obtained by <span
   title="parse a month string">parsing a month</span> from it. User
   agents must not allow the user to set the <span
-  title="concept-fe-value">value</span> to a string that is not a
-  <span>valid month string</span>. If the user agent provides a user
-  interface for selecting a <span title="concept-month">month</span>,
-  then the <span title="concept-fe-value">value</span> must be set to
-  a <span>valid month string</span> representing the user's
-  selection. User agents should allow the user to set the <span
+  title="concept-fe-value">value</span> to a non-empty string that is
+  not a <span>valid month string</span>. If the user agent provides a
+  user interface for selecting a <span
+  title="concept-month">month</span>, then the <span
+  title="concept-fe-value">value</span> must be set to a <span>valid
+  month string</span> representing the user's selection. User agents
+  should allow the user to set the <span
   title="concept-fe-value">value</span> to the empty string.</p>
 
   </div>
@@ -46411,12 +46414,13 @@
   title="concept-fe-value">value</span>, as obtained by <span
   title="parse a week string">parsing a week</span> from it. User
   agents must not allow the user to set the <span
-  title="concept-fe-value">value</span> to a string that is not a
-  <span>valid week string</span>. If the user agent provides a user
-  interface for selecting a <span title="concept-week">week</span>,
-  then the <span title="concept-fe-value">value</span> must be set to
-  a <span>valid week string</span> representing the user's
-  selection. User agents should allow the user to set the <span
+  title="concept-fe-value">value</span> to a non-empty string that is
+  not a <span>valid week string</span>. If the user agent provides a
+  user interface for selecting a <span
+  title="concept-week">week</span>, then the <span
+  title="concept-fe-value">value</span> must be set to a <span>valid
+  week string</span> representing the user's selection. User agents
+  should allow the user to set the <span
   title="concept-fe-value">value</span> to the empty string.</p>
 
   </div>
@@ -46586,12 +46590,13 @@
   title="concept-fe-value">value</span>, as obtained by <span
   title="parse a time string">parsing a time</span> from it. User
   agents must not allow the user to set the <span
-  title="concept-fe-value">value</span> to a string that is not a
-  <span>valid time string</span>. If the user agent provides a user
-  interface for selecting a <span title="concept-time">time</span>,
-  then the <span title="concept-fe-value">value</span> must be set to
-  a <span>valid time string</span> representing the user's
-  selection. User agents should allow the user to set the <span
+  title="concept-fe-value">value</span> to a non-empty string that is
+  not a <span>valid time string</span>. If the user agent provides a
+  user interface for selecting a <span
+  title="concept-time">time</span>, then the <span
+  title="concept-fe-value">value</span> must be set to a <span>valid
+  time string</span> representing the user's selection. User agents
+  should allow the user to set the <span
   title="concept-fe-value">value</span> to the empty string.</p>
 
   </div>
@@ -46751,9 +46756,9 @@
   its <span title="concept-fe-value">value</span>, as obtained by
   <span title="parse a local date and time string">parsing a date and
   time</span> from it. User agents must not allow the user to set the
-  <span title="concept-fe-value">value</span> to a string that is not
-  a <span>valid local date and time string</span>. If the user agent
-  provides a user interface for selecting a <span
+  <span title="concept-fe-value">value</span> to a non-empty string
+  that is not a <span>valid local date and time string</span>. If the
+  user agent provides a user interface for selecting a <span
   title="concept-datetime-local">local date and time</span>, then the
   <span title="concept-fe-value">value</span> must be set to a
   <span>valid local date and time string</span> representing the
@@ -46931,14 +46936,14 @@
   represented by its <span title="concept-fe-value">value</span>, as
   obtained from applying the <span>rules for parsing floating point
   number values</span> to it. User agents must not allow the user to
-  set the <span title="concept-fe-value">value</span> to a string that
-  is not a <span>valid floating point number</span>. If the user agent
-  provides a user interface for selecting a number, then the <span
-  title="concept-fe-value">value</span> must be set to the <span
-  title="best representation of the number as a floating point
-  number">best representation of the number representing the user's
-  selection as a floating point number</span>. User agents should
-  allow the user to set the <span
+  set the <span title="concept-fe-value">value</span> to a non-empty
+  string that is not a <span>valid floating point number</span>. If
+  the user agent provides a user interface for selecting a number,
+  then the <span title="concept-fe-value">value</span> must be set to
+  the <span title="best representation of the number as a floating
+  point number">best representation of the number representing the
+  user's selection as a floating point number</span>. User agents
+  should allow the user to set the <span
   title="concept-fe-value">value</span> to the empty string.</p>
 
   </div>




More information about the Commit-Watchers mailing list