From c8067ba06177a0eee22adc10006f56e36b80a219 Mon Sep 17 00:00:00 2001 From: skyclouds2001 <95597335+skyclouds2001@users.noreply.github.com> Date: Wed, 27 Nov 2024 20:06:36 +0800 Subject: [PATCH] fix(css): Mark `` type as obsolete (#797) mark `` type as obsolete --- css/types.json | 2 +- css/types.schema.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/css/types.json b/css/types.json index 3ccd30fd..eddc042e 100644 --- a/css/types.json +++ b/css/types.json @@ -246,7 +246,7 @@ "groups": [ "CSS Types" ], - "status": "standard", + "status": "obsolete", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/shape" }, "string": { diff --git a/css/types.schema.json b/css/types.schema.json index 22007732..37929aa0 100644 --- a/css/types.schema.json +++ b/css/types.schema.json @@ -16,7 +16,8 @@ "enum": [ "standard", "nonstandard", - "experimental" + "experimental", + "obsolete" ] }, "mdn_url": {