Module layout_2013::sequential
source · Expand description
Implements sequential traversals over the DOM and flow trees.
Functions§
- Guesses how much inline size will be taken up by floats on the left and right sides of the given flow. This is needed to speculatively calculate the inline sizes of block formatting contexts. The speculation typically succeeds, but if it doesn’t we have to lay it out again.
- Run the main layout passes sequentially.