[Webkit-unassigned] [Bug 126200] New: Handle (numeric) indexed access of DOMStringMap
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 23 19:17:28 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=126200
Summary: Handle (numeric) indexed access of DOMStringMap
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Keywords: BlinkMergeCandidate
Severity: Normal
Priority: P2
Component: HTML DOM
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: rniwa at webkit.org
CC: benjamin at webkit.org, akling at apple.com
Consider merging https://chromium.googlesource.com/chromium/blink/+/54785059007176b07b03810a3f98eb7afa4739b9
As the set of supported property names over DOMStringMap reflects the
attributes of an Element prefixed with 'data-', these naturally also
include numeric indexes.
To allow such index values to be used over DOMStringMap, extend its
IDL definition with indexed accessors.
Also address an infelicity in comparing attribute names to property
names if the property name uses a "-" but isn't followed by an ASCII
uppercase letter (e.g. "a-1".)
Extended test coverage to check for these variations also.
--
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