vivliostyle.js
vivliostyle.js copied to clipboard
Implement flex box fragmentation
Spec: CSS Flexible Box Layout Module Level 1 - Fragmenting Flex Layout Related: vivliostyle/vivliostyle.js#174
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.