mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 23:08:39 +09:00
Issue #1992 - Part 1: Un-prefix -moz-{min|max}-content keywords.
This commit is contained in:
parent
91b51a6509
commit
fa8bc1e81c
7 changed files with 15 additions and 18 deletions
|
|
@ -3813,7 +3813,7 @@ nsTableFrame::IsAutoLayout()
|
|||
if (StyleTable()->mLayoutStrategy == NS_STYLE_TABLE_LAYOUT_AUTO)
|
||||
return true;
|
||||
// a fixed-layout inline-table must have a inline size
|
||||
// and tables with inline size set to '-moz-max-content' must be
|
||||
// and tables with inline size set to 'max-content' must be
|
||||
// auto-layout (at least as long as
|
||||
// FixedTableLayoutStrategy::GetPrefISize returns nscoord_MAX)
|
||||
const nsStyleCoord &iSize = StylePosition()->ISize(GetWritingMode());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue