From fee65f11a8e57d4803231e465c3dfbdf8e27d832 Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Sat, 14 Dec 2024 15:07:14 +0800 Subject: [PATCH] Update description key for some css functions --- css/at-rules/import.json | 2 +- css/properties/list-style.json | 1 + css/types/easing-function.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/css/at-rules/import.json b/css/at-rules/import.json index 9be16189b2a88e..be8604485dde3e 100644 --- a/css/at-rules/import.json +++ b/css/at-rules/import.json @@ -49,7 +49,7 @@ }, "layer": { "__compat": { - "description": "`layer(<layer-name>)`", + "description": "`layer()`", "spec_url": "https://drafts.csswg.org/css-cascade-5/#ref-for-typedef-layer-name", "tags": [ "web-features:cascade-layers" diff --git a/css/properties/list-style.json b/css/properties/list-style.json index 1d16ad11efd4e0..ffde0422b7d864 100644 --- a/css/properties/list-style.json +++ b/css/properties/list-style.json @@ -46,6 +46,7 @@ }, "symbols": { "__compat": { + "description": "`symbols()`", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/symbols", "spec_url": "https://drafts.csswg.org/css-counter-styles/#symbols-function", "tags": [ diff --git a/css/types/easing-function.json b/css/types/easing-function.json index 14392f6aeaaa49..e4b478e8e7afb4 100644 --- a/css/types/easing-function.json +++ b/css/types/easing-function.json @@ -49,7 +49,7 @@ }, "cubic-bezier": { "__compat": { - "description": "`cubic-bezier()` with ordinate ∉ [0,1]", + "description": "`cubic-bezier()`", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/easing-function/cubic-bezier", "spec_url": "https://drafts.csswg.org/css-easing/#cubic-bezier-easing-functions", "tags": [