Open
Bug 1503825
Opened 6 years ago
Updated 2 years ago
Review anonymous status for children of UA widget shadow roots
Categories
(DevTools :: Inspector, enhancement, P3)
DevTools
Inspector
Tracking
(Not tracked)
NEW
People
(Reporter: jdescottes, Unassigned)
References
(Blocks 1 open bug)
Details
Follow up to Bug 1483660.
In Bug 1483660 we will hide shadow-root for UA widgets by default. The previous implementation of such widgets using XUL was marking all the children as "native anonymous". At the moment, the children of the new UA widgets implemented with shadow DOM are just marked as shadow anonymous.
We want to unlock some editing features currently blocked for shadow anonymous nodes (see Bug 1476227), maybe we need a new flag here, or maybe we should also set them as native anonymous.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•