Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📦 Release @webref/css@6.15.1 #1329

Merged
merged 1 commit into from
Sep 6, 2024
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 30, 2024

⚠ NEVER add commits to this pull request.

🤖 This pull request was automatically created to facilitate human review of @webref/css changes triggered by curated data at 8ef1c38.

🧐 Please review the diff below and version numbers. If all looks good, merge this pull request to release the changes to npm.

📦 Latest released @webref/css package was v6.15.0. Merging this pull request will release v6.15.1. Make sure that the bump is the right one for the changes.

✍ If any change needs to be made before release, do not add a commit to this pull request. Changes should rather be handled in a separate pull request and pushed to the main branch. You may leave this pull request open in the meantime, or close it. The pre-release job will automatically update this pull request or create a new one once the updates have made their way to the main branch.

🛈 The actual change introduced by this pull request is a version bump in packages/css/package.json. You do not need to review that change. The bumped version is not the version that will be released when this pull request is merged, but rather the version that will be released next time.

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-anchor-position.json packages/css/css-anchor-position.json
--- webref/node_modules/@webref/css/css-anchor-position.json
+++ packages/css/css-anchor-position.json
@@ -86,6 +86,15 @@
       "computedValue": "as specified",
       "canonicalOrder": "per grammar",
       "animationType": "discrete",
+      "values": [
+        {
+          "name": "auto",
+          "prose": "Its values are identical to the <anchor-element> term in anchor() and anchor-size(), except that the auto value is equivalent to omitting the <anchor-element> in anchor() (referring to the implicit anchor element, if one exists).",
+          "href": "https://drafts.csswg.org/css-anchor-position-1/#valdef-position-anchor-auto",
+          "type": "value",
+          "value": "auto"
+        }
+      ],
       "styleDeclaration": [
         "position-anchor",
         "positionAnchor"
@@ -124,6 +133,34 @@
       ]
     },
     {
+      "name": "top",
+      "newValues": "<anchor()> | <anchor-size()>",
+      "styleDeclaration": [
+        "top"
+      ]
+    },
+    {
+      "name": "left",
+      "newValues": "<anchor()> | <anchor-size()>",
+      "styleDeclaration": [
+        "left"
+      ]
+    },
+    {
+      "name": "right",
+      "newValues": "<anchor()> | <anchor-size()>",
+      "styleDeclaration": [
+        "right"
+      ]
+    },
+    {
+      "name": "bottom",
+      "newValues": "<anchor()> | <anchor-size()>",
+      "styleDeclaration": [
+        "bottom"
+      ]
+    },
+    {
       "name": "justify-self",
       "newValues": "anchor-center",
       "values": [
@@ -238,6 +275,84 @@
       ]
     },
     {
+      "name": "width",
+      "newValues": "<anchor-size()>",
+      "styleDeclaration": [
+        "width"
+      ]
+    },
+    {
+      "name": "height",
+      "newValues": "<anchor-size()>",
+      "styleDeclaration": [
+        "height"
+      ]
+    },
+    {
+      "name": "min-width",
+      "newValues": "<anchor-size()>",
+      "styleDeclaration": [
+        "min-width",
+        "minWidth"
+      ]
+    },
+    {
+      "name": "min-height",
+      "newValues": "<anchor-size()>",
+      "styleDeclaration": [
+        "min-height",
+        "minHeight"
+      ]
+    },
+    {
+      "name": "max-width",
+      "newValues": "<anchor-size()>",
+      "styleDeclaration": [
+        "max-width",
+        "maxWidth"
+      ]
+    },
+    {
+      "name": "max-height",
+      "newValues": "<anchor-size()>",
+      "styleDeclaration": [
+        "max-height",
+        "maxHeight"
+      ]
+    },
+    {
+      "name": "margin-top",
+      "newValues": "<anchor-size()>",
+      "styleDeclaration": [
+        "margin-top",
+        "marginTop"
+      ]
+    },
+    {
+      "name": "margin-left",
+      "newValues": "<anchor-size()>",
+      "styleDeclaration": [
+        "margin-left",
+        "marginLeft"
+      ]
+    },
+    {
+      "name": "margin-right",
+      "newValues": "<anchor-size()>",
+      "styleDeclaration": [
+        "margin-right",
+        "marginRight"
+      ]
+    },
+    {
+      "name": "margin-bottom",
+      "newValues": "<anchor-size()>",
+      "styleDeclaration": [
+        "margin-bottom",
+        "marginBottom"
+      ]
+    },
+    {
       "name": "position-try-fallbacks",
       "href": "https://drafts.csswg.org/css-anchor-position-1/#propdef-position-try-fallbacks",
       "value": "none | [ [<dashed-ident> || <try-tactic>] | <'position-area'> ]#",

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-conditional-5.json packages/css/css-conditional-5.json
--- webref/node_modules/@webref/css/css-conditional-5.json
+++ packages/css/css-conditional-5.json
@@ -7,7 +7,7 @@
     {
       "name": "container-type",
       "href": "https://drafts.csswg.org/css-conditional-5/#propdef-container-type",
-      "value": "normal | size | inline-size",
+      "value": "normal | [ [ size | inline-size ] || scroll-state ]",
       "initial": "normal",
       "appliesTo": "all elements",
       "inherited": "no",
@@ -31,8 +31,15 @@
           "value": "inline-size"
         },
         {
+          "name": "scroll-state",
+          "prose": "Establishes a query container for scroll-state queries",
+          "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-type-scroll-state",
+          "type": "value",
+          "value": "scroll-state"
+        },
+        {
           "name": "normal",
-          "prose": "The element is not a query container for any container size queries, but remains a query container for container style queries.",
+          "prose": "The element is not a query container for any container size queries or scroll-state queries, but remains a query container for container style queries.",
           "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-type-normal",
           "type": "value",
           "value": "normal"
@@ -168,6 +175,173 @@
               "value": "landscape"
             }
           ]
+        },
+        {
+          "name": "stuck",
+          "href": "https://drafts.csswg.org/css-conditional-5/#descdef-container-stuck",
+          "for": "@container",
+          "value": "top | right | bottom | left | block-start | inline-start | block-end | inline-end",
+          "type": "discrete",
+          "values": [
+            {
+              "name": "top",
+              "prose": "The sticky container is shifted to stay inside the top edge.",
+              "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-stuck-top",
+              "type": "value",
+              "value": "top"
+            },
+            {
+              "name": "right",
+              "prose": "The sticky container is shifted to stay inside the right edge.",
+              "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-stuck-right",
+              "type": "value",
+              "value": "right"
+            },
+            {
+              "name": "bottom",
+              "prose": "The sticky container is shifted to stay inside the bottom edge.",
+              "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-stuck-bottom",
+              "type": "value",
+              "value": "bottom"
+            },
+            {
+              "name": "left",
+              "prose": "The sticky container is shifted to stay inside the left edge.",
+              "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-stuck-left",
+              "type": "value",
+              "value": "left"
+            },
+            {
+              "name": "block-start",
+              "prose": "The sticky container is shifted to stay inside the block-start edge.",
+              "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-stuck-block-start",
+              "type": "value",
+              "value": "block-start"
+            },
+            {
+              "name": "inline-start",
+              "prose": "The sticky container is shifted to stay inside the inline-start edge.",
+              "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-stuck-inline-start",
+              "type": "value",
+              "value": "inline-start"
+            },
+            {
+              "name": "block-end",
+              "prose": "The sticky container is shifted to stay inside the block-end edge.",
+              "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-stuck-block-end",
+              "type": "value",
+              "value": "block-end"
+            },
+            {
+              "name": "inline-end",
+              "prose": "The sticky container is shifted to stay inside the inline-end edge.",
+              "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-stuck-inline-end",
+              "type": "value",
+              "value": "inline-end"
+            }
+          ]
+        },
+        {
+          "name": "snapped",
+          "href": "https://drafts.csswg.org/css-conditional-5/#descdef-container-snapped",
+          "for": "@container",
+          "value": "x | y | block | inline",
+          "type": "discrete",
+          "values": [
+            {
+              "name": "x",
+              "prose": "snapped container feature matches x if the query container is a horizontal snap target for its scroll container",
+              "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-snapped-x",
+              "type": "value",
+              "value": "x"
+            },
+            {
+              "name": "y",
+              "prose": "snapped container feature matches y if the query container is a vertical snap target for its scroll container",
+              "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-snapped-y",
+              "type": "value",
+              "value": "y"
+            },
+            {
+              "name": "block",
+              "prose": "snapped container feature matches block if the query container is a snap target for its scroll container in the block direction of the snap container.",
+              "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-snapped-block",
+              "type": "value",
+              "value": "block"
+            },
+            {
+              "name": "inline",
+              "prose": "snapped container feature matches inline if the query container is a snap target for its scroll container in the inline direction of the snap container.",
+              "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-snapped-inline",
+              "type": "value",
+              "value": "inline"
+            }
+          ]
+        },
+        {
+          "name": "overflowing",
+          "href": "https://drafts.csswg.org/css-conditional-5/#descdef-container-overflowing",
+          "for": "@container",
+          "value": "top | right | bottom | left | block-start | inline-start | block-end | inline-end",
+          "type": "discrete",
+          "values": [
+            {
+              "name": "top",
+              "prose": "The scroll container has scrollable overflow past the top edge.",
+              "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-overflowing-top",
+              "type": "value",
+              "value": "top"
+            },
+            {
+              "name": "right",
+              "prose": "The scroll container has scrollable overflow past the right edge.",
+              "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-overflowing-right",
+              "type": "value",
+              "value": "right"
+            },
+            {
+              "name": "bottom",
+              "prose": "The scroll container has scrollable overflow past the bottom edge.",
+              "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-overflowing-bottom",
+              "type": "value",
+              "value": "bottom"
+            },
+            {
+              "name": "left",
+              "prose": "The scroll container has scrollable overflow past the left edge.",
+              "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-overflowing-left",
+              "type": "value",
+              "value": "left"
+            },
+            {
+              "name": "block-start",
+              "prose": "The scroll container has scrollable overflow past the block-start edge.",
+              "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-overflowing-block-start",
+              "type": "value",
+              "value": "block-start"
+            },
+            {
+              "name": "inline-start",
+              "prose": "The scroll container has scrollable overflow past the inline-start edge.",
+              "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-overflowing-inline-start",
+              "type": "value",
+              "value": "inline-start"
+            },
+            {
+              "name": "block-end",
+              "prose": "The scroll container has scrollable overflow past the block-end edge.",
+              "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-overflowing-block-end",
+              "type": "value",
+              "value": "block-end"
+            },
+            {
+              "name": "inline-end",
+              "prose": "The scroll container has scrollable overflow past the inline-end edge.",
+              "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-overflowing-inline-end",
+              "type": "value",
+              "value": "inline-end"
+            }
+          ]
         }
       ],
       "value": "@container <container-condition># { <block-contents> }"
@@ -227,7 +401,7 @@
       "name": "<query-in-parens>",
       "href": "https://drafts.csswg.org/css-conditional-5/#typedef-query-in-parens",
       "type": "type",
-      "value": "( <container-query> ) | ( <size-feature> ) | style( <style-query> ) | <general-enclosed>"
+      "value": "( <container-query> ) | ( <size-feature> ) | style( <style-query> ) | scroll-state( <scroll-state-query> ) | <general-enclosed>"
     },
     {
       "name": "<style-query>",
@@ -242,6 +416,18 @@
       "value": "( <style-query> ) | ( <style-feature> ) | <general-enclosed>"
     },
     {
+      "name": "<scroll-state-query>",
+      "href": "https://drafts.csswg.org/css-conditional-5/#typedef-scroll-state-query",
+      "type": "type",
+      "value": "not <scroll-state-in-parens> | <scroll-state-in-parens> [ [ and <scroll-state-in-parens> ]* | [ or <scroll-state-in-parens> ]* ] | <scroll-state-feature>"
+    },
+    {
+      "name": "<scroll-state-in-parens>",
+      "href": "https://drafts.csswg.org/css-conditional-5/#typedef-scroll-state-in-parens",
+      "type": "type",
+      "value": "( <scroll-state-query> ) | ( <scroll-state-feature> ) | <general-enclosed>"
+    },
+    {
       "name": "<size-feature>",
       "prose": "A container size query allows querying the size of the query container’s principal box. It is a boolean combination of individual size features (<size-feature>) that each query a single, specific dimensional feature of the query container. The syntax of a <size-feature> is the same as for a media feature: a feature name, a comparator, and a value. [mediaqueries-5] The boolean syntax and logic combining size features into a size query is the same as for CSS feature queries. (See @supports. [css-conditional-3])",
       "href": "https://drafts.csswg.org/css-conditional-5/#typedef-size-feature",
@@ -252,6 +438,12 @@
       "prose": "A container style query allows querying the computed values of the query container. It is a boolean combination of individual style features (<style-feature>) that each query a single, specific property of the query container. The syntax of a <style-feature> is either the same as for a valid declaration [CSS-SYNTAX-3], a supported CSS property, or a <custom-property-name>.",
       "href": "https://drafts.csswg.org/css-conditional-5/#typedef-style-feature",
       "type": "type"
+    },
+    {
+      "name": "<scroll-state-feature>",
+      "prose": "A container scroll-state query allows querying a container for state that depends on scroll position. It is a boolean combination of individual scroll-state features (<scroll-state-feature>) that each query a single feature of the query container. The syntax of a <scroll-state-feature> is the same as for a media feature: a feature name, a comparator, and a value.",
+      "href": "https://drafts.csswg.org/css-conditional-5/#typedef-scroll-state-feature",
+      "type": "type"
     }
   ]
 }

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-easing.json packages/css/css-easing.json
--- webref/node_modules/@webref/css/css-easing.json
+++ packages/css/css-easing.json
@@ -23,34 +23,10 @@
       ]
     },
     {
-      "name": "<linear-easing-function>",
-      "href": "https://drafts.csswg.org/css-easing-2/#typedef-linear-easing-function",
-      "type": "type",
-      "value": "linear(<linear-stop-list>)"
-    },
-    {
       "name": "linear()",
-      "value": "linear(<linear-stop-list>)",
       "href": "https://drafts.csswg.org/css-easing-2/#funcdef-linear",
-      "type": "function"
-    },
-    {
-      "name": "<linear-stop-list>",
-      "href": "https://drafts.csswg.org/css-easing-2/#typedef-linear-stop-list",
-      "type": "type",
-      "value": "[ <linear-stop> ]#"
-    },
-    {
-      "name": "<linear-stop>",
-      "href": "https://drafts.csswg.org/css-easing-2/#typedef-linear-stop",
-      "type": "type",
-      "value": "<number> && <linear-stop-length>?"
-    },
-    {
-      "name": "<linear-stop-length>",
-      "href": "https://drafts.csswg.org/css-easing-2/#typedef-linear-stop-length",
-      "type": "type",
-      "value": "<percentage>{1,2}"
+      "type": "function",
+      "value": "linear( [ <number> && <percentage>{0,2} ]# )"
     },
     {
       "name": "<cubic-bezier-easing-function>",

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-fonts.json packages/css/css-fonts.json
--- webref/node_modules/@webref/css/css-fonts.json
+++ packages/css/css-fonts.json
@@ -270,7 +270,7 @@
     {
       "name": "font",
       "href": "https://drafts.csswg.org/css-fonts-4/#propdef-font",
-      "value": "[ [ <'font-style'> || <font-variant-css2> || <'font-weight'> || <font-width-css3> ]? <'font-size'> [ / <'line-height'> ]? <'font-family'> ] | <system-family-name>",
+      "value": "[ [ <'font-style'> || <font-variant-css2> || <'font-weight'> || <font-width-css3> ]? <'font-size'> [ / <'line-height'> ]? <'font-family'># ] | <system-family-name>",
       "initial": "see individual properties",
       "appliesTo": "all elements and text",
       "inherited": "yes",
@@ -1589,13 +1589,13 @@
       "name": "<font-variant-css2>",
       "href": "https://drafts.csswg.org/css-fonts-4/#font-variant-css21-values",
       "type": "type",
-      "value": "[normal | small-caps]"
+      "value": "normal | small-caps"
     },
     {
       "name": "<font-width-css3>",
       "href": "https://drafts.csswg.org/css-fonts-4/#font-width-css3-values",
       "type": "type",
-      "value": "[normal | ultra-condensed | extra-condensed | condensed | semi-condensed | semi-expanded | expanded | extra-expanded | ultra-expanded]"
+      "value": "normal | ultra-condensed | extra-condensed | condensed | semi-condensed | semi-expanded | expanded | extra-expanded | ultra-expanded"
     },
     {
       "name": "<font-src-list>",

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-grid-3.json packages/css/css-grid-3.json
--- webref/node_modules/@webref/css/css-grid-3.json
+++ packages/css/css-grid-3.json
@@ -31,6 +31,234 @@
         "grid-template-rows",
         "gridTemplateRows"
       ]
+    },
+    {
+      "name": "grid-auto-flow",
+      "href": "https://drafts.csswg.org/css-grid-3/#propdef-grid-auto-flow",
+      "value": "[ row | column | row-reverse | column-reverse ] || dense || wrap-reverse",
+      "initial": "row",
+      "appliesTo": "grid containers",
+      "inherited": "no",
+      "percentages": "n/a",
+      "computedValue": "specified keyword(s)",
+      "canonicalOrder": "per grammar",
+      "animationType": "discrete",
+      "values": [
+        {
+          "name": "row-reverse",
+          "prose": "This specification extends the grid-auto-flow property to add row-reverse, column-reverse, and wrap-reverse, which reverse the directions of the auto-placement algorithm.",
+          "href": "https://drafts.csswg.org/css-grid-3/#valdef-grid-auto-flow-row-reverse",
+          "type": "value",
+          "value": "row-reverse"
+        },
+        {
+          "name": "column-reverse",
+          "prose": "This specification extends the grid-auto-flow property to add row-reverse, column-reverse, and wrap-reverse, which reverse the directions of the auto-placement algorithm.",
+          "href": "https://drafts.csswg.org/css-grid-3/#valdef-grid-auto-flow-column-reverse",
+          "type": "value",
+          "value": "column-reverse"
+        },
+        {
+          "name": "wrap-reverse",
+          "prose": "This specification extends the grid-auto-flow property to add row-reverse, column-reverse, and wrap-reverse, which reverse the directions of the auto-placement algorithm.",
+          "href": "https://drafts.csswg.org/css-grid-3/#valdef-grid-auto-flow-wrap-reverse",
+          "type": "value",
+          "value": "wrap-reverse"
+        }
+      ],
+      "styleDeclaration": [
+        "grid-auto-flow",
+        "gridAutoFlow"
+      ]
+    },
+    {
+      "name": "display",
+      "newValues": "masonry | inline-masonry",
+      "values": [
+        {
+          "name": "masonry",
+          "prose": "This value causes an element to generate a masonry container box that is block-level when placed in flow layout.",
+          "href": "https://drafts.csswg.org/css-grid-3/#valdef-display-masonry",
+          "type": "value",
+          "value": "masonry"
+        },
+        {
+          "name": "inline-masonry",
+          "prose": "This value causes an element to generate a masonry container box that is inline-level when placed in flow layout.",
+          "href": "https://drafts.csswg.org/css-grid-3/#valdef-display-inline-masonry",
+          "type": "value",
+          "value": "inline-masonry"
+        }
+      ],
+      "styleDeclaration": [
+        "display"
+      ]
+    },
+    {
+      "name": "masonry-direction",
+      "href": "https://drafts.csswg.org/css-grid-3/#propdef-masonry-direction",
+      "value": "row | column | row-reverse | column-reverse",
+      "initial": "column",
+      "appliesTo": "masonry containers",
+      "inherited": "no",
+      "percentages": "n/a",
+      "computedValue": "as specified",
+      "canonicalOrder": "per grammar",
+      "animationType": "discrete",
+      "values": [
+        {
+          "name": "column",
+          "prose": "The masonry container’s masonry axis is its block axis, and masonry layout starts from its block-start edge.",
+          "href": "https://drafts.csswg.org/css-grid-3/#valdef-masonry-direction-column",
+          "type": "value",
+          "value": "column"
+        },
+        {
+          "name": "column-reverse",
+          "prose": "The masonry container’s masonry axis is its block axis, and masonry layout starts from its block-end edge.",
+          "href": "https://drafts.csswg.org/css-grid-3/#valdef-masonry-direction-column-reverse",
+          "type": "value",
+          "value": "column-reverse"
+        },
+        {
+          "name": "row",
+          "prose": "The masonry container’s masonry axis is its inline axis, and masonry layout starts from its inline-start edge.",
+          "href": "https://drafts.csswg.org/css-grid-3/#valdef-masonry-direction-row",
+          "type": "value",
+          "value": "row"
+        },
+        {
+          "name": "row-reverse",
+          "prose": "The masonry container’s masonry axis is its inline axis, and masonry layout starts from its inline-end edge.",
+          "href": "https://drafts.csswg.org/css-grid-3/#valdef-masonry-direction-row-reverse",
+          "type": "value",
+          "value": "row-reverse"
+        }
+      ],
+      "styleDeclaration": [
+        "masonry-direction",
+        "masonryDirection"
+      ]
+    },
+    {
+      "name": "masonry-fill",
+      "href": "https://drafts.csswg.org/css-grid-3/#propdef-masonry-fill",
+      "value": "normal | reverse",
+      "initial": "normal",
+      "appliesTo": "masonry containers",
+      "inherited": "no",
+      "percentages": "n/a",
+      "computedValue": "as specified",
+      "canonicalOrder": "per grammar",
+      "animationType": "discrete",
+      "values": [
+        {
+          "name": "normal",
+          "prose": "Ties are broken by filling the startmost track",
+          "href": "https://drafts.csswg.org/css-grid-3/#valdef-masonry-fill-normal",
+          "type": "value",
+          "value": "normal"
+        },
+        {
+          "name": "reverse",
+          "prose": "Ties are broken by filling the endmost track.",
+          "href": "https://drafts.csswg.org/css-grid-3/#valdef-masonry-fill-reverse",
+          "type": "value",
+          "value": "reverse"
+        }
+      ],
+      "styleDeclaration": [
+        "masonry-fill",
+        "masonryFill"
+      ]
+    },
+    {
+      "name": "masonry-flow",
+      "href": "https://drafts.csswg.org/css-grid-3/#propdef-masonry-flow",
+      "value": "<'masonry-direction'> || <'masonry-fill'>",
+      "initial": "see individual properties",
+      "appliesTo": "see individual properties",
+      "inherited": "see individual properties",
+      "percentages": "see individual properties",
+      "computedValue": "see individual properties",
+      "animationType": "see individual properties",
+      "canonicalOrder": "per grammar",
+      "styleDeclaration": [
+        "masonry-flow",
+        "masonryFlow"
+      ]
+    },
+    {
+      "name": "masonry-template-tracks",
+      "href": "https://drafts.csswg.org/css-grid-3/#propdef-masonry-template-tracks",
+      "value": "<'grid-template-columns'>",
+      "initial": "repeat(auto-areas, auto)",
+      "appliesTo": "masonry containers",
+      "inherited": "no",
+      "percentages": "refer to correspodning dimension of the content area",
+      "computedValue": "by computed value type per item in the computed track list",
+      "canonicalOrder": "per grammar",
+      "animationType": "if list lengths match, by computed value type; otherwise, discrete",
+      "styleDeclaration": [
+        "masonry-template-tracks",
+        "masonryTemplateTracks"
+      ]
+    },
+    {
+      "name": "masonry-template-areas",
+      "href": "https://drafts.csswg.org/css-grid-3/#propdef-masonry-template-areas",
+      "value": "none | <string>",
+      "initial": "none",
+      "appliesTo": "masonry containers",
+      "inherited": "no",
+      "percentages": "n/a",
+      "computedValue": "the keyword none or a string",
+      "canonicalOrder": "per grammar",
+      "animationType": "discrete",
+      "styleDeclaration": [
+        "masonry-template-areas",
+        "masonryTemplateAreas"
+      ]
+    },
+    {
+      "name": "masonry-auto-tracks",
+      "href": "https://drafts.csswg.org/css-grid-3/#propdef-masonry-auto-tracks",
+      "value": "<'grid-auto-columns'>",
+      "initial": "auto",
+      "appliesTo": "grid containers",
+      "inherited": "no",
+      "percentages": "refer to correspodning dimension of the content area",
+      "computedValue": "a computed track list",
+      "canonicalOrder": "per grammar",
+      "animationType": "if the list lengths match, by computed value type per item; discrete otherwise",
+      "styleDeclaration": [
+        "masonry-auto-tracks",
+        "masonryAutoTracks"
+      ]
+    },
+    {
+      "name": "masonry-track-start",
+      "href": "https://drafts.csswg.org/css-grid-3/#propdef-masonry-track-start",
+      "styleDeclaration": [
+        "masonry-track-start",
+        "masonryTrackStart"
+      ]
+    },
+    {
+      "name": "masonry-track-end",
+      "href": "https://drafts.csswg.org/css-grid-3/#propdef-masonry-track-end",
+      "styleDeclaration": [
+        "masonry-track-end",
+        "masonryTrackEnd"
+      ]
+    },
+    {
+      "name": "masonry-track",
+      "href": "https://drafts.csswg.org/css-grid-3/#propdef-masonry-track",
+      "styleDeclaration": [
+        "masonry-track",
+        "masonryTrack"
+      ]
     }
   ],
   "atrules": [],

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-overflow-4.json packages/css/css-overflow-4.json
--- webref/node_modules/@webref/css/css-overflow-4.json
+++ packages/css/css-overflow-4.json
@@ -357,7 +357,7 @@
       "values": [
         {
           "name": "-webkit-discard",
-          "prose": "The -webkit-discard value behaves identically to discard, except that it only takes effect if the value of the display property is -webkit-box or -webkit-inline-box and the value of the -webkit-box-orient property is vertical.",
+          "prose": "The -webkit-discard value behaves identically to discard, except that it only takes effect if the specified value of the display property is -webkit-box or -webkit-inline-box and the value of the -webkit-box-orient property is vertical.",
           "href": "https://drafts.csswg.org/css-overflow-4/#valdef-continue--webkit-discard",
           "type": "value",
           "value": "-webkit-discard"

@github-actions github-actions bot force-pushed the release-css-20240830125858368 branch 22 times, most recently from 55ed128 to de0246b Compare September 5, 2024 00:58
@github-actions github-actions bot force-pushed the release-css-20240830125858368 branch 3 times, most recently from 62ea3a7 to b507e9c Compare September 5, 2024 18:48
@github-actions github-actions bot force-pushed the release-css-20240830125858368 branch from b507e9c to 3385c13 Compare September 6, 2024 06:43
@tidoust tidoust merged commit e1882cd into main Sep 6, 2024
@tidoust tidoust deleted the release-css-20240830125858368 branch September 6, 2024 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant