From 01d02cf9b6e64ae5016d3d0ab6feb88829636910 Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Sat, 23 Nov 2024 12:15:11 +0800 Subject: [PATCH] fix(css): mark `element()` as experimental --- css/functions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/functions.json b/css/functions.json index 09c9ce30..fca650ce 100644 --- a/css/functions.json +++ b/css/functions.json @@ -121,7 +121,7 @@ "groups": [ "CSS Miscellaneous" ], - "status": "standard", + "status": "experimental", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/element" }, "ellipse()": {