Closed
Bug 1237580
Opened 10 years ago
Closed 10 years ago
For HTML elements in HTML documents, NamedNodeMap should only have lowercase property names
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla46
| Tracking | Status | |
|---|---|---|
| firefox46 | --- | fixed |
People
(Reporter: annevk, Assigned: bzbarsky)
Details
Attachments
(1 file)
See https://github.com/whatwg/dom/issues/141#issuecomment-169208285 for justification. https://dom.spec.whatwg.org/#interface-namednodemap has the standard.
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8707712 -
Flags: review?(bkelly)
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → bzbarsky
Status: NEW → ASSIGNED
Comment 2•10 years ago
|
||
Comment on attachment 8707712 [details] [diff] [review]
NamedNodeMap should only claim to support a name if that name has no uppercase ASCII chars, for HTML elements in HTML documents
Review of attachment 8707712 [details] [diff] [review]:
-----------------------------------------------------------------
Looks right and has test coverage. r=me
Attachment #8707712 -
Flags: review?(bkelly) → review+
Comment 4•10 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox46:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla46
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•