Skip to content

Commit

Permalink
feat(css): Update/Remove mdn_url and update status for Masonry layout…
Browse files Browse the repository at this point in the history
… related features
  • Loading branch information
skyclouds2001 authored Dec 22, 2024
1 parent 57b11d6 commit 729093b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -1763,8 +1763,7 @@
"appliesto": "gridContainersWithMasonryLayoutInTheirBlockAxis",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/align-tracks"
"status": "nonstandard"
},
"all": {
"syntax": "initial | inherit | unset | revert | revert-layer",
Expand Down Expand Up @@ -6413,8 +6412,7 @@
"appliesto": "gridContainersWithMasonryLayoutInTheirInlineAxis",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/justify-tracks"
"status": "nonstandard"
},
"left": {
"syntax": "<length> | <percentage> | auto",
Expand Down Expand Up @@ -7252,8 +7250,8 @@
"appliesto": "gridContainersWithMasonryLayout",
"computed": "asSpecified",
"order": "uniqueOrder",
"status": "experimental",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/masonry-auto-flow"
"status": "nonstandard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/grid-auto-flow"
},
"math-depth": {
"syntax": "auto-add | add(<integer>) | <integer>",
Expand Down

0 comments on commit 729093b

Please sign in to comment.