Bug 265597 - Element.setAttributeNode() should not treat attribute names case insensitively
Summary: Element.setAttributeNode() should not treat attribute names case insensitively
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-11-30 12:16 PST by Chris Dumez
Modified: 2023-11-30 18:06 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2023-11-30 12:16:50 PST
Element.cpp's findAttrNodeInList() does case-insensitive comparison incorrectly.
Comment 1 Chris Dumez 2023-11-30 12:26:28 PST
Pull request: https://github.com/WebKit/WebKit/pull/21118
Comment 2 Chris Dumez 2023-11-30 14:09:01 PST
Pull request: https://github.com/WebKit/WebKit/pull/21124
Comment 3 EWS 2023-11-30 18:05:30 PST
Committed 271363@main (76c6ef3c49b0): <https://commits.webkit.org/271363@main>

Reviewed commits have been landed. Closing PR #21124 and removing active labels.
Comment 4 Radar WebKit Bug Importer 2023-11-30 18:06:16 PST
<rdar://problem/119013600>