[Bug 15101] Multiple input buttons inside a label

https://www.w3.org/Bugs/Public/show_bug.cgi?id=15101

--- Comment #4 from zwwwz@aol.com 2011-12-11 23:51:04 UTC ---
(In reply to comment #3)
> HTML5 validation rules are very different from XHTML or HTML < 5 validation.
> 
> For HTML5 the issue is caught:
> 
> <!DOCTYPE html>
> <html>
> <head><title></title>
>     <label>
>         <input type="button" class="setNamePattern" value="1111">
>         <input type="button" class="setNamePattern" value="2222">
>     </label>
> </html>
> 
> Line 6, Column 65: The label element may contain at most one input, button,
> select, textarea, or keygen descendant.
> Line 4, Column 11: label element with multiple labelable descendants.

so are you saying that I should be able to put multiple buttons in a label?

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Sunday, 11 December 2011 23:51:06 UTC