[Webkit-unassigned] [Bug 90617] New: Radio button name is case sensitive

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 5 09:58:22 PDT 2012


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

           Summary: Radio button name is case sensitive
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bugzilla at bryan.co.il


Condition: A set of radio buttons with the *same* name but different capitalization

 - Checking one should un-check the others. 
 - Instead, they are treated as separate sets of radio buttons.

     IE 9                    : OK 
     Firefox 13              : OK
     Chrome 22.0.1195.0      : Fail  
     Chrome 20.0.1132.47 m   : Fail

Here's an example in jsFiddle: http://jsfiddle.net/rNdLu/ . It works fine in IE and FF. 

W3C guide to HTML5 3.2.3: "...In HTML, attribute names are case insensitive..."

-- 
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