Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 20, 2025

⚠ 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 ea2721e.

🧐 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 v7.0.8-alpha. Merging this pull request will release v7.0.9-alpha. 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.json packages/css/css.json
--- webref/node_modules/@webref/css/css.json
+++ packages/css/css.json
@@ -1086,6 +1086,12 @@
       "extended": []
     },
     {
+      "name": "alpha()",
+      "href": "https://drafts.csswg.org/css-color-5/#funcdef-alpha",
+      "syntax": "alpha([from <color>] [ / [<alpha-value> | none] ]? )",
+      "extended": []
+    },
+    {
       "name": "anchor-size()",
       "prose": "An absolutely positioned box can use the anchor-size() function in its sizing properties to refer to the size of one or more anchor boxes. The anchor-size() function resolves to a <length>. It is only allowed in the accepted @position-try properties (and is otherwise invalid).",
       "href": "https://drafts.csswg.org/css-anchor-position-1/#funcdef-anchor-size",
@@ -4064,7 +4070,7 @@
     {
       "name": "block-ellipsis",
       "href": "https://drafts.csswg.org/css-overflow-4/#propdef-block-ellipsis",
-      "initial": "none",
+      "initial": "no-ellipsis",
       "appliesTo": "block containers",
       "inherited": "yes",
       "percentages": "N/A",
@@ -4075,7 +4081,7 @@
         "block-ellipsis",
         "blockEllipsis"
       ],
-      "syntax": "none | auto | <string>",
+      "syntax": "no-ellipsis | auto | <string>",
       "extended": []
     },
     {
@@ -6498,6 +6504,39 @@
       "extended": []
     },
     {
+      "name": "corner",
+      "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner",
+      "initial": "0",
+      "appliesTo": "all elements (but see prose)",
+      "inherited": "no",
+      "percentages": "Refer to corresponding dimension of the border box.",
+      "computedValue": "see individual properties",
+      "canonicalOrder": "per grammar",
+      "animationType": "see individual properties",
+      "styleDeclaration": [
+        "corner"
+      ],
+      "syntax": "[ <length-percentage [0,∞]>{1,4} [ / <length-percentage [0,∞]>{1,4} ]? ] || <corner-shape-value>{1,4}",
+      "extended": []
+    },
+    {
+      "name": "corner-block-end",
+      "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-block-end",
+      "initial": "0",
+      "appliesTo": "all elements (but see prose)",
+      "inherited": "no",
+      "percentages": "Refer to corresponding dimension of the border box.",
+      "computedValue": "see individual properties",
+      "canonicalOrder": "per grammar",
+      "animationType": "see individual properties",
+      "styleDeclaration": [
+        "corner-block-end",
+        "cornerBlockEnd"
+      ],
+      "syntax": "[ <length-percentage [0,∞]>{1,2} [ / <length-percentage [0,∞]>{1,2} ]? ] || <corner-shape-value>{1,2}",
+      "extended": []
+    },
+    {
       "name": "corner-block-end-shape",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-block-end-shape",
       "initial": "see individual properties",
@@ -6515,6 +6554,23 @@
       "extended": []
     },
     {
+      "name": "corner-block-start",
+      "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-block-start",
+      "initial": "0",
+      "appliesTo": "all elements (but see prose)",
+      "inherited": "no",
+      "percentages": "Refer to corresponding dimension of the border box.",
+      "computedValue": "see individual properties",
+      "canonicalOrder": "per grammar",
+      "animationType": "see individual properties",
+      "styleDeclaration": [
+        "corner-block-start",
+        "cornerBlockStart"
+      ],
+      "syntax": "[ <length-percentage [0,∞]>{1,2} [ / <length-percentage [0,∞]>{1,2} ]? ] || <corner-shape-value>{1,2}",
+      "extended": []
+    },
+    {
       "name": "corner-block-start-shape",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-block-start-shape",
       "initial": "see individual properties",
@@ -6532,6 +6588,40 @@
       "extended": []
     },
     {
+      "name": "corner-bottom",
+      "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-bottom",
+      "initial": "0",
+      "appliesTo": "all elements (but see prose)",
+      "inherited": "no",
+      "percentages": "Refer to corresponding dimension of the border box.",
+      "computedValue": "see individual properties",
+      "canonicalOrder": "per grammar",
+      "animationType": "see individual properties",
+      "styleDeclaration": [
+        "corner-bottom",
+        "cornerBottom"
+      ],
+      "syntax": "[ <length-percentage [0,∞]>{1,2} [ / <length-percentage [0,∞]>{1,2} ]? ] || <corner-shape-value>{1,2}",
+      "extended": []
+    },
+    {
+      "name": "corner-bottom-left",
+      "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-bottom-left",
+      "initial": "0",
+      "appliesTo": "all elements (but see prose)",
+      "inherited": "no",
+      "percentages": "Refer to corresponding dimension of the border box.",
+      "computedValue": "see individual properties",
+      "canonicalOrder": "per grammar",
+      "animationType": "see individual properties",
+      "styleDeclaration": [
+        "corner-bottom-left",
+        "cornerBottomLeft"
+      ],
+      "syntax": "<length-percentage [0,∞]>{1,2} || <corner-shape-value>",
+      "extended": []
+    },
+    {
       "name": "corner-bottom-left-shape",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-bottom-left-shape",
       "initial": "round",
@@ -6550,6 +6640,23 @@
       "extended": []
     },
     {
+      "name": "corner-bottom-right",
+      "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-bottom-right",
+      "initial": "0",
+      "appliesTo": "all elements (but see prose)",
+      "inherited": "no",
+      "percentages": "Refer to corresponding dimension of the border box.",
+      "computedValue": "see individual properties",
+      "canonicalOrder": "per grammar",
+      "animationType": "see individual properties",
+      "styleDeclaration": [
+        "corner-bottom-right",
+        "cornerBottomRight"
+      ],
+      "syntax": "<length-percentage [0,∞]>{1,2} || <corner-shape-value>",
+      "extended": []
+    },
+    {
       "name": "corner-bottom-right-shape",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-bottom-right-shape",
       "initial": "round",
@@ -6585,6 +6692,23 @@
       "extended": []
     },
     {
+      "name": "corner-end-end",
+      "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-end-end",
+      "initial": "0",
+      "appliesTo": "all elements (but see prose)",
+      "inherited": "no",
+      "percentages": "Refer to corresponding dimension of the border box.",
+      "computedValue": "see individual properties",
+      "canonicalOrder": "per grammar",
+      "animationType": "see individual properties",
+      "styleDeclaration": [
+        "corner-end-end",
+        "cornerEndEnd"
+      ],
+      "syntax": "<length-percentage [0,∞]>{1,2} || <corner-shape-value>",
+      "extended": []
+    },
+    {
       "name": "corner-end-end-shape",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-end-end-shape",
       "initial": "round",
@@ -6603,6 +6727,23 @@
       "extended": []
     },
     {
+      "name": "corner-end-start",
+      "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-end-start",
+      "initial": "0",
+      "appliesTo": "all elements (but see prose)",
+      "inherited": "no",
+      "percentages": "Refer to corresponding dimension of the border box.",
+      "computedValue": "see individual properties",
+      "canonicalOrder": "per grammar",
+      "animationType": "see individual properties",
+      "styleDeclaration": [
+        "corner-end-start",
+        "cornerEndStart"
+      ],
+      "syntax": "<length-percentage [0,∞]>{1,2} || <corner-shape-value>",
+      "extended": []
+    },
+    {
       "name": "corner-end-start-shape",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-end-start-shape",
       "initial": "round",
@@ -6621,6 +6762,23 @@
       "extended": []
     },
     {
+      "name": "corner-inline-end",
+      "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-inline-end",
+      "initial": "0",
+      "appliesTo": "all elements (but see prose)",
+      "inherited": "no",
+      "percentages": "Refer to corresponding dimension of the border box.",
+      "computedValue": "see individual properties",
+      "canonicalOrder": "per grammar",
+      "animationType": "see individual properties",
+      "styleDeclaration": [
+        "corner-inline-end",
+        "cornerInlineEnd"
+      ],
+      "syntax": "[ <length-percentage [0,∞]>{1,2} [ / <length-percentage [0,∞]>{1,2} ]? ] || <corner-shape-value>{1,2}",
+      "extended": []
+    },
+    {
       "name": "corner-inline-end-shape",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-inline-end-shape",
       "initial": "see individual properties",
@@ -6638,6 +6796,23 @@
       "extended": []
     },
     {
+      "name": "corner-inline-start",
+      "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-inline-start",
+      "initial": "0",
+      "appliesTo": "all elements (but see prose)",
+      "inherited": "no",
+      "percentages": "Refer to corresponding dimension of the border box.",
+      "computedValue": "see individual properties",
+      "canonicalOrder": "per grammar",
+      "animationType": "see individual properties",
+      "styleDeclaration": [
+        "corner-inline-start",
+        "cornerInlineStart"
+      ],
+      "syntax": "[ <length-percentage [0,∞]>{1,2} [ / <length-percentage [0,∞]>{1,2} ]? ] || <corner-shape-value>{1,2}",
+      "extended": []
+    },
+    {
       "name": "corner-inline-start-shape",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-inline-start-shape",
       "initial": "see individual properties",
@@ -6655,6 +6830,23 @@
       "extended": []
     },
     {
+      "name": "corner-left",
+      "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-left",
+      "initial": "0",
+      "appliesTo": "all elements (but see prose)",
+      "inherited": "no",
+      "percentages": "Refer to corresponding dimension of the border box.",
+      "computedValue": "see individual properties",
+      "canonicalOrder": "per grammar",
+      "animationType": "see individual properties",
+      "styleDeclaration": [
+        "corner-left",
+        "cornerLeft"
+      ],
+      "syntax": "[ <length-percentage [0,∞]>{1,2} [ / <length-percentage [0,∞]>{1,2} ]? ] || <corner-shape-value>{1,2}",
+      "extended": []
+    },
+    {
       "name": "corner-left-shape",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-left-shape",
       "initial": "see individual properties",
@@ -6672,6 +6864,23 @@
       "extended": []
     },
     {
+      "name": "corner-right",
+      "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-right",
+      "initial": "0",
+      "appliesTo": "all elements (but see prose)",
+      "inherited": "no",
+      "percentages": "Refer to corresponding dimension of the border box.",
+      "computedValue": "see individual properties",
+      "canonicalOrder": "per grammar",
+      "animationType": "see individual properties",
+      "styleDeclaration": [
+        "corner-right",
+        "cornerRight"
+      ],
+      "syntax": "[ <length-percentage [0,∞]>{1,2} [ / <length-percentage [0,∞]>{1,2} ]? ] || <corner-shape-value>{1,2}",
+      "extended": []
+    },
+    {
       "name": "corner-right-shape",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-right-shape",
       "initial": "see individual properties",
@@ -6706,6 +6915,23 @@
       "extended": []
     },
     {
+      "name": "corner-start-end",
+      "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-start-end",
+      "initial": "0",
+      "appliesTo": "all elements (but see prose)",
+      "inherited": "no",
+      "percentages": "Refer to corresponding dimension of the border box.",
+      "computedValue": "see individual properties",
+      "canonicalOrder": "per grammar",
+      "animationType": "see individual properties",
+      "styleDeclaration": [
+        "corner-start-end",
+        "cornerStartEnd"
+      ],
+      "syntax": "<length-percentage [0,∞]>{1,2} || <corner-shape-value>",
+      "extended": []
+    },
+    {
       "name": "corner-start-end-shape",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-start-end-shape",
       "initial": "round",
@@ -6724,6 +6950,23 @@
       "extended": []
     },
     {
+      "name": "corner-start-start",
+      "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-start-start",
+      "initial": "0",
+      "appliesTo": "all elements (but see prose)",
+      "inherited": "no",
+      "percentages": "Refer to corresponding dimension of the border box.",
+      "computedValue": "see individual properties",
+      "canonicalOrder": "per grammar",
+      "animationType": "see individual properties",
+      "styleDeclaration": [
+        "corner-start-start",
+        "cornerStartStart"
+      ],
+      "syntax": "<length-percentage [0,∞]>{1,2} || <corner-shape-value>",
+      "extended": []
+    },
+    {
       "name": "corner-start-start-shape",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-start-start-shape",
       "initial": "round",
@@ -6742,6 +6985,40 @@
       "extended": []
     },
     {
+      "name": "corner-top",
+      "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-top",
+      "initial": "0",
+      "appliesTo": "all elements (but see prose)",
+      "inherited": "no",
+      "percentages": "Refer to corresponding dimension of the border box.",
+      "computedValue": "see individual properties",
+      "canonicalOrder": "per grammar",
+      "animationType": "see individual properties",
+      "styleDeclaration": [
+        "corner-top",
+        "cornerTop"
+      ],
+      "syntax": "[ <length-percentage [0,∞]>{1,2} [ / <length-percentage [0,∞]>{1,2} ]? ] || <corner-shape-value>{1,2}",
+      "extended": []
+    },
+    {
+      "name": "corner-top-left",
+      "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-top-left",
+      "initial": "0",
+      "appliesTo": "all elements (but see prose)",
+      "inherited": "no",
+      "percentages": "Refer to corresponding dimension of the border box.",
+      "computedValue": "see individual properties",
+      "canonicalOrder": "per grammar",
+      "animationType": "see individual properties",
+      "styleDeclaration": [
+        "corner-top-left",
+        "cornerTopLeft"
+      ],
+      "syntax": "<length-percentage [0,∞]>{1,2} || <corner-shape-value>",
+      "extended": []
+    },
+    {
       "name": "corner-top-left-shape",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-top-left-shape",
       "initial": "round",
@@ -6760,6 +7037,23 @@
       "extended": []
     },
     {
+      "name": "corner-top-right",
+      "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-top-right",
+      "initial": "0",
+      "appliesTo": "all elements (but see prose)",
+      "inherited": "no",
+      "percentages": "Refer to corresponding dimension of the border box.",
+      "computedValue": "see individual properties",
+      "canonicalOrder": "per grammar",
+      "animationType": "see individual properties",
+      "styleDeclaration": [
+        "corner-top-right",
+        "cornerTopRight"
+      ],
+      "syntax": "<length-percentage [0,∞]>{1,2} || <corner-shape-value>",
+      "extended": []
+    },
+    {
       "name": "corner-top-right-shape",
       "href": "https://drafts.csswg.org/css-borders-4/#propdef-corner-top-right-shape",
       "initial": "round",
@@ -15580,14 +15874,14 @@
     },
     {
       "name": ":interest-source",
-      "prose": "The :interest-source pseudo-class applies to any element (or pseudo-element) that is capable of \"showing interest\" in another element, as defined by the host language. (It applies regardless of whether the element is currently showing interest or not.)",
+      "prose": "The :interest-source pseudo-class applies to an interest source element that the user is currently \"showing interest\" in, and the :interest-target pseudo-class applies to the associated interest target of an element matching :interest-source.",
       "href": "https://drafts.csswg.org/selectors-4/#selectordef-interest-source",
       "syntax": ":interest-source",
       "extended": []
     },
     {
       "name": ":interest-target",
-      "prose": "The :interest-target pseudo-class applies to the \"other element\" that an :interest-source element is currently showing interest in. (It only applies to an element that is currently having interest shown in it.)",
+      "prose": "The :interest-source pseudo-class applies to an interest source element that the user is currently \"showing interest\" in, and the :interest-target pseudo-class applies to the associated interest target of an element matching :interest-source.",
       "href": "https://drafts.csswg.org/selectors-4/#selectordef-interest-target",
       "syntax": ":interest-target",
       "extended": []
@@ -16477,7 +16771,7 @@
     {
       "name": "color-function",
       "href": "https://drafts.csswg.org/css-color-hdr-1/#typedef-color-function",
-      "syntax": "<rgb()> | <rgba()> | <hsl()> | <hsla()> | <hwb()> | <lab()> | <lch()> | <oklab()> | <oklch()> | <ictcp()> | <jzazbz()> | <jzczhz()> | <color()>",
+      "syntax": "<rgb()> | <rgba()> | <hsl()> | <hsla()> | <hwb()> | <lab()> | <lch()> | <oklab()> | <oklch()> | <ictcp()> | <jzazbz()> | <jzczhz()> | <alpha()> | <color()>",
       "extended": []
     },
     {
@@ -17984,7 +18278,7 @@
     {
       "name": "predefined-rgb",
       "href": "https://drafts.csswg.org/css-color-hdr-1/#typedef-predefined-rgb",
-      "syntax": "srgb | srgb-linear | display-p3 | a98-rgb | prophoto-rgb | rec2020 | rec2100-pq | rec2100-hlg | rec2100-linear",
+      "syntax": "srgb | srgb-linear | display-p3 | display-p3-linear | a98-rgb | prophoto-rgb | rec2020 | rec2100-pq | rec2100-hlg | rec2100-linear",
       "extended": []
     },
     {
@@ -18124,7 +18418,7 @@
     {
       "name": "rectangular-color-space",
       "href": "https://drafts.csswg.org/css-color-5/#typedef-rectangular-color-space",
-      "syntax": "srgb | srgb-linear | display-p3 | a98-rgb | prophoto-rgb | rec2020 | lab | oklab | <xyz-space>",
+      "syntax": "srgb | srgb-linear | display-p3 | display-p3-linear | a98-rgb | prophoto-rgb | rec2020 | lab | oklab | <xyz-space>",
       "extended": []
     },
     {

@github-actions github-actions bot force-pushed the release-css-20250820125732236 branch 2 times, most recently from c3fa874 to e85cf6b Compare August 21, 2025 00:55
@github-actions github-actions bot force-pushed the release-css-20250820125732236 branch 25 times, most recently from e9ef859 to b05ed38 Compare August 27, 2025 06:47
@github-actions github-actions bot force-pushed the release-css-20250820125732236 branch from b05ed38 to 3177a00 Compare August 27, 2025 12:53
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.

0 participants