Bug 268578
Summary: | SVGTitleElement should only notify Document when it's a child of document element | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | SVG | Assignee: | Ryosuke Niwa <rniwa> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | sabouhallawa, webkit-bug-importer, zimmermann |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryosuke Niwa
SVGTitleElement notifies Document whenever it gets inserted or removed.
This is unnecessary. Limit it to when it's a child of the document element.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
Pull request: https://github.com/WebKit/WebKit/pull/23694
EWS
Committed 273974@main (ea4898b9b7ea): <https://commits.webkit.org/273974@main>
Reviewed commits have been landed. Closing PR #23694 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/122164690>