Skip to content

Commit

Permalink
feat: rename inset-area to position-area (#769)
Browse files Browse the repository at this point in the history
* add

* fix
  • Loading branch information
skyclouds2001 authored Oct 18, 2024
1 parent 43873fc commit d2b8857
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 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 @@ -8451,6 +8435,22 @@
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/position-anchor"
},
"position-area": {
"syntax": "none | <position-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/position-area"
},
"position-try": {
"syntax": "<'position-try-order'>? <'position-try-fallbacks'>",
"media": "visual",
Expand All @@ -8477,7 +8477,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 d2b8857

Please sign in to comment.