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

[CSS] support contain-intrinsic-size: auto none #28292

Closed
9 of 14 tasks
Tracked by #432
Rumyra opened this issue Jul 31, 2023 · 2 comments
Closed
9 of 14 tasks
Tracked by #432

[CSS] support contain-intrinsic-size: auto none #28292

Rumyra opened this issue Jul 31, 2023 · 2 comments
Assignees
Labels
Content:CSS Cascading Style Sheets docs fx release archive A closed issue relating to firefox release notes for developers.

Comments

@Rumyra
Copy link
Collaborator

Rumyra commented Jul 31, 2023

Acceptance Criteria

  • The listed features are documented sufficiently on MDN
  • BCD is updated
  • Interactive example and data repos are updated if appropriate
  • The content has been reviewed as needed

For folks helping with Firefox related documentation

  • Set bugs to dev-doc-complete
  • Add entry to Firefox release notes if feature is enabled in release
  • Add entry to Firefox experimental features page if feature is not yet enabled in release

Related Gecko bugs

https://bugzilla.mozilla.org/show_bug.cgi?id=1835813

Related issues and pull requests:

Other

  • Check content open issues to see if any pertain to the subject matter. If there are any that can be closed because of the work, do so. If there are any that can be fixed relatively quickly because of the knowledge from completing this issue and you have time, feel free to go ahead and fix them.
  • Check if glossary updates are required for the feature you're documenting - whether an existing term needs to be updated or a new term should be added.
  • Check if BCD update means that content pages need to have experimental markup removed or deprecated markup added (front matter tags and macros).
@github-actions github-actions bot added the needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. label Jul 31, 2023
@Rumyra Rumyra added Content:CSS Cascading Style Sheets docs Firefox 117 and removed needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. labels Jul 31, 2023
@bsmth bsmth self-assigned this Aug 9, 2023
@bsmth bsmth moved this from Todo to In Progress in MDN Web Docs Content Team Aug 9, 2023
dipikabh pushed a commit to mdn/data that referenced this issue 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
@bsmth bsmth moved this from In Progress to In Review in MDN Web Docs Content Team Sep 1, 2023
@bsmth bsmth moved this from In Review to Done in MDN Web Docs Content Team Sep 5, 2023
@bsmth
Copy link
Member

bsmth commented Sep 5, 2023

Closing as done now

@bsmth bsmth closed this as completed Sep 5, 2023
@bsmth bsmth added fx release archive A closed issue relating to firefox release notes for developers. and removed Firefox 117 labels Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:CSS Cascading Style Sheets docs fx release archive A closed issue relating to firefox release notes for developers.
Projects
Archived in project
Development

No branches or pull requests

2 participants