Skip to content

πŸ“¦ Release @webref/css6@6.23.4 #1608

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

Merged
merged 1 commit into from
Jul 10, 2025
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 4, 2025

⚠ NEVER add commits to this pull request.

πŸ€– This pull request was automatically created to facilitate human review of @webref/css6 changes triggered by curated data at 53234d3.

🧐 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/css6 package was v6.23.3. Merging this pull request will release v6.23.4. 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/css6/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-color-5.json packages/css6/css-color-5.json
--- webref/node_modules/@webref/css/css-color-5.json
+++ packages/css6/css-color-5.json
@@ -369,13 +369,7 @@
       "name": "<xyz-params>",
       "href": "https://drafts.csswg.org/css-color-5/#typedef-xyz-params",
       "type": "type",
-      "value": "<xyz> [ <number> | <percentage> | none ]{3}"
-    },
-    {
-      "name": "<xyz>",
-      "href": "https://drafts.csswg.org/css-color-5/#typedef-xyz",
-      "type": "type",
-      "value": "xyz | xyz-d50 | xyz-d65"
+      "value": "<xyz-space> [ <number> | <percentage> | none ]{3}"
     },
     {
       "name": "device-cmyk()",
@@ -423,7 +417,7 @@
       "name": "<rectangular-color-space>",
       "href": "https://drafts.csswg.org/css-color-5/#typedef-rectangular-color-space",
       "type": "type",
-      "value": "srgb | srgb-linear | display-p3 | a98-rgb | prophoto-rgb | rec2020 | lab | oklab | xyz | xyz-d50 | xyz-d65"
+      "value": "srgb | srgb-linear | display-p3 | a98-rgb | prophoto-rgb | rec2020 | lab | oklab | <xyz-space>"
     },
     {
       "name": "<polar-color-space>",

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-color.json packages/css6/css-color.json
--- webref/node_modules/@webref/css/css-color.json
+++ packages/css6/css-color.json
@@ -1560,7 +1560,7 @@
       "name": "<rectangular-color-space>",
       "href": "https://drafts.csswg.org/css-color-4/#typedef-rectangular-color-space",
       "type": "type",
-      "value": "srgb | srgb-linear | display-p3 | a98-rgb | prophoto-rgb | rec2020 | lab | oklab | xyz | xyz-d50 | xyz-d65"
+      "value": "srgb | srgb-linear | display-p3 | a98-rgb | prophoto-rgb | rec2020 | lab | oklab | <xyz-space>"
     },
     {
       "name": "<polar-color-space>",

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/css6/css-conditional-5.json
--- webref/node_modules/@webref/css/css-conditional-5.json
+++ packages/css6/css-conditional-5.json
@@ -32,14 +32,14 @@
         },
         {
           "name": "scroll-state",
-          "prose": "Establishes a query container for scroll-state queries",
+          "prose": "Establishes a query container for container 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 or scroll-state queries, but remains a query container for container style queries.",
+          "prose": "The element is not a query container for any container size queries or container 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"
@@ -108,7 +108,7 @@
     },
     {
       "name": "@else",
-      "prose": "The @else rule is a conditional group rule used to form conditional rule chains, which associate multiple conditional rules and guarantee that only the first one that matches will evaluate its condition as true. It is defined as:",
+      "prose": "The @else rule is a conditional group rule used to form conditional rule chains, which associate multiple conditional group rules and guarantee that only the first one that matches will evaluate its condition as true. It is defined as:",
       "href": "https://drafts.csswg.org/css-conditional-5/#at-ruledef-else",
       "descriptors": [],
       "value": "@else <boolean-condition>? { <rule-list> }"
@@ -278,21 +278,21 @@
             },
             {
               "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.",
+              "prose": "snapped container feature matches block if the query container is a snap target for its scroll container. in the block direction of the scroll 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.",
+              "prose": "snapped container feature matches inline if the query container is a snap target for its scroll container in the inline direction of the scroll snap container.",
               "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-snapped-inline",
               "type": "value",
               "value": "inline"
             },
             {
               "name": "both",
-              "prose": "snapped container feature matches both if the query container is a snap target for its scroll container in both directions of the snap container.",
+              "prose": "snapped container feature matches both if the query container is a snap target for its scroll container in both directions of the scroll snap container.",
               "href": "https://drafts.csswg.org/css-conditional-5/#valdef-container-snapped-both",
               "type": "value",
               "value": "both"

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-fonts.json packages/css6/css-fonts.json
--- webref/node_modules/@webref/css/css-fonts.json
+++ packages/css6/css-fonts.json
@@ -1086,7 +1086,7 @@
     {
       "name": "font-variation-settings",
       "href": "https://drafts.csswg.org/css-fonts-4/#propdef-font-variation-settings",
-      "value": "normal | [ <opentype-tag> <number>]#",
+      "value": "normal | [ <opentype-tag> <number> ]#",
       "initial": "normal",
       "appliesTo": "all elements and text",
       "inherited": "yes",

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-regions.json packages/css6/css-regions.json
--- webref/node_modules/@webref/css/css-regions.json
+++ packages/css6/css-regions.json
@@ -7,7 +7,7 @@
     {
       "name": "flow-into",
       "href": "https://drafts.csswg.org/css-regions-1/#propdef-flow-into",
-      "value": "none | <ident> [element | content]?",
+      "value": "none | <custom-ident> [element | content]?",
       "initial": "none",
       "appliesTo": "All elements, but not pseudo-elements such as ::first-line, ::first-letter, ::before or ::after.",
       "inherited": "no",
@@ -15,6 +15,33 @@
       "computedValue": "as specified",
       "canonicalOrder": "per grammar",
       "animationType": "not animatable",
+      "values": [
+        {
+          "name": "none",
+          "prose": "The element is not moved to a named flow and normal CSS processing takes place.",
+          "href": "https://drafts.csswg.org/css-regions-1/#valdef-flow-into-none",
+          "type": "value",
+          "value": "none"
+        },
+        {
+          "name": "element",
+          "href": "https://drafts.csswg.org/css-regions-1/#valdef-flow-into-element",
+          "type": "value",
+          "value": "element"
+        },
+        {
+          "name": "content",
+          "href": "https://drafts.csswg.org/css-regions-1/#valdef-flow-into-content",
+          "type": "value",
+          "value": "content"
+        },
+        {
+          "name": "specified flow",
+          "href": "https://drafts.csswg.org/css-regions-1/#specified-flow",
+          "type": "value",
+          "value": "specified flow"
+        }
+      ],
       "styleDeclaration": [
         "flow-into",
         "flowInto"
@@ -23,7 +50,7 @@
     {
       "name": "flow-from",
       "href": "https://drafts.csswg.org/css-regions-1/#propdef-flow-from",
-      "value": "<ident> | none",
+      "value": "<custom-ident> | none",
       "initial": "none",
       "appliesTo": "Non-replaced block containers. This might be expanded in future versions of the specification to allow other types of containers to receive flow content.",
       "inherited": "no",
@@ -31,6 +58,15 @@
       "computedValue": "as specified",
       "canonicalOrder": "per grammar",
       "animationType": "not animatable",
+      "values": [
+        {
+          "name": "none",
+          "prose": "The block container is not a CSS Region.",
+          "href": "https://drafts.csswg.org/css-regions-1/#valdef-flow-from-none",
+          "type": "value",
+          "value": "none"
+        }
+      ],
       "styleDeclaration": [
         "flow-from",
         "flowFrom"

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-ui.json packages/css6/css-ui.json
--- webref/node_modules/@webref/css/css-ui.json
+++ packages/css6/css-ui.json
@@ -110,7 +110,7 @@
     {
       "name": "cursor",
       "href": "https://drafts.csswg.org/css-ui-4/#propdef-cursor",
-      "value": "[ [ <url> | <url-set> ] [<x> <y>]? ]#? [ auto | default | none | context-menu | help | pointer | progress | wait | cell | crosshair | text | vertical-text | alias | copy | move | no-drop | not-allowed | grab | grabbing | e-resize | n-resize | ne-resize | nw-resize | s-resize | se-resize | sw-resize | w-resize | ew-resize | ns-resize | nesw-resize | nwse-resize | col-resize | row-resize | all-scroll | zoom-in | zoom-out ]",
+      "value": "<cursor-image>#? <cursor-predefined>",
       "initial": "auto",
       "appliesTo": "all elements",
       "inherited": "yes",
@@ -120,14 +120,33 @@
       "animationType": "discrete",
       "values": [
         {
+          "name": "<cursor-image>",
+          "value": "[ <url> | <url-set> ] [<number>{2}]?",
+          "href": "https://drafts.csswg.org/css-ui-4/#valdef-cursor-cursor-image",
+          "type": "value"
+        },
+        {
+          "name": "<cursor-image>",
+          "href": "https://drafts.csswg.org/css-ui-4/#typedef-cursor-cursor-image",
+          "type": "type",
+          "value": "[ <url> | <url-set> ] [<number>{2}]?"
+        },
+        {
           "name": "<url-set>",
           "prose": "<url-set> is a limited version of image-set(), where the <image> sub-production is restricted to <url> only.",
           "href": "https://drafts.csswg.org/css-ui-4/#typedef-cursor-url-set",
           "type": "type"
         },
         {
+          "name": "<cursor-predefined>",
+          "prose": "The mandatory <cursor-predefined> keyword specifies a predefined cursor to use, or the fallback cursor to be used if <url>s were provided and none of them can be successfully used. See Β§ 5.1.1.1 Predefined Cursors for the full set of <cursor-predefined> keywords and their meanings.",
+          "href": "https://drafts.csswg.org/css-ui-4/#valdef-cursor-cursor-predefined",
+          "type": "value",
+          "value": "<cursor-predefined>"
+        },
+        {
           "name": "auto",
-          "prose": "The UA determines the cursor to display based on the current context. Specifically, auto behaves as text over selectable text or editable elements, and default otherwise.",
+          "prose": "The UA determines the cursor to display based on the current context: auto behaves as text over selectable text or editable elements, and default otherwise.",
           "href": "https://drafts.csswg.org/css-ui-4/#valdef-cursor-auto",
           "type": "value",
           "value": "auto"
@@ -162,7 +181,7 @@
         },
         {
           "name": "pointer",
-          "prose": "The cursor is a pointer that indicates a link. Often rendered as the backside of a hand with the index finger extended. Unless otherwise specified, UAs must apply cursor: pointer to hyperlinks for all supported document formats via the UA stylesheet, using a normal (i.e. not !important) declaration. Authors should use pointer on links and may use it on other interactive elements.",
+          "prose": "The cursor is a pointer that indicates a link.",
           "href": "https://drafts.csswg.org/css-ui-4/#valdef-cursor-pointer",
           "type": "value",
           "value": "pointer"
@@ -197,14 +216,14 @@
         },
         {
           "name": "text",
-          "prose": "Indicates text that may be selected. Often rendered as an I-beam. User agents must automatically display a vertical I-beam/cursor over elements with a horizontal writing mode, and a horizontal I-beam/cursor (e.g. same as the vertical-text keyword) over elements in a vertical writing mode. Additionally, user agents may take transforms (see [CSS-TRANSFORMS-1]) or other visual effects such as text on a path (See SVG 2 Β§ 11.8 Text on a path), when choosing between the horizontal or vertical text cursor, and may display any angle of I-beam/cursor for text that is rendered at any particular angle.",
+          "prose": "Indicates text that may be selected. Often rendered as a vertical I-beam. User agents may automatically display a horizontal I-beam/cursor (e.g. same as the vertical-text keyword) for vertical text, or for that matter, any angle of I-beam/cursor for text that is rendered at any particular angle.",
           "href": "https://drafts.csswg.org/css-ui-4/#valdef-cursor-text",
           "type": "value",
           "value": "text"
         },
         {
           "name": "vertical-text",
-          "prose": "Indicates vertical text that may be selected. Often rendered as a horizontal I-beam.",
+          "prose": "Indicates vertical-text that may be selected. Often rendered as a horizontal I-beam.",
           "href": "https://drafts.csswg.org/css-ui-4/#valdef-cursor-vertical-text",
           "type": "value",
           "value": "vertical-text"
@@ -260,72 +279,84 @@
         },
         {
           "name": "e-resize",
+          "prose": "Indicates that some edge is to be moved. For example, the se-resize cursor is used when the movement starts from the south-east corner of the box.",
           "href": "https://drafts.csswg.org/css-ui-4/#valdef-cursor-e-resize",
           "type": "value",
           "value": "e-resize"
         },
         {
           "name": "n-resize",
+          "prose": "Indicates that some edge is to be moved. For example, the se-resize cursor is used when the movement starts from the south-east corner of the box.",
           "href": "https://drafts.csswg.org/css-ui-4/#valdef-cursor-n-resize",
           "type": "value",
           "value": "n-resize"
         },
         {
           "name": "ne-resize",
+          "prose": "Indicates that some edge is to be moved. For example, the se-resize cursor is used when the movement starts from the south-east corner of the box.",
           "href": "https://drafts.csswg.org/css-ui-4/#valdef-cursor-ne-resize",
           "type": "value",
           "value": "ne-resize"
         },
         {
           "name": "nw-resize",
+          "prose": "Indicates that some edge is to be moved. For example, the se-resize cursor is used when the movement starts from the south-east corner of the box.",
           "href": "https://drafts.csswg.org/css-ui-4/#valdef-cursor-nw-resize",
           "type": "value",
           "value": "nw-resize"
         },
         {
           "name": "s-resize",
+          "prose": "Indicates that some edge is to be moved. For example, the se-resize cursor is used when the movement starts from the south-east corner of the box.",
           "href": "https://drafts.csswg.org/css-ui-4/#valdef-cursor-s-resize",
           "type": "value",
           "value": "s-resize"
         },
         {
           "name": "se-resize",
+          "prose": "Indicates that some edge is to be moved. For example, the se-resize cursor is used when the movement starts from the south-east corner of the box.",
           "href": "https://drafts.csswg.org/css-ui-4/#valdef-cursor-se-resize",
           "type": "value",
           "value": "se-resize"
         },
         {
           "name": "sw-resize",
+          "prose": "Indicates that some edge is to be moved. For example, the se-resize cursor is used when the movement starts from the south-east corner of the box.",
           "href": "https://drafts.csswg.org/css-ui-4/#valdef-cursor-sw-resize",
           "type": "value",
           "value": "sw-resize"
         },
         {
           "name": "w-resize",
+          "prose": "Indicates that some edge is to be moved. For example, the se-resize cursor is used when the movement starts from the south-east corner of the box.",
           "href": "https://drafts.csswg.org/css-ui-4/#valdef-cursor-w-resize",
           "type": "value",
           "value": "w-resize"
         },
         {
           "name": "ew-resize",
+          "prose": "Indicates a bidirectional resize cursor.",
           "href": "https://drafts.csswg.org/css-ui-4/#valdef-cursor-ew-resize",
           "type": "value",
           "value": "ew-resize"
         },
         {
           "name": "ns-resize",
+          "prose": "Indicates a bidirectional resize cursor.",
           "href": "https://drafts.csswg.org/css-ui-4/#valdef-cursor-ns-resize",
           "type": "value",
           "value": "ns-resize"
         },
         {
           "name": "nesw-resize",
+          "prose": "Indicates a bidirectional resize cursor.",
           "href": "https://drafts.csswg.org/css-ui-4/#valdef-cursor-nesw-resize",
           "type": "value",
           "value": "nesw-resize"
         },
         {
           "name": "nwse-resize",
+          "prose": "Indicates a bidirectional resize cursor.",
           "href": "https://drafts.csswg.org/css-ui-4/#valdef-cursor-nwse-resize",
           "type": "value",
           "value": "nwse-resize"
@@ -346,19 +377,21 @@
         },
         {
           "name": "all-scroll",
-          "prose": "Indicates that something can be scrolled in any direction. Often rendered as arrows pointing up, down, left, and right with a dot in the middle.",
+          "prose": "Indicates that the something can be scrolled in any direction. Often rendered as arrows pointing up, down, left, and right with a dot in the middle.",
           "href": "https://drafts.csswg.org/css-ui-4/#valdef-cursor-all-scroll",
           "type": "value",
           "value": "all-scroll"
         },
         {
           "name": "zoom-in",
+          "prose": "Indicates that something can be zoomed (magnified) in or out, and often rendered as a magnifying glass with a \"+\" or \"-\" in the center of the glass, for zoom-in and zoom-out respectively.",
           "href": "https://drafts.csswg.org/css-ui-4/#valdef-cursor-zoom-in",
           "type": "value",
           "value": "zoom-in"
         },
         {
           "name": "zoom-out",
+          "prose": "Indicates that something can be zoomed (magnified) in or out, and often rendered as a magnifying glass with a \"+\" or \"-\" in the center of the glass, for zoom-in and zoom-out respectively.",
           "href": "https://drafts.csswg.org/css-ui-4/#valdef-cursor-zoom-out",
           "type": "value",
           "value": "zoom-out"
@@ -626,6 +659,102 @@
       ]
     },
     {
+      "name": "interest-delay-start",
+      "href": "https://drafts.csswg.org/css-ui-4/#propdef-interest-delay-start",
+      "value": "normal | <time>",
+      "initial": "normal",
+      "appliesTo": "all elements",
+      "inherited": "yes",
+      "percentages": "n/a",
+      "computedValue": "the keyword normal or a computed time",
+      "canonicalOrder": "per grammar",
+      "animationType": "by computed value type",
+      "values": [
+        {
+          "name": "normal",
+          "prose": "The interest start delay and/or the interest end delay are UA-defined. They can be chosen to match platform conventions. These delays should not be zero. They may be different from each other, and may vary depending on the way the user is showing interest. (For example, a \"hover\" and a \"long press\" might use different delays for indicating interest.)",
+          "href": "https://drafts.csswg.org/css-ui-4/#valdef-interest-delay-normal",
+          "type": "value",
+          "value": "normal"
+        },
+        {
+          "name": "<time>",
+          "prose": "Specifies that the interest start delay and/or the interest end delay are the specified duration.",
+          "href": "https://drafts.csswg.org/css-ui-4/#valdef-interest-delay-time",
+          "type": "value",
+          "value": "<time>"
+        }
+      ],
+      "styleDeclaration": [
+        "interest-delay-start",
+        "interestDelayStart"
+      ]
+    },
+    {
+      "name": "interest-delay-end",
+      "href": "https://drafts.csswg.org/css-ui-4/#propdef-interest-delay-end",
+      "value": "normal | <time>",
+      "initial": "normal",
+      "appliesTo": "all elements",
+      "inherited": "yes",
+      "percentages": "n/a",
+      "computedValue": "the keyword normal or a computed time",
+      "canonicalOrder": "per grammar",
+      "animationType": "by computed value type",
+      "values": [
+        {
+          "name": "normal",
+          "prose": "The interest start delay and/or the interest end delay are UA-defined. They can be chosen to match platform conventions. These delays should not be zero. They may be different from each other, and may vary depending on the way the user is showing interest. (For example, a \"hover\" and a \"long press\" might use different delays for indicating interest.)",
+          "href": "https://drafts.csswg.org/css-ui-4/#valdef-interest-delay-normal",
+          "type": "value",
+          "value": "normal"
+        },
+        {
+          "name": "<time>",
+          "prose": "Specifies that the interest start delay and/or the interest end delay are the specified duration.",
+          "href": "https://drafts.csswg.org/css-ui-4/#valdef-interest-delay-time",
+          "type": "value",
+          "value": "<time>"
+        }
+      ],
+      "styleDeclaration": [
+        "interest-delay-end",
+        "interestDelayEnd"
+      ]
+    },
+    {
+      "name": "interest-delay",
+      "href": "https://drafts.csswg.org/css-ui-4/#propdef-interest-delay",
+      "value": "<'interest-delay-start'>",
+      "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",
+      "values": [
+        {
+          "name": "normal",
+          "prose": "The interest start delay and/or the interest end delay are UA-defined. They can be chosen to match platform conventions. These delays should not be zero. They may be different from each other, and may vary depending on the way the user is showing interest. (For example, a \"hover\" and a \"long press\" might use different delays for indicating interest.)",
+          "href": "https://drafts.csswg.org/css-ui-4/#valdef-interest-delay-normal",
+          "type": "value",
+          "value": "normal"
+        },
+        {
+          "name": "<time>",
+          "prose": "Specifies that the interest start delay and/or the interest end delay are the specified duration.",
+          "href": "https://drafts.csswg.org/css-ui-4/#valdef-interest-delay-time",
+          "type": "value",
+          "value": "<time>"
+        }
+      ],
+      "styleDeclaration": [
+        "interest-delay",
+        "interestDelay"
+      ]
+    },
+    {
       "name": "accent-color",
       "href": "https://drafts.csswg.org/css-ui-4/#propdef-accent-color",
       "value": "auto | <color>",
@@ -810,6 +939,12 @@
       "type": "type"
     },
     {
+      "name": "<cursor-predefined>",
+      "href": "https://drafts.csswg.org/css-ui-4/#typedef-cursor-predefined",
+      "type": "type",
+      "value": "auto | default | none | context-menu | help | pointer | progress | wait | cell | crosshair | text | vertical-text | alias | copy | move | no-drop | not-allowed | grab | grabbing | e-resize | n-resize | ne-resize | nw-resize | s-resize | se-resize | sw-resize | w-resize | ew-resize | ns-resize | nesw-resize | nwse-resize | col-resize | row-resize | all-scroll | zoom-in | zoom-out"
+    },
+    {
       "name": "<id>",
       "prose": "The <id> value is an ID selector [SELECT]. In response to directional navigation input corresponding to the property, the focus is navigated to the first element in tree order matching the selector. If this refers to the currently focused element, the directional navigation input respective to the nav- property is ignored β€” there is no need to refocus the same element. If no element matches the selector, the user agent automatically determines which element to navigate the focus to. If the focus is navigated to an element that was not otherwise focusable, it becomes focusable only as the result of this directional navigation, and the :focus pseudo-class matches the element while it is focused as such.",
       "href": "https://drafts.csswg.org/css-ui-4/#typedef-id",

diff --ignore-trailing-space '--exclude=package.json' '--exclude=README.md' '--exclude=CHANGELOG.md' '--unified=3' webref/node_modules/@webref/css/css-viewport.json packages/css6/css-viewport.json
--- webref/node_modules/@webref/css/css-viewport.json
+++ packages/css6/css-viewport.json
@@ -7,7 +7,7 @@
     {
       "name": "zoom",
       "href": "https://drafts.csswg.org/css-viewport/#propdef-zoom",
-      "value": "<number [0,∞]> || <percentage [0,∞]>",
+      "value": "<number [0,∞]> | <percentage [0,∞]>",
       "initial": "1",
       "appliesTo": "all <length> property values of all elements",
       "inherited": "no",

@github-actions github-actions bot force-pushed the release-css6-20250704005929480 branch 19 times, most recently from ea61308 to 8331d47 Compare July 8, 2025 18:50
@github-actions github-actions bot force-pushed the release-css6-20250704005929480 branch from 8331d47 to e72a37e Compare July 10, 2025 14:18
@tidoust tidoust merged commit aca59b3 into main Jul 10, 2025
@tidoust tidoust deleted the release-css6-20250704005929480 branch July 10, 2025 14:43
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