Skip to content

Commit 46da343

Browse files
authored
Allow abs-sign to progress to Baseline low (#3205)
Fixes #3194
1 parent 4e6762b commit 46da343

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

features/abs-sign.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,3 @@ name: abs() and sign()
22
description: The `abs()` and `sign()` CSS functions compute the absolute value or the sign of the input.
33
spec: https://drafts.csswg.org/css-values-4/#sign-funcs
44
group: css
5-
status:
6-
baseline: false
7-
support:
8-
chrome: "138"
9-
chrome_android: "138"
10-
edge: "138"
11-
safari: "15.4"
12-
safari_ios: "15.4"

features/abs-sign.yml.dist

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Generated from: abs-sign.yml
22
# Do not edit this file by hand. Edit the source file instead!
33

4+
status:
5+
baseline: low
6+
baseline_low_date: 2025-06-26
7+
support:
8+
chrome: "138"
9+
chrome_android: "138"
10+
edge: "138"
11+
firefox: "118"
12+
firefox_android: "118"
13+
safari: "15.4"
14+
safari_ios: "15.4"
415
compat_features:
516
- css.types.abs
617
- css.types.sign

0 commit comments

Comments
 (0)