- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 31 Aug 2009 09:00:10 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv12493 Modified Files: Overview.html Log Message: Clarify some requirements regarding form validation APIs. (whatwg r3720) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2898 retrieving revision 1.2899 diff -u -d -r1.2898 -r1.2899 --- Overview.html 31 Aug 2009 08:43:43 -0000 1.2898 +++ Overview.html 31 Aug 2009 09:00:06 -0000 1.2899 @@ -30154,7 +30154,8 @@ its <code title="attr-input-type"><a href="#attr-input-type">type</a></code> attribute is in a state whose definition declares that the attribute applies. When an attribute doesn't apply to an <code><a href="#the-input-element">input</a></code> element, user - agents must <a href="#ignore">ignore</a> the attribute.</p> + agents must <a href="#ignore">ignore</a> the attribute, regardless of the + requirements and definitions below.</p> </div><h6 id="the-autocomplete-attribute"><span class="secno">4.10.4.2.1 </span>The <code title="attr-input-autocomplete"><a href="#attr-input-autocomplete">autocomplete</a></code> attribute</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <dfn id="attr-input-autocomplete" title="attr-input-autocomplete"><code>autocomplete</code></dfn> attribute is an <a href="#enumerated-attribute">enumerated attribute</a>. The attribute has @@ -32854,7 +32855,8 @@ it <a href="#concept-fv-valid" title="concept-fv-valid">satisfies its constraints</a>; otherwise, it must return a suitably localized message that the user agent would show the user if this were the only form with a validity - constraint problem. If the element is <a href="#suffering-from-a-custom-error">suffering from a custom + constraint problem. If the element is a <a href="#candidate-for-constraint-validation">candidate for + constraint validation</a> and is <a href="#suffering-from-a-custom-error">suffering from a custom error</a>, then the <a href="#custom-validity-error-message">custom validity error message</a> should be present in the return value.</p>
Received on Monday, 31 August 2009 09:00:20 UTC