From 991632c9678a3ed0534185b4f0bf94528a92d321 Mon Sep 17 00:00:00 2001 From: Jaya Krishna Namburu Date: Tue, 17 Sep 2024 13:36:20 +0530 Subject: [PATCH] fix: add mdn url for CSS offset-anchor (#759) add mdn url for offset-anchor --- css/properties.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/properties.json b/css/properties.json index 4df788a8..b3661913 100644 --- a/css/properties.json +++ b/css/properties.json @@ -7513,7 +7513,8 @@ "appliesto": "transformableElements", "computed": "forLengthAbsoluteValueOtherwisePercentage", "order": "perGrammar", - "status": "standard" + "status": "standard", + "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/offset-anchor" }, "offset-distance": { "syntax": "",