Skip to content

Conversation

@jamesnw
Copy link
Collaborator

@jamesnw jamesnw commented Sep 30, 2024

  • Adds key to aspect-ratio
  • Adds box-sizing
  • Adds width-height
  • Adds (min | max)-content
  • Adds (min | max)-(width | height)
  • Adds fit-content, and fit-content()

I did not add stretch yet, as there is no support yet.

min-height:auto seems to have incorrect support, opened mdn/browser-compat-data#24582

@github-actions github-actions bot added the feature definition Creating or defining new features or groups of features. label Sep 30, 2024
Comment on lines +71 to +92
# ⬇️ Same status as overall feature ⬇️
# baseline: high
# baseline_low_date: 2020-01-15
# baseline_high_date: 2022-07-15
# support:
# chrome: "18"
# chrome_android: "18"
# edge: "79"
# firefox: "1"
# firefox_android: "4"
# safari: "1.3"
# safari_ios: "1"
- css.properties.max-height.none

# baseline: false
# support:
# chrome: "21"
# chrome_android: "25"
# edge: "79"
# safari: "7"
# safari_ios: "7"
- css.properties.min-height.auto
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I sent mdn/browser-compat-data#24601 to fix these

@ddbeck
Copy link
Collaborator

ddbeck commented Oct 2, 2024

@jamesnw I think this is ready to merge, except min-max-width-height which is blocked by mdn/browser-compat-data#24601. Do you want me to set this whole PR as blocked, or would you like to break out that one feature?

@jamesnw
Copy link
Collaborator Author

jamesnw commented Oct 2, 2024

@jamesnw I think this is ready to merge, except min-max-width-height which is blocked by mdn/browser-compat-data#24601. Do you want me to set this whole PR as blocked, or would you like to break out that one feature?

@ddbeck I'll set this whole PR to blocked to limit task overhead.

@jamesnw jamesnw added the blocked Blocked waiting for something external label Oct 2, 2024
@ddbeck ddbeck removed the blocked Blocked waiting for something external label Oct 3, 2024
Copy link
Collaborator

@ddbeck ddbeck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And the fix is in BCD—we'll get it in the next BCD release, which will probably be tomorrow.

@ddbeck ddbeck merged commit 467e242 into web-platform-dx:main Oct 3, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature definition Creating or defining new features or groups of features.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants