[Webkit-unassigned] [Bug 76365] New: A radio button should be "required" if one of a member of the same group has the "required" attribute.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 15 22:17:43 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=76365

           Summary: A radio button should be "required" if one of a member
                    of the same group has the "required" attribute.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tkent at chromium.org
        Depends on: 74909


<form>
 <input type=radio name=group1 required id=radio1>
 <input type=radio name=group1 id=radio2>
</form>

radio2 is always valid in WebKit because it has no "required". This is a behavior described in old HTML5 draft.

The current HTML specification says radio2 should be invalid because radio1 has required and there is no checked radio button in the group.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list