Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Jan 18, 2025
1 parent 0b30ce9 commit 25d250b
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` {{Non-standard_Inline}}
- `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` {{Non-standard_Inline}}
- `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 25d250b

Please sign in to comment.