- From: poot <cvsmail@w3.org>
- Date: Tue, 13 Apr 2010 10:34:43 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Suggest using pattern='' with type=tel (whatwg r5012) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4028&r2=1.4029&f=h http://html5.org/tools/web-apps-tracker?from=5011&to=5012 =================================================================== 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:35:11 UTC