Closed
Bug 1600429
Opened 5 years ago
Closed 5 years ago
Add ability to strip conditional CSS rules, only
Categories
(Core :: DOM: HTML Parser, enhancement)
Core
DOM: HTML Parser
Tracking
()
RESOLVED
FIXED
mozilla73
Tracking | Status | |
---|---|---|
firefox73 | --- | fixed |
People
(Reporter: KaiE, Assigned: KaiE)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Thunderbird needs to ability to strip conditional CSS rules from an email, while keeping everything else of the HTML/CSS document. It has been suggested to add this as an option to nsIParserUtils.idl / nsTreeSanitizer.cpp and the patch has already been reviewed by Henri Sivonen in a Thunderbird bug.
Filing this gecko bug and will ask for phabricator r+
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by kaie@kuix.de:
https://hg.mozilla.org/integration/autoland/rev/53cfede1065c
Add ability to strip conditional CSS rules, only. r=hsivonen
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox73:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla73
Comment 4•5 years ago
|
||
It would be nice if this would've landed with a test... I'm reworking the stylesheet sanitization and I almost break this.
You need to log in
before you can comment on or make changes to this bug.
Description
•