diff --git a/files/en-us/web/css/zoom/index.md b/files/en-us/web/css/zoom/index.md index 50b2f26b59ee24c..f65b360646a31dc 100644 --- a/files/en-us/web/css/zoom/index.md +++ b/files/en-us/web/css/zoom/index.md @@ -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 Ctrl \- - or Ctrl \+ + keyboard shortcuts) to the document. ## Formal definition