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

feat: CSS contain-intrinsic-* syntax updates #684

Merged
merged 1 commit into from
Aug 28, 2023

Conversation

bsmth
Copy link
Member

@bsmth bsmth commented Aug 21, 2023

This PR updates the syntax for all contain-intrinsic-* properties:

  • Most adhere to auto? [ none | <length> ] -> an optional auto keyword followed by none or a <length>, e.g.:
    • 10px
    • auto none
    • auto 300px
  • [ auto? [ none | <length> ] ]{1,2} - an optional auto keyword with none or a <length>,
    • 50px 250px
    • none none
    • can be auto 10px auto 10px (for auto width, auto height)

Additionally setting all of these as standard now.

Related issues and pull requests:

Bugzilla:

Copy link
Contributor

@dipikabh dipikabh left a comment

Choose a reason for hiding this comment

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

The updates look good. Thank you 👍

@dipikabh dipikabh merged commit 59748c3 into mdn:main Aug 28, 2023
4 checks passed
wbamberg pushed a commit that referenced this pull request Aug 29, 2023
🤖 I have created a release *beep* *boop*
---


## [2.1.0](v2.0.33...v2.1.0)
(2023-08-29)


### Features

* CSS contain-intrinsic-* syntax updates
([#684](#684))
([59748c3](59748c3))


### Bug Fixes

* **css:** Mark all 'text-emphasis*' properties inheritable
([#685](#685))
([4382320](4382320))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants