html5/spec Overview.html,1.4028,1.4029

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv30448

Modified Files:
	Overview.html 
Log Message:
Suggest using pattern='' with type=tel (whatwg r5012)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4028
retrieving revision 1.4029
diff -u -d -r1.4028 -r1.4029
--- Overview.html	13 Apr 2010 01:16:09 -0000	1.4028
+++ Overview.html	13 Apr 2010 01:34:24 -0000	1.4029
@@ -28180,7 +28180,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.<div class="bookkeeping">
 
    <p>The following common <code><a href="#the-input-element">input</a></code> element content
@@ -68333,6 +68333,7 @@
   Mike Shaver,
   Mikko Rantalainen,
   Mohamed Zergaoui<!-- Innovimax SARL -->,
+  Mounir Lamouri,
   Ms2ger,
   NARUSE Yui,
   Neil Deakin,

Received on Tuesday, 13 April 2010 01:34:29 UTC