Do not use synthetic display-inside values.
Categories
(Core :: Layout, defect, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox73 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
Details
Attachments
(3 files)
Use just flow since it doesn't simplify the layout code as much.
Also this patch should improve correctness of display: inline list-item.
| Assignee | ||
Comment 1•6 years ago
|
||
This matches the new servo layout engine too, and thus removes some #[cfg]
gunk.
Just use flow since it doesn't simplify the layout code as much. Also this
patch should improve correctness of display: inline list-item, as checking
for equality with display: inline is incorrect in ~all cases.
| Assignee | ||
Comment 2•6 years ago
|
||
And remove some unused display values from the C++ bindings.
Comment 3•6 years ago
|
||
The priority flag is not set for this bug.
:dbaron, could you have a look please?
For more information, please visit auto_nag documentation.
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 4•6 years ago
|
||
Ping on this and the other couple patches? I replied in the Phab.
Updated•6 years ago
|
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 6•6 years ago
|
||
Comment 7•6 years ago
|
||
| bugherder | ||
Comment 11•6 years ago
|
||
| bugherder | ||
Updated•6 years ago
|
| Assignee | ||
Comment 13•6 years ago
|
||
Mats, any update on the remaining patch?
It's been sitting on your queue for more than two weeks and I'd like to either land it or get rid of it and close this bug as WONTFIX... Though I think the patch is worth it.
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Updated•6 years ago
|
Comment 14•6 years ago
|
||
Comment 15•6 years ago
|
||
| bugherder | ||
Description
•