Skip to content

Commit

Permalink
feat(css): Remove overflow-clip-box property
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Nov 30, 2024
1 parent 31d4ebe commit 20d99f6
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -7792,21 +7792,6 @@
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/overflow-block"
},
"overflow-clip-box": {
"syntax": "padding-box | content-box",
"media": "visual",
"inherited": false,
"animationType": "discrete",
"percentages": "no",
"groups": [
"Mozilla Extensions"
],
"initial": "padding-box",
"appliesto": "allElements",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "nonstandard"
},
"overflow-clip-margin": {
"syntax": "<visual-box> || <length [0,∞]>",
"media": "visual",
Expand Down

0 comments on commit 20d99f6

Please sign in to comment.