Skip to content

Commit

Permalink
Add inline status badge for css zoom property (#37705)
Browse files Browse the repository at this point in the history
* Add inline  non-standard badge for css `zoom` property

* Apply suggestions from code review
  • Loading branch information
skyclouds2001 authored Jan 22, 2025
1 parent 00e97c5 commit 5c4720e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/en-us/web/css/zoom/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ zoom: unset;

Two non-standard keyword values are not recommended. Check [browser compatibility](#browser_compatibility) data:

- `normal`
- `normal` {{Non-standard_Inline}} {{Deprecated_Inline}}
- : Render the element at its normal size; equal to `zoom: 1`. Use the global {{cssxref("unset")}} keyword value instead.
- `reset`
- `reset` {{Non-standard_Inline}} {{Deprecated_Inline}}
- : Resets the value to `zoom: 1` and prevents the element from being (de)magnified if the user applies non-pinch-based zooming (e.g. by pressing <kbd>Ctrl</kbd> \- <kbd>-</kbd> or <kbd>Ctrl</kbd> \+ <kbd>+</kbd> keyboard shortcuts) to the document.

## Formal definition
Expand Down

0 comments on commit 5c4720e

Please sign in to comment.