Skip to content

Commit

Permalink
[css-viewport-1] Hardcode numeric range in syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
cdoublev authored and svgeesus committed Jan 31, 2024
1 parent cdc4c4d commit acdca61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css-viewport/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ Note: 'zoom' does not affect or prevent 'transform' scaling.

<pre class="propdef">
Name: zoom
Value: <<number>> || <<percentage>>
Value: <<number [0,∞]>> || <<percentage [0,∞]>>
Initial: 1
Applies to: all <<length>> property values of all elements
Inherited: no
Expand Down

0 comments on commit acdca61

Please sign in to comment.