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

layout_2020: Add support for hoisting positioned fragments in inline boxes #25985

Merged
merged 1 commit into from Mar 19, 2020

Commits on Mar 19, 2020

  1. layout_2020: Add support for hoisting positioned fragments in inline …

    …boxes
    
    Add support for tracking containing blocks when doing inline layout.
    This requires setting up a PositioningContext for inline boxes when
    necessary. Instead of using the PositioningContext helper methods
    and we reuse the contexts between line breaks.
    
    Fixes #25279.
    mrobinson committed Mar 19, 2020
You can’t perform that action at this time.