We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
zoom
1 parent d5aa515 commit ace409aCopy full SHA for ace409a
features/zoom.yml
@@ -0,0 +1,6 @@
1
+name: zoom
2
+description: The `zoom` CSS property scales the size of an element. Unlike the `transform` property, a zoomed element affects page layout.
3
+spec: https://drafts.csswg.org/css-viewport/#zoom-property
4
+caniuse: css-zoom
5
+compat_features:
6
+ - css.properties.zoom
features/zoom.yml.dist
@@ -0,0 +1,14 @@
+# Generated from: zoom.yml
+# Do not edit this file by hand. Edit the source file instead!
+
+status:
+ baseline: low
+ baseline_low_date: 2024-05-14
7
+ support:
8
+ chrome: "1"
9
+ chrome_android: "18"
10
+ edge: "12"
11
+ firefox: "126"
12
+ firefox_android: "126"
13
+ safari: "3.1"
14
+ safari_ios: "3"
0 commit comments