Bug 148866

Summary: Radio buttons should be grouped by Unicode compatibility caseless match
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Normal CC: bfulgham, cdumez, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Ryosuke Niwa 2015-09-04 18:40:06 PDT
Radio button groups must be established when
"They both have a name attribute, their name attributes are not empty, and the value of a's name attribute is a compatibility caseless match for the value of b's name attribute."

See https://html.spec.whatwg.org/multipage/forms.html#radio-button-group

This bug was found by the newly added test:
LayoutTests/http/tests/w3c/html/semantics/forms/the-input-element/radio-groupname-case.html
Comment 1 Radar WebKit Bug Importer 2015-09-04 18:40:35 PDT
<rdar://problem/22589518>