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

Mark normal and reset as non-standard values for zoom property #36732

Merged
merged 13 commits into from
Nov 15, 2024

Conversation

FelixTakeOne
Copy link
Contributor

  • Updated the zoom property documentation to clarify that normal and reset are non-standard values.
  • Included relevant references and links to CSS specifications.

Description

Revises the zoom property documentation to indicate that the values normal and reset are non-standard and deprecated.
Provides clarification on the usage of these values and recommends using unset instead.

Motivation

To improve the clarity of the zoom property's documentation, ensuring that users understand that normal and reset are non-standard and discouraged for use.

Additional details

https://developer.mozilla.org/en-US/docs/Web/CSS/zoom

Related issues and pull requests

Fixes #36720.

- Updated the `zoom` property documentation to clarify that `normal` and `reset` are non-standard values.
- Included relevant references and links to CSS specifications.
@FelixTakeOne FelixTakeOne requested a review from a team as a code owner November 11, 2024 12:53
@FelixTakeOne FelixTakeOne requested review from estelle and removed request for a team November 11, 2024 12:53
@github-actions github-actions bot added Content:CSS Cascading Style Sheets docs size/s [PR only] 6-50 LoC changed labels Nov 11, 2024
Copy link
Contributor

github-actions bot commented Nov 11, 2024

Preview URLs

External URLs (1)

URL: /en-US/docs/Web/CSS/zoom
Title: zoom

(comment last updated: 2024-11-15 08:27:45)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
estelle

This comment was marked as outdated.

FelixTakeOne and others added 7 commits November 13, 2024 11:58
update `reset` description

Co-authored-by: Estelle Weyl <estelle@openwebdocs.org>
update `normal` description

Co-authored-by: Estelle Weyl <estelle@openwebdocs.org>
update see also

Co-authored-by: Estelle Weyl <estelle@openwebdocs.org>
apply suggestions on the order of Values and the content of Formal syntax
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Estelle Weyl <estelle@openwebdocs.org>
Copy link
Member

@estelle estelle left a comment

Choose a reason for hiding this comment

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

Thanks! 🎉

@estelle estelle merged commit 1bf6e60 into mdn:main Nov 15, 2024
8 checks passed
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 size/s [PR only] 6-50 LoC changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mark zoom: normal and reset as non-standard
2 participants