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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 9 23:10:01 PDT 2012


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





--- Comment #3 from Kent Tamura <tkent at chromium.org>  2012-07-09 23:10:00 PST ---
Spec:

http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html#radio-button-group
> 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.

http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#compatibility-caseless
> Comparing two strings in a compatibility caseless manner means using the Unicode compatibility caseless match operation to compare the two strings. [UNICODE]

According to Unicode 6.1 Chapter 3, Compatibility caseless match for a string X and a stringY is:
   NFKD(toCaseFold(NFKD(toCasefold(NFD(X))))) = NFKD(toCaseFold(NFKD(toCasefold(NFD(Y)))))

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