Open
Bug 1826538
Opened 2 years ago
Updated 2 years ago
Style editor needs to not list by default resource:// or chrome:// sheets belonging to UA widgets.
Categories
(DevTools :: Style Editor, defect, P3)
DevTools
Style Editor
Tracking
(Not tracked)
NEW
People
(Reporter: emilio, Unassigned, NeedInfo)
References
Details
That is, we need a better setup for determining whether a stylesheet is a "system" stylesheet. Right now it's based on the parsing mode (i.e., if it's a user-agent sheet). But that doesn't account for videocontrols.css or other UA widgets, see bug 1824886 comment 11 and following.
However some checks really want the UA sheet case, so it's a bit more tricky than just adding an href check.
Comment 2•2 years ago
|
||
Maybe we could still do a href check for the default users who don't turn on any advanced "browser style" or chrome debugging feature?
Severity: -- → S3
Flags: needinfo?(jdescottes)
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•