Skip to content

Commit 5a415e5

Browse files
authored
Add progress() CSS function (#3514)
1 parent 6b41f82 commit 5a415e5

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

features/progress-function.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: progress()
2+
description: The `progress()` CSS function returns a ratio for the relative position of one value between two other values, clamped between 0 and 1. You can use it to interpolate a value for other calculations.
3+
spec: https://drafts.csswg.org/css-values-5/#progress
4+
group:
5+
- css
6+
compat_features:
7+
- css.types.progress
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Generated from: progress-function.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support:
7+
chrome: "138"
8+
chrome_android: "138"
9+
edge: "138"
10+
compat_features:
11+
- css.types.progress

0 commit comments

Comments
 (0)