Oh, I'm sorry.  I have found a sentence about visibility in the draft.<div><br></div><div><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#constraint-validation">http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#constraint-validation</a></div>
<div><span class="Apple-style-span" style="font-family: sans-serif, 'Droid Sans Fallback'; font-size: medium; line-height: 24px; ">> If one of the controls is not</span><span class="Apple-style-span" style="font-family: sans-serif, 'Droid Sans Fallback'; font-size: medium; line-height: 24px; "> </span><span class="Apple-style-span" style="font-family: sans-serif, 'Droid Sans Fallback'; font-size: medium; line-height: 24px; "><a href="rendering.html#being-rendered" style="color: rgb(0, 0, 204); background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; background-position: initial initial; background-repeat: initial initial; ">being rendered</a></span><span class="Apple-style-span" style="font-family: sans-serif, 'Droid Sans Fallback'; font-size: medium; line-height: 24px; "> </span><span class="Apple-style-span" style="font-family: sans-serif, 'Droid Sans Fallback'; font-size: medium; line-height: 24px; ">(e.g. it has the</span><span class="Apple-style-span" style="font-family: sans-serif, 'Droid Sans Fallback'; font-size: medium; line-height: 24px; "> </span><span class="Apple-style-span" style="font-family: sans-serif, 'Droid Sans Fallback'; font-size: medium; line-height: 24px; "><code title="attr-hidden" style="font-size: inherit; font-family: monospace, 'Droid Sans Fallback', sans-serif; font-variant: normal; color: rgb(255, 69, 0); "><a href="editing.html#the-hidden-attribute" style="color: inherit; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; background-position: initial initial; background-repeat: initial initial; ">hidden</a></code></span><span class="Apple-style-span" style="font-family: sans-serif, 'Droid Sans Fallback'; font-size: medium; line-height: 24px; "> </span><span class="Apple-style-span" style="font-family: sans-serif, 'Droid Sans Fallback'; font-size: medium; line-height: 24px; ">attribute set) then user agents may report a script error.</span><br>
<div><br></div><div>This sentence is about process against controls of which validation result is invalid.</div><div>I think UA doesn't need to validate such controls.</div><div><br></div><div><br></div><div>The Chrome bug report is here: <a href="http://code.google.com/p/chromium/issues/detail?id=45640">http://code.google.com/p/chromium/issues/detail?id=45640</a><br>
<br><div class="gmail_quote">2010/6/4 TAMURA, Kent <span dir="ltr"><<a href="mailto:tkent@chromium.org">tkent@chromium.org</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">> An element is a "candidate for constraint validation" if<br>
> 1. it is a validatable type,<br>
>    e.g. true if <input type=number>, false if <input type=reset><br>
> 2. has no "disabled" attribute,<br>
> 3. has no "readonly" attribute,<br>
> 4. inside of a <form> element,<br>
> 5. has non-empty "name" attribute, and<br>
> 6. not inside of a <datalist> element.<br>
><br>
> I hope ValidityState and the pseudo classes ignores 2-6.<br>
<br>
The pseudo-classes do not ignore 2, 3, and 6. (4 and 5 are now removed.)<br></blockquote><div><br></div><div>I'd like to propose to add another condition:</div><div> 7. it is visible (computed 'display' property of CSS isn't 'none' and no 'hidden' content attribute)</div>

<div><br></div><div>I couldn't find exceptional rules for validating invisible controls in the current draft.</div><div>Chrome 5 was released with a part of interactive validation, and we received a bug report about validation against invisible form controls.</div>

<div> </div></div><font color="#888888">-- <br>TAMURA Kent <br>Software Engineer, Google <br><br><br><br>
</font></blockquote></div><br><br clear="all"><br>-- <br>TAMURA Kent <br>Software Engineer, Google <br><br><br><br>
</div></div>