Open
Bug 1205380
Opened 10 years ago
Updated 6 months ago
stylesheet actor should set textContent on inline style sheets
Categories
(DevTools :: Inspector, defect, P3)
DevTools
Inspector
Tracking
(Not tracked)
NEW
People
(Reporter: tromey, Unassigned)
References
Details
(Whiteboard: [devtools-platform])
This comes from:
https://bugzilla.mozilla.org/show_bug.cgi?id=984880#c129
Currently the style sheet actor stores the modified source text in a convenient
data structure. However, for an inline style sheet, the modified source
text could be written back to the owning node's textContent.
One concern is how this would interact with @import; see bug 1202095.
One idea might be to have parseStyleSheet handle this as a side effect.
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•