[html5] r5012 - [e] (0) Suggest using pattern='' with type=tel Fixing http://www.w3.org/Bugs/Pub [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Apr 12 18:33:21 PDT 2010


Author: ianh
Date: 2010-04-12 18:33:20 -0700 (Mon, 12 Apr 2010)
New Revision: 5012

Modified:
   complete.html
   index
   source
Log:
[e] (0) Suggest using pattern='' with type=tel
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9436

Modified: complete.html
===================================================================
--- complete.html	2010-04-13 01:16:05 UTC (rev 5011)
+++ complete.html	2010-04-13 01:33:20 UTC (rev 5012)
@@ -35036,7 +35036,7 @@
   particular syntax. This is intentional; in practice, telephone
   number fields tend to be free-form fields, because there are a wide
   variety of valid phone numbers. Systems that need to enforce a
-  particular format are encouraged to use the <code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code> method
+  particular format are encouraged to use the <code title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code> attribute or the <code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code> method
   to hook into the client-side validation mechanism.</p>
 
 
@@ -90215,6 +90215,7 @@
   Mike Shaver,
   Mikko Rantalainen,
   Mohamed Zergaoui<!-- Innovimax SARL -->,
+  Mounir Lamouri,
   Ms2ger,
   NARUSE Yui,
   Neil Deakin,

Modified: index
===================================================================
--- index	2010-04-13 01:16:05 UTC (rev 5011)
+++ index	2010-04-13 01:33:20 UTC (rev 5012)
@@ -34937,7 +34937,7 @@
   particular syntax. This is intentional; in practice, telephone
   number fields tend to be free-form fields, because there are a wide
   variety of valid phone numbers. Systems that need to enforce a
-  particular format are encouraged to use the <code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code> method
+  particular format are encouraged to use the <code title=attr-input-pattern><a href=#attr-input-pattern>pattern</a></code> attribute or the <code title=dom-cva-setCustomValidity><a href=#dom-cva-setcustomvalidity>setCustomValidity()</a></code> method
   to hook into the client-side validation mechanism.</p>
 
 
@@ -83631,6 +83631,7 @@
   Mike Shaver,
   Mikko Rantalainen,
   Mohamed Zergaoui<!-- Innovimax SARL -->,
+  Mounir Lamouri,
   Ms2ger,
   NARUSE Yui,
   Neil Deakin,

Modified: source
===================================================================
--- source	2010-04-13 01:16:05 UTC (rev 5011)
+++ source	2010-04-13 01:33:20 UTC (rev 5012)
@@ -38740,6 +38740,7 @@
   number fields tend to be free-form fields, because there are a wide
   variety of valid phone numbers. Systems that need to enforce a
   particular format are encouraged to use the <code
+  title="attr-input-pattern">pattern</code> attribute or the <code
   title="dom-cva-setCustomValidity">setCustomValidity()</code> method
   to hook into the client-side validation mechanism.</p>
 
@@ -103294,6 +103295,7 @@
   Mike Shaver,
   Mikko Rantalainen,
   Mohamed Zergaoui<!-- Innovimax SARL -->,
+  Mounir Lamouri,
   Ms2ger,
   NARUSE Yui,
   Neil Deakin,




More information about the Commit-Watchers mailing list