Closed
Bug 1556569
Opened 6 years ago
Closed 6 years ago
Remove display:contents from IsInline[Inside|Outside]Style()
Categories
(Core :: Layout, task, P3)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla69
Tracking | Status | |
---|---|---|
firefox69 | --- | fixed |
People
(Reporter: MatsPalmgren_bugz, Assigned: MatsPalmgren_bugz)
Details
Attachments
(1 file)
I don't think it's necessary anymore since we never create a box for display:contents - it's treated as display:none
in the cases where it doesn't apply. (We used to make inline boxes instead in some cases, before there was a spec for this, which is what this was for IIRC).
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Pushed by mpalmgren@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/21b82ac12302
Remove unnecessary StyleDisplay::Contents from IsInline[Inside|Outside]Style(). r=emilio
Assignee | ||
Updated•6 years ago
|
Flags: in-testsuite-
Comment 4•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla69
You need to log in
before you can comment on or make changes to this bug.
Description
•