Closed
Bug 1981121
Opened 4 months ago
Closed 4 months ago
Implement IsShadowIncludingDescendantOf
Categories
(Core :: DOM: Core & HTML, task)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
143 Branch
| Tracking | Status | |
|---|---|---|
| firefox143 | --- | fixed |
People
(Reporter: keithamus, Assigned: keithamus)
References
()
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•4 months ago
|
||
This implements IsShadowIncludingDescendantOf, and also refactors
IsShadowIncludingDescendantOf to leverage IsShadowIncludingDescendantOf.
The two behave slightly differently; in that
IsShadowIncludingDescendantOf does not compare the original node, only
the parent, while IsShadowIncludingInclusiveDescendantOf includes the
original node.
Updated•4 months ago
|
Assignee: nobody → mozilla
Status: NEW → ASSIGNED
Pushed by mozilla@keithcirkel.co.uk:
https://github.com/mozilla-firefox/firefox/commit/fc9736a61281
https://hg.mozilla.org/integration/autoland/rev/429229d8195c
Implement IsShadowIncludingDescendantOf r=dom-core,smaug
Comment 3•4 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 months ago
Resolution: --- → FIXED
Target Milestone: --- → 143 Branch
Updated•3 months ago
|
QA Whiteboard: [qa-triage-done-c144/b143]
You need to log in
before you can comment on or make changes to this bug.
Description
•