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

relnote(117): 'auto none' allowed for 'contain-intrinsic-size' CSS prop #28522

Merged
merged 4 commits into from
Aug 14, 2023

Conversation

@bsmth bsmth requested a review from a team as a code owner August 11, 2023 12:29
@bsmth bsmth requested review from hamishwillee and removed request for a team August 11, 2023 12:29
@github-actions github-actions bot added the Content:Firefox Content in the Mozilla/Firefox subtree label Aug 11, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Aug 11, 2023

Preview URLs

Flaws (1)

URL: /en-US/docs/Mozilla/Firefox/Releases/117
Title: Firefox 117 for developers
Flaw count: 1

  • macros:
    • /en-US/docs/Web/API/ReadableStream/from_static does not exist
External URLs (1)

URL: /en-US/docs/Mozilla/Firefox/Releases/117
Title: Firefox 117 for developers

(comment last updated: 2023-08-14 11:37:41)

Co-authored-by: Hamish Willee <hamishwillee@gmail.com>
Copy link
Collaborator

@hamishwillee hamishwillee left a comment

Choose a reason for hiding this comment

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

LGTM!

@hamishwillee hamishwillee merged commit fa54d03 into mdn:main Aug 14, 2023
6 checks passed
dipikabh pushed a commit to mdn/data that referenced this pull request Aug 28, 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:__
- [ ] Parent issue mdn/content#28292
- [ ] Examples: mdn/content#28618
- [x] Relnote mdn/content#28522
- [x] BCD - mdn/browser-compat-data#20532


__Bugzilla:__
- https://bugzilla.mozilla.org/show_bug.cgi?id=1835813
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:Firefox Content in the Mozilla/Firefox subtree
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants