From 9c06d79f7ef70af70f44fe4f70cc3a26d680e219 Mon Sep 17 00:00:00 2001 From: "FeRD (Frank Dana)" Date: Sat, 20 Jan 2024 13:04:01 -0500 Subject: [PATCH] fix(css): Remove ::first-line from margin* props Fixes mdn/content#31806 --- css/properties.json | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/css/properties.json b/css/properties.json index 6648662f..7e0c4bb6 100644 --- a/css/properties.json +++ b/css/properties.json @@ -6384,8 +6384,7 @@ ], "order": "uniqueOrder", "alsoAppliesTo": [ - "::first-letter", - "::first-line" + "::first-letter" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/margin" @@ -6458,8 +6457,7 @@ "computed": "percentageAsSpecifiedOrAbsoluteLength", "order": "uniqueOrder", "alsoAppliesTo": [ - "::first-letter", - "::first-line" + "::first-letter" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/margin-bottom" @@ -6532,8 +6530,7 @@ "computed": "percentageAsSpecifiedOrAbsoluteLength", "order": "uniqueOrder", "alsoAppliesTo": [ - "::first-letter", - "::first-line" + "::first-letter" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/margin-left" @@ -6552,8 +6549,7 @@ "computed": "percentageAsSpecifiedOrAbsoluteLength", "order": "uniqueOrder", "alsoAppliesTo": [ - "::first-letter", - "::first-line" + "::first-letter" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/margin-right" @@ -6572,8 +6568,7 @@ "computed": "percentageAsSpecifiedOrAbsoluteLength", "order": "uniqueOrder", "alsoAppliesTo": [ - "::first-letter", - "::first-line" + "::first-letter" ], "status": "standard", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/margin-top" @@ -6592,8 +6587,7 @@ "computed": "asSpecified", "order": "perGrammar", "alsoAppliesTo": [ - "::first-letter", - "::first-line" + "::first-letter" ], "status": "experimental", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/margin-trim"