- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 08 Aug 2009 01:25:48 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv9160 Modified Files: Overview.html Log Message: Typo (bug 7214) (whatwg r3561) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2753 retrieving revision 1.2754 diff -u -d -r1.2753 -r1.2754 --- Overview.html 8 Aug 2009 01:21:33 -0000 1.2753 +++ Overview.html 8 Aug 2009 01:25:45 -0000 1.2754 @@ -27424,8 +27424,8 @@ </div><h6 id="telephone-state"><span class="secno">4.10.4.1.3 </span><dfn title="attr-input-type-tel">Telephone</dfn> state</h6><div class="impl"> - <p>When an <code><a href="#the-input-element">input</a></code> element's <code title="attr-input-type"><a href="#attr-input-type">type</a></code> attribute is in the <a href="#telephone-state" title="attr-input-type-tel">Telphone</a> state, the rules in this - section apply.</p> + <p>When an <code><a href="#the-input-element">input</a></code> element's <code title="attr-input-type"><a href="#attr-input-type">type</a></code> attribute is in the <a href="#telephone-state" title="attr-input-type-tel">Telephone</a> state, the rules in + this section apply.</p> </div><p>The <code><a href="#the-input-element">input</a></code> element <a href="#represents">represents</a> a control for editing a telephone number given in the element's <a href="#concept-fe-value" title="concept-fe-value">value</a>.<div class="impl">
Received on Saturday, 8 August 2009 01:25:57 UTC