diff --git a/css-viewport/Overview.bs b/css-viewport/Overview.bs index 9d8795b05f8..5e7764d23cb 100644 --- a/css-viewport/Overview.bs +++ b/css-viewport/Overview.bs @@ -398,7 +398,7 @@ Note: 'zoom' does not affect or prevent 'transform' scaling.
 	Name: zoom
-	Value: <> || <>
+	Value: normal | reset | <> || <>
 	Initial: 1
 	Applies to: all <> property values of all elements
 	Inherited: no
@@ -411,6 +411,14 @@ Note: 'zoom' does not affect or prevent 'transform' scaling.
 The values of this property have the following meanings:
 
 
+
normal +
+ Render this element at its normal size. + +
reset +
+ Do not (de)magnify this element if the user applies non-pinch-based zooming (e.g. by pressing Ctrl \- - or Ctrl \+ + keyboard shortcuts) to the document. Do not use this value, use the standard unset value instead. +
<>
Positive floating point number indicating a zoom factor.