Skip to content

Commit ace409a

Browse files
authored
Add the zoom property feature (#1279)
1 parent d5aa515 commit ace409a

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

features/zoom.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Generated from: zoom.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: low
6+
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

Comments
 (0)