diff --git a/css/properties.json b/css/properties.json index 5d6c89029..ded412a82 100644 --- a/css/properties.json +++ b/css/properties.json @@ -2329,6 +2329,11 @@ "appliesto": "allElements", "computed": "listEachItemConsistingOfAbsoluteLengthPercentageAndOrigin", "order": "uniqueOrder", + "alsoAppliesTo": [ + "::first-letter", + "::first-line", + "::placeholder" + ], "status": "experimental", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/background-position-x" }, @@ -2345,6 +2350,11 @@ "appliesto": "allElements", "computed": "listEachItemConsistingOfAbsoluteLengthPercentageAndOrigin", "order": "uniqueOrder", + "alsoAppliesTo": [ + "::first-letter", + "::first-line", + "::placeholder" + ], "status": "experimental", "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/background-position-y" },