Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Oct 6, 2024
1 parent 4c08754 commit c911891
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -6194,22 +6194,6 @@
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/inset"
},
"inset-area": {
"syntax": "none | <inset-area>",
"media": "visual",
"inherited": false,
"animationType": "discrete",
"percentages": "no",
"groups": [
"CSS Positioning"
],
"initial": "none",
"appliesto": "positionedElementsWithADefaultAnchorElement",
"computed": "asSpecified",
"order": "perGrammar",
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/inset-area"
},
"inset-block": {
"syntax": "<'top'>{1,2}",
"media": "visual",
Expand Down Expand Up @@ -8439,7 +8423,7 @@
"syntax": "none | <position-area>",
"media": "visual",
"inherited": false,
"animationType": "TBD",
"animationType": "discrete",
"percentages": "no",
"groups": [
"CSS Positioning"
Expand Down Expand Up @@ -8477,7 +8461,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/position-try"
},
"position-try-fallbacks": {
"syntax": "none | [ [<dashed-ident> || <try-tactic>] | inset-area( <'inset-area'> ) ]#",
"syntax": "none | [ [<dashed-ident> || <try-tactic>] | <'position-area'> ]#",
"media": "visual",
"inherited": false,
"animationType": "discrete",
Expand Down

0 comments on commit c911891

Please sign in to comment.