(In reply to David Baron :dbaron: from comment #8) > We stopped using -moz-float-edge for lists in bug 413840; we now only use it > for <hr>s. Maybe we could remove it at some point. Update: the usage for `hr` was removed in bug 1781102, so it's *almost* unused. At this point, we only use `-moz-float-edge` as part of the styles for `<math>`: https://searchfox.org/mozilla-central/rev/02ff1234547a8097df4b07a0deb70dae49ac0d03/layout/mathml/mathml.css#20,33 ``` math { ... -moz-float-edge: margin-box; ``` Maybe we could remove that as part of modernizing some of our mathml stuff, though. I know Igalia folks have done a lot of standardization work on defining how MathML behaves over the past few years, and it wouldn't surprise me if they managed to standardize it such that this is no longer necessary.
Bug 69490 Comment 9 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
(In reply to David Baron :dbaron: from comment #8) > We stopped using -moz-float-edge for lists in bug 413840; we now only use it > for <hr>s. Maybe we could remove it at some point. Update: our `-moz-float-edge` usage for `<hr>` was removed in bug 1781102, so `-moz-float-edge` is now *almost* unused. At this point, we only use `-moz-float-edge` as part of the styles for `<math>`: https://searchfox.org/mozilla-central/rev/02ff1234547a8097df4b07a0deb70dae49ac0d03/layout/mathml/mathml.css#20,33 ``` math { ... -moz-float-edge: margin-box; ``` Maybe we could remove that as part of modernizing some of our mathml stuff, though. I know Igalia folks have done a lot of standardization work on defining how MathML behaves over the past few years, and it wouldn't surprise me if they managed to standardize it such that this is no longer necessary.