Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions features/draft/spec/css-mixins-1.yml

This file was deleted.

22 changes: 0 additions & 22 deletions features/draft/spec/css-mixins-1.yml.dist

This file was deleted.

14 changes: 13 additions & 1 deletion features/function.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,16 @@ name: "@function"
description: "The `@function` CSS at-rule defines a custom function that takes CSS values or custom properties as arguments, and returns a CSS value. It can be based on conditional logic such as by using the `@media` at-rule."
spec: https://drafts.csswg.org/css-mixins-1/#function-rule
group: css
# No compat keys yet, this feature is planned to ship with Chromium 139
compat_features:
- api.CSSFunctionDeclarations
- api.CSSFunctionDeclarations.style
- api.CSSFunctionDescriptors
- api.CSSFunctionDescriptors.result
- api.CSSFunctionRule
- api.CSSFunctionRule.getParameters
- api.CSSFunctionRule.name
- api.CSSFunctionRule.returnType
- css.at-rules.function
- css.at-rules.function.result
- css.types.dashed-function
- css.types.type
18 changes: 17 additions & 1 deletion features/function.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,20 @@

status:
baseline: false
support: {}
support:
chrome: "139"
chrome_android: "139"
edge: "139"
compat_features:
- api.CSSFunctionDeclarations
- api.CSSFunctionDeclarations.style
- api.CSSFunctionDescriptors
- api.CSSFunctionDescriptors.result
- api.CSSFunctionRule
- api.CSSFunctionRule.getParameters
- api.CSSFunctionRule.name
- api.CSSFunctionRule.returnType
- css.at-rules.function
- css.at-rules.function.result
- css.types.dashed-function
- css.types.type