vivliostyle.js icon indicating copy to clipboard operation
vivliostyle.js copied to clipboard

Implement flex box fragmentation

Open kwkbtr opened this issue 8 years ago • 1 comments

Spec: CSS Flexible Box Layout Module Level 1 - Fragmenting Flex Layout Related: vivliostyle/vivliostyle.js#174

kwkbtr avatar Mar 02 '16 13:03 kwkbtr

Note that flex fragmentation is under specified, as the spec only gives some details about what should happen, but leaves important questions open, and merely suggests (rather than mandate) an algorithm.

If we are the first implementer to seriously consider doing flex fragmentation properly, we will need to do more than follow the spec, and also think deeply about whether the spec is proposing the right thing.

frivoal avatar Mar 02 '16 14:03 frivoal