Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CSS Multicolumn support with block fragmentation #9170

Merged
merged 8 commits into from Jan 29, 2016

Commits on Jan 27, 2016

  1. Disable incremental reflow for multicol and their descendants.

    Fragmentation with dynamic updates is hard.
    SimonSapin committed Jan 27, 2016

Commits on Jan 28, 2016

  1. Sequentialize assign_block_size for flows that can be fragmented.

    Fragmentation will be intertwined with block size calculation.
    SimonSapin committed Jan 28, 2016
  2. Remove unused `fixed_descendants: AbsoluteDescendants`

    … in `construct.rs` for multicol and table wrappers.
    SimonSapin committed Jan 28, 2016
You can’t perform that action at this time.