Do we still need the style attr special-casing in nsGenericHTMLElement::CopyInnerTo?
Categories
(Core :: DOM: Core & HTML, enhancement, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox55 | --- | affected |
People
(Reporter: bzbarsky, Unassigned)
References
Details
Attachments
(1 file)
2.75 KB,
patch
|
nika
:
review+
|
Details | Diff | Splinter Review |
![]() |
Reporter | |
Comment 1•8 years ago
|
||
![]() |
Reporter | |
Comment 2•8 years ago
|
||
Comment 3•8 years ago
|
||
![]() |
Reporter | |
Comment 4•8 years ago
|
||
Comment 5•8 years ago
|
||
Updated•8 years ago
|
Assignee | ||
Updated•7 years ago
|
Comment 6•7 years ago
|
||
There's a r+ patch which didn't land and no activity in this bug for 2 weeks.
:bzbarsky, could you have a look please?
![]() |
Reporter | |
Comment 7•7 years ago
|
||
This is blocked on some of the Google CSP folks actually responding in the spec issues linked above.
![]() |
Reporter | |
Comment 8•6 years ago
|
||
Christoph, would you be able to poke the CSP spec here to get it sorted out? See https://github.com/w3c/webappsec-csp/issues/212
Comment 9•3 years ago
|
||
(In reply to Boris Zbarsky [:bzbarsky] from comment #8)
Christoph, would you be able to poke the CSP spec here to get it sorted out? See https://github.com/w3c/webappsec-csp/issues/212
Tom, is this something you could take on?
Comment 10•3 years ago
|
||
I have been looking at this on and off, but understanding some of the details here is quite difficult. I think most of the complexity here doesn't actually reside on the CSP side. It's more of a DOM or style question.
Or do you just want me to ping the thread?
![]() |
Reporter | |
Comment 11•3 years ago
|
||
There is no complexity except for the fact that going with a sane behavior makes a CSP test fail. See comment 4 and following....
Updated•3 years ago
|
Description
•