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

min/max-width/height, replaced elements #25207

Merged
merged 19 commits into from Dec 10, 2019
Merged

min/max-width/height, replaced elements #25207

merged 19 commits into from Dec 10, 2019

Commits on Dec 10, 2019

  1. Add min/max-width/height support for `inline-block`

    (… and other non-replaced atomic inline-level boxes.)
    SimonSapin committed Dec 10, 2019
  2. Implement replaced abspos

    SimonSapin committed Dec 10, 2019
  3. Fix a “Accessing content size that was not requested” panic

    Percentage `width` are treated as `auto` for the purpose of
    min/max-content computation, so they also need to be considered
    when testing “wether width is auto”
    SimonSapin committed Dec 10, 2019
You can’t perform that action at this time.