@csstools/css-syntax-patches-for-csstree 1.1.5 → 1.1.6
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 +3 -4
- package/dist/index.json +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
# Changes to CSS Syntax Patches For CSSTree
|
|
2
2
|
|
|
3
|
-
### 1.1.
|
|
3
|
+
### 1.1.6
|
|
4
4
|
|
|
5
|
-
_June
|
|
5
|
+
_June 28, 2026_
|
|
6
6
|
|
|
7
|
-
- Update `@webref/css` to [`v8.
|
|
8
|
-
- Patch `@position-try` and `@page`
|
|
7
|
+
- Update `@webref/css` to [`v8.6.0`](https://github.com/w3c/webref/releases/tag/%40webref%2Fcss%408.6.0)
|
|
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
|
@@ -319,7 +319,7 @@
|
|
|
319
319
|
"overscroll-behavior-inline": "contain | none | auto | chain",
|
|
320
320
|
"overscroll-behavior-x": "contain | none | auto | chain",
|
|
321
321
|
"overscroll-behavior-y": "contain | none | auto | chain",
|
|
322
|
-
"path-length": "none |
|
|
322
|
+
"path-length": "none | <length> [ 0 , ∞ ]",
|
|
323
323
|
"pause-after": "<time [0s,∞]> | none | x-weak | weak | medium | strong | x-strong",
|
|
324
324
|
"pause-before": "<time [0s,∞]> | none | x-weak | weak | medium | strong | x-strong",
|
|
325
325
|
"perspective": "none | <length [0,∞]>",
|
|
@@ -470,9 +470,9 @@
|
|
|
470
470
|
"types": {
|
|
471
471
|
"dashed-ident": "<custom-property-name>",
|
|
472
472
|
"unicode-range-token": "<urange>",
|
|
473
|
+
"a-n-plus-b": "odd | even | <integer> | <n-dimension> | '+'? n | -n | <ndashdigit-dimension> | '+'? <ndashdigit-ident> | <dashndashdigit-ident> | <n-dimension> <signed-integer> | '+'? n <signed-integer> | -n <signed-integer> | <ndash-dimension> <signless-integer> | '+'? n- <signless-integer> | -n- <signless-integer> | <n-dimension> [ '+' | '-' ] <signless-integer> | '+'? n [ '+' | '-' ] <signless-integer> | -n [ '+' | '-' ] <signless-integer>",
|
|
473
474
|
"active-navigation-condition": "<navigation-relation>? [ <route-location> | link-href ]?",
|
|
474
475
|
"alpha()": "alpha( [ from <color> ] [ / [ <alpha-value> | alpha | none ] ]? )",
|
|
475
|
-
"an+b": "odd | even | <integer> | <n-dimension> | '+'? n | -n | <ndashdigit-dimension> | '+'? <ndashdigit-ident> | <dashndashdigit-ident> | <n-dimension> <signed-integer> | '+'? n <signed-integer> | -n <signed-integer> | <ndash-dimension> <signless-integer> | '+'? n- <signless-integer> | -n- <signless-integer> | <n-dimension> [ '+' | '-' ] <signless-integer> | '+'? n [ '+' | '-' ] <signless-integer> | -n [ '+' | '-' ] <signless-integer>",
|
|
476
476
|
"anchored-feature": "fallback : <'position-try-fallbacks'>",
|
|
477
477
|
"anchored-in-parens": "( <anchored-query> ) | ( <anchored-feature> ) | <general-enclosed>",
|
|
478
478
|
"anchored-query": "not <anchored-in-parens> | <anchored-in-parens> [ [ and <anchored-in-parens> ]* | [ or <anchored-in-parens> ]* ] | <anchored-feature>",
|
|
@@ -683,7 +683,7 @@
|
|
|
683
683
|
"position-two": "[ [ left | center | right | x-start | x-end ] && [ top | center | bottom | y-start | y-end ] | [ left | center | right | x-start | x-end | <length-percentage> ] [ top | center | bottom | y-start | y-end | <length-percentage> ] | [ block-start | center | block-end ] && [ inline-start | center | inline-end ] | [ start | center | end ]{2} ]",
|
|
684
684
|
"predefined-rgb": "| rec2100-pq | rec2100-hlg | rec2100-linear",
|
|
685
685
|
"progress-source": "<percentage> | <number> | <dimension> | <'animation-timeline'>",
|
|
686
|
-
"progress()": "progress( <calc-sum> , <calc-sum> , <calc-sum> )",
|
|
686
|
+
"progress()": "progress( no-clamp? <calc-sum> , <calc-sum> , <calc-sum> )",
|
|
687
687
|
"pseudo-class-selector": ": <ident-token> | : <function-token> <any-value> )",
|
|
688
688
|
"pseudo-element-selector": ": <pseudo-class-selector> | <legacy-pseudo-element-selector>",
|
|
689
689
|
"pt-class-selector": "[ '.' <custom-ident> ]+",
|