Closed
Bug 348415
Opened 19 years ago
Closed 18 years ago
Need C++ fix for bug 307826
Categories
(Core :: MathML, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Assigned: rbs)
References
Details
(Whiteboard: [sg:critical])
The fix for bug 307826 relies on this addition to mathml.css:
/* MathML doesn't permit floating and positioning */
*, * *|* {
float: none !important;
position: static !important;
}
This needs to be replaced by a C++ fix. See bug 347355 comment 15 for some reasons why mathml.css rules are not adequate for fixing security holes.
Reporter | ||
Updated•19 years ago
|
Whiteboard: [sg:critical]
Comment 1•19 years ago
|
||
The float:none rule was removed with https://bugzilla.mozilla.org/attachment.cgi?id=209640
the patch from bug 317544.
Comment 2•18 years ago
|
||
any reason to continue to hold this open? looks like it can be marked fixed.
Yeah, looks like the rules have been removed now.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
Updated•18 years ago
|
Group: security
You need to log in
before you can comment on or make changes to this bug.
Description
•