Skip to content

Commit

Permalink
fix(css): Remove ::first-line from margin* props
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdnyc committed Jan 20, 2024
1 parent 4f43ef9 commit 9c06d79
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 9c06d79

Please sign in to comment.