From 05d53aae508b99dfef36296ebd0a80b95338954c Mon Sep 17 00:00:00 2001 From: Claas Augner Date: Mon, 6 Jan 2025 12:03:11 +0100 Subject: [PATCH 1/3] Change `` to `url()` and link to Web/CSS/url_function --- css/properties/content.json | 2 +- css/types/url.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/css/properties/content.json b/css/properties/content.json index 48d5cf21a0d870..706b670e3c4764 100644 --- a/css/properties/content.json +++ b/css/properties/content.json @@ -385,7 +385,7 @@ "url": { "__compat": { "description": "`url()`", - "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/url_value", + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/url_function", "spec_url": "https://drafts.csswg.org/css-values/#urls", "tags": [ "web-features:content" diff --git a/css/types/url.json b/css/types/url.json index b1996dfd37d5eb..3acac4a3c72eaf 100644 --- a/css/types/url.json +++ b/css/types/url.json @@ -3,8 +3,8 @@ "types": { "url": { "__compat": { - "description": "`<url>`", - "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/url_value", + "description": "`url()`", + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/url_function", "spec_url": "https://drafts.csswg.org/css-values/#urls", "tags": [ "web-features:font-face" From a3a467984c49bf957c264531c1520711b3846453 Mon Sep 17 00:00:00 2001 From: Claas Augner Date: Mon, 6 Jan 2025 12:07:15 +0100 Subject: [PATCH 2/3] Add `symbols()` description --- css/properties/list-style-type.json | 1 + 1 file changed, 1 insertion(+) diff --git a/css/properties/list-style-type.json b/css/properties/list-style-type.json index 9ac8f14cafb7bd..7bd427c8a569bc 100644 --- a/css/properties/list-style-type.json +++ b/css/properties/list-style-type.json @@ -3282,6 +3282,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": [ From cdd41c12b9a386eabfb98a8531e4e278b2785ea8 Mon Sep 17 00:00:00 2001 From: Claas Augner <495429+caugner@users.noreply.github.com> Date: Wed, 8 Jan 2025 16:53:03 +0100 Subject: [PATCH 3/3] Update css/types/url.json --- css/types/url.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/types/url.json b/css/types/url.json index ff06b3f39fc841..3acac4a3c72eaf 100644 --- a/css/types/url.json +++ b/css/types/url.json @@ -1,7 +1,7 @@ { "css": { "types": { - "url": + "url": { "__compat": { "description": "`url()`", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/url_function",