[html5] r5761 - [e] (0) Date/time form controls: Add notes saying that the UI doesn't have to ma [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Jan 10 16:13:45 PST 2011


Author: ianh
Date: 2011-01-10 16:13:43 -0800 (Mon, 10 Jan 2011)
New Revision: 5761

Modified:
   complete.html
   index
   source
Log:
[e] (0) Date/time form controls: Add notes saying that the UI doesn't have to match the submission format. Some day we'll add graphics to make it more obvious, but for now I don't want to bias implementations.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11449

Modified: complete.html
===================================================================
--- complete.html	2011-01-11 00:03:43 UTC (rev 5760)
+++ complete.html	2011-01-11 00:13:43 UTC (rev 5761)
@@ -41315,6 +41315,11 @@
 
   </div>
 
+  <p class=note>The format shown to the user is independent of the
+  format used for form submission. Browsers are encouraged to use user
+  interfaces that present dates and times according to the conventions
+  of the user's preferred locale.</p>
+
   <p>The <code title=attr-input-value><a href=#attr-input-value>value</a></code> attribute, if
   specified, must have a value that is a <a href=#valid-global-date-and-time-string>valid global date and
   time string</a>.</p> <!-- ok to set out-of-range value, we never
@@ -41484,6 +41489,11 @@
 
   </div>
 
+  <p class=note>The format shown to the user is independent of the
+  format used for form submission. Browsers are encouraged to use user
+  interfaces that present dates according to the conventions of the
+  user's preferred locale.</p>
+
   <p>The <code title=attr-input-value><a href=#attr-input-value>value</a></code> attribute, if
   specified, must have a value that is a <a href=#valid-date-string>valid date
   string</a>.</p> <!-- ok to set out-of-range value, we never know
@@ -41631,6 +41641,11 @@
 
   </div>
 
+  <p class=note>The format shown to the user is independent of the
+  format used for form submission. Browsers are encouraged to use user
+  interfaces that present months according to the conventions of the
+  user's preferred locale.</p>
+
   <p>The <code title=attr-input-value><a href=#attr-input-value>value</a></code> attribute, if
   specified, must have a value that is a <a href=#valid-month-string>valid month
   string</a>.</p> <!-- ok to set out-of-range value, we never know
@@ -41779,6 +41794,11 @@
 
   </div>
 
+  <p class=note>The format shown to the user is independent of the
+  format used for form submission. Browsers are encouraged to use user
+  interfaces that present weeks according to the conventions of the
+  user's preferred locale.</p>
+
   <p>The <code title=attr-input-value><a href=#attr-input-value>value</a></code> attribute, if
   specified, must have a value that is a <a href=#valid-week-string>valid week
   string</a>.</p> <!-- ok to set out-of-range value, we never know
@@ -41932,6 +41952,11 @@
 
   </div>
 
+  <p class=note>The format shown to the user is independent of the
+  format used for form submission. Browsers are encouraged to use user
+  interfaces that present times according to the conventions of the
+  user's preferred locale.</p>
+
   <p>The <code title=attr-input-value><a href=#attr-input-value>value</a></code> attribute, if
   specified, must have a value that is a <a href=#valid-time-string>valid time
   string</a>.</p> <!-- ok to set out-of-range value, we never know
@@ -42079,6 +42104,11 @@
 
   </div>
 
+  <p class=note>The format shown to the user is independent of the
+  format used for form submission. Browsers are encouraged to use user
+  interfaces that present dates and times according to the conventions
+  of the user's preferred locale.</p>
+
   <p>The <code title=attr-input-value><a href=#attr-input-value>value</a></code> attribute, if
   specified, must have a value that is a <a href=#valid-local-date-and-time-string>valid local date and
   time string</a>.</p> <!-- ok to set out-of-range value, we never

Modified: index
===================================================================
--- index	2011-01-11 00:03:43 UTC (rev 5760)
+++ index	2011-01-11 00:13:43 UTC (rev 5761)
@@ -41297,6 +41297,11 @@
 
   </div>
 
+  <p class=note>The format shown to the user is independent of the
+  format used for form submission. Browsers are encouraged to use user
+  interfaces that present dates and times according to the conventions
+  of the user's preferred locale.</p>
+
   <p>The <code title=attr-input-value><a href=#attr-input-value>value</a></code> attribute, if
   specified, must have a value that is a <a href=#valid-global-date-and-time-string>valid global date and
   time string</a>.</p> <!-- ok to set out-of-range value, we never
@@ -41466,6 +41471,11 @@
 
   </div>
 
+  <p class=note>The format shown to the user is independent of the
+  format used for form submission. Browsers are encouraged to use user
+  interfaces that present dates according to the conventions of the
+  user's preferred locale.</p>
+
   <p>The <code title=attr-input-value><a href=#attr-input-value>value</a></code> attribute, if
   specified, must have a value that is a <a href=#valid-date-string>valid date
   string</a>.</p> <!-- ok to set out-of-range value, we never know
@@ -41613,6 +41623,11 @@
 
   </div>
 
+  <p class=note>The format shown to the user is independent of the
+  format used for form submission. Browsers are encouraged to use user
+  interfaces that present months according to the conventions of the
+  user's preferred locale.</p>
+
   <p>The <code title=attr-input-value><a href=#attr-input-value>value</a></code> attribute, if
   specified, must have a value that is a <a href=#valid-month-string>valid month
   string</a>.</p> <!-- ok to set out-of-range value, we never know
@@ -41761,6 +41776,11 @@
 
   </div>
 
+  <p class=note>The format shown to the user is independent of the
+  format used for form submission. Browsers are encouraged to use user
+  interfaces that present weeks according to the conventions of the
+  user's preferred locale.</p>
+
   <p>The <code title=attr-input-value><a href=#attr-input-value>value</a></code> attribute, if
   specified, must have a value that is a <a href=#valid-week-string>valid week
   string</a>.</p> <!-- ok to set out-of-range value, we never know
@@ -41914,6 +41934,11 @@
 
   </div>
 
+  <p class=note>The format shown to the user is independent of the
+  format used for form submission. Browsers are encouraged to use user
+  interfaces that present times according to the conventions of the
+  user's preferred locale.</p>
+
   <p>The <code title=attr-input-value><a href=#attr-input-value>value</a></code> attribute, if
   specified, must have a value that is a <a href=#valid-time-string>valid time
   string</a>.</p> <!-- ok to set out-of-range value, we never know
@@ -42061,6 +42086,11 @@
 
   </div>
 
+  <p class=note>The format shown to the user is independent of the
+  format used for form submission. Browsers are encouraged to use user
+  interfaces that present dates and times according to the conventions
+  of the user's preferred locale.</p>
+
   <p>The <code title=attr-input-value><a href=#attr-input-value>value</a></code> attribute, if
   specified, must have a value that is a <a href=#valid-local-date-and-time-string>valid local date and
   time string</a>.</p> <!-- ok to set out-of-range value, we never

Modified: source
===================================================================
--- source	2011-01-11 00:03:43 UTC (rev 5760)
+++ source	2011-01-11 00:13:43 UTC (rev 5761)
@@ -46071,6 +46071,11 @@
 
   </div>
 
+  <p class="note">The format shown to the user is independent of the
+  format used for form submission. Browsers are encouraged to use user
+  interfaces that present dates and times according to the conventions
+  of the user's preferred locale.</p>
+
   <p>The <code title="attr-input-value">value</code> attribute, if
   specified, must have a value that is a <span>valid global date and
   time string</span>.</p> <!-- ok to set out-of-range value, we never
@@ -46268,6 +46273,11 @@
 
   </div>
 
+  <p class="note">The format shown to the user is independent of the
+  format used for form submission. Browsers are encouraged to use user
+  interfaces that present dates according to the conventions of the
+  user's preferred locale.</p>
+
   <p>The <code title="attr-input-value">value</code> attribute, if
   specified, must have a value that is a <span>valid date
   string</span>.</p> <!-- ok to set out-of-range value, we never know
@@ -46436,6 +46446,11 @@
 
   </div>
 
+  <p class="note">The format shown to the user is independent of the
+  format used for form submission. Browsers are encouraged to use user
+  interfaces that present months according to the conventions of the
+  user's preferred locale.</p>
+
   <p>The <code title="attr-input-value">value</code> attribute, if
   specified, must have a value that is a <span>valid month
   string</span>.</p> <!-- ok to set out-of-range value, we never know
@@ -46606,6 +46621,11 @@
 
   </div>
 
+  <p class="note">The format shown to the user is independent of the
+  format used for form submission. Browsers are encouraged to use user
+  interfaces that present weeks according to the conventions of the
+  user's preferred locale.</p>
+
   <p>The <code title="attr-input-value">value</code> attribute, if
   specified, must have a value that is a <span>valid week
   string</span>.</p> <!-- ok to set out-of-range value, we never know
@@ -46782,6 +46802,11 @@
 
   </div>
 
+  <p class="note">The format shown to the user is independent of the
+  format used for form submission. Browsers are encouraged to use user
+  interfaces that present times according to the conventions of the
+  user's preferred locale.</p>
+
   <p>The <code title="attr-input-value">value</code> attribute, if
   specified, must have a value that is a <span>valid time
   string</span>.</p> <!-- ok to set out-of-range value, we never know
@@ -46948,6 +46973,11 @@
 
   </div>
 
+  <p class="note">The format shown to the user is independent of the
+  format used for form submission. Browsers are encouraged to use user
+  interfaces that present dates and times according to the conventions
+  of the user's preferred locale.</p>
+
   <p>The <code title="attr-input-value">value</code> attribute, if
   specified, must have a value that is a <span>valid local date and
   time string</span>.</p> <!-- ok to set out-of-range value, we never




More information about the Commit-Watchers mailing list