@csstools/css-syntax-patches-for-csstree 1.0.21 → 1.0.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,10 +1,9 @@
1
1
  # Changes to CSS Syntax Patches For CSSTree
2
2
 
3
- ### 1.0.21
3
+ ### 1.0.22
4
4
 
5
- _December 12, 2025_
5
+ _December 20, 2025_
6
6
 
7
- - Update `@webref/css` to [`v8.1.1`](https://github.com/w3c/webref/releases/tag/%40webref%2Fcss%408.1.1)
8
- - Patch `<radial-size>` to have correct definitions for both `circle()` and `ellipse()`
7
+ - Update `@webref/css` to [`v8.1.2`](https://github.com/w3c/webref/releases/tag/%40webref%2Fcss%408.1.2)
9
8
 
10
9
  [Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/packages/css-syntax-patches-for-csstree/CHANGELOG.md)
package/dist/index.json CHANGED
@@ -231,7 +231,7 @@
231
231
  "cursor": "[ <cursor-image> , ]* <cursor-predefined>",
232
232
  "cx": "<length-percentage>",
233
233
  "cy": "<length-percentage>",
234
- "display": "[ <display-outside> || <display-inside> ] | <display-listitem> | <display-internal> | <display-box> | <display-legacy> | <display-outside> | <-non-standard-display> || [ <display-inside> | math ]",
234
+ "display": "[ <display-outside> || <display-inside> ] | <display-listitem> | <display-internal> | <display-box> | <display-legacy> | grid-lanes | inline-grid-lanes | <display-outside> | <-non-standard-display> || [ <display-inside> | math ]",
235
235
  "dominant-baseline": "auto | text-bottom | text-top | use-script | no-change | reset-size | ideographic | alphabetic | hanging | mathematical | central | middle | text-after-edge | text-before-edge",
236
236
  "dynamic-range-limit": "standard | no-limit | constrained | <dynamic-range-limit-mix()>",
237
237
  "event-trigger": "none | [ <'event-trigger-name'> <'event-trigger-source'> ]#",
@@ -333,7 +333,6 @@
333
333
  "min-height": "auto | <length-percentage [0,∞]> | min-content | max-content | fit-content( <length-percentage [0,∞]> ) | <calc-size()> | <anchor-size()> | stretch | fit-content | contain | <-non-standard-size>",
334
334
  "min-intrinsic-sizing": "legacy | zero-if-scroll || zero-if-extrinsic",
335
335
  "min-width": "auto | <length-percentage [0,∞]> | min-content | max-content | fit-content( <length-percentage [0,∞]> ) | <calc-size()> | <anchor-size()> | stretch | fit-content | contain | <-non-standard-size>",
336
- "mix-blend-mode": "<blend-mode> | plus-darker | plus-lighter",
337
336
  "object-fit": "fill | none | [ contain | cover ] || scale-down",
338
337
  "object-view-box": "none | <basic-shape-rect>",
339
338
  "opacity": "<opacity-value>",
@@ -537,6 +536,7 @@
537
536
  "auto-line-color-list": "[ <line-color-or-repeat> ]* <auto-repeat-line-color> [ <line-color-or-repeat> ]*",
538
537
  "auto-line-style-list": "[ <line-style-or-repeat> ]* <auto-repeat-line-style> [ <line-style-or-repeat> ]*",
539
538
  "auto-line-width-list": "[ <line-width-or-repeat> ]* <auto-repeat-line-width> [ <line-width-or-repeat> ]*",
539
+ "auto-repeat": "repeat( [ auto-fill | auto-fit ] , [ <line-names>? <track-size> ]+ <line-names>? )",
540
540
  "auto-repeat-line-color": "repeat( auto , [ <color> ]+ )",
541
541
  "auto-repeat-line-style": "repeat( auto , [ <line-style> ]+ )",
542
542
  "auto-repeat-line-width": "repeat( auto , [ <line-width> ]+ )",
@@ -547,6 +547,7 @@
547
547
  "bg-layer": "<bg-image> || <bg-position> [ / <bg-size> ]? || <repeat-style> || <attachment> || <bg-clip> || <visual-box>",
548
548
  "bg-position": "<position> | <position-three>",
549
549
  "bg-size": "[ <length-percentage [0,∞]> | auto ]{1,2} | cover | contain",
550
+ "blend-mode": "normal | multiply | screen | overlay | darken | lighten | color-dodge | color-burn | soft-light | hard-light | difference | exclusion | hue | saturation | color | luminosity",
550
551
  "blur()": "blur( <length>? )",
551
552
  "border-radius": "<slash-separated-border-radius-syntax> | <legacy-border-radius-syntax>",
552
553
  "calc-interpolate()": "calc-interpolate( [ <progress-source> && [ by <easing-function> ]? && <easing-function>? ] , <input-position>{1,2} : <calc-sum> , [ <easing-function>? , <input-position>{1,2} : <calc-sum> ]#? )",
@@ -711,15 +712,18 @@
711
712
  "mq-boolean": "<integer [0,1]>",
712
713
  "navigation-condition": "not <navigation-in-parens> | <navigation-in-parens> [ and <navigation-in-parens> ]* | <navigation-in-parens> [ or <navigation-in-parens> ]*",
713
714
  "navigation-in-parens": "( <navigation-condition> ) | ( <navigation-test> ) | <general-enclosed>",
714
- "navigation-keyword": "at | from | to",
715
715
  "navigation-location": "<route-name> | <url-pattern()>",
716
+ "navigation-location-keyword": "at | from | to",
717
+ "navigation-location-test": "<navigation-location-keyword> : <navigation-location>",
716
718
  "navigation-param": "<navigation-param-key-value> | <navigation-param-function>",
717
719
  "navigation-param-and": "<navigation-param-expression> [ \" and \" <navigation-param-expression> ]*",
718
720
  "navigation-param-expression": "( <navigation-param-and> ) | ( <navigation-param-or> ) | <navigation-param>",
719
721
  "navigation-param-function": "navigation-param( <ident> )",
720
722
  "navigation-param-key-value": "( <ident> : <string> )",
721
723
  "navigation-param-or": "<navigation-param-expression> [ \" or \" <navigation-param-expression> ]*",
722
- "navigation-test": "<navigation-location> | <navigation-keyword> : <navigation-location>",
724
+ "navigation-test": "<navigation-location-test> | <navigation-type-test>",
725
+ "navigation-type-keyword": "traverse | back | forward | reload",
726
+ "navigation-type-test": "history : <navigation-type-keyword>",
723
727
  "number-optional-number": "<number> <number>?",
724
728
  "oklab()": "oklab( [ from <color> ]? [ <percentage> | <number> | l | a | b | alpha | none ] [ <percentage> | <number> | l | a | b | alpha | none ] [ <percentage> | <number> | l | a | b | alpha | none ] [ / [ <alpha-value> | l | a | b | alpha | none ] ]? )",
725
729
  "oklch()": "oklch( [ from <color> ]? [ <percentage> | <number> | l | c | h | alpha | none ] [ <percentage> | <number> | l | c | h | alpha | none ] [ <hue> | l | c | h | alpha | none ] [ / [ <alpha-value> | l | c | h | alpha | none ] ]? )",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@csstools/css-syntax-patches-for-csstree",
3
3
  "description": "CSS syntax patches for CSS tree",
4
- "version": "1.0.21",
4
+ "version": "1.0.22",
5
5
  "contributors": [
6
6
  {
7
7
  "name": "Antonio Laguna",