@csstools/css-syntax-patches-for-csstree 1.1.1 → 1.1.2

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,11 +1,9 @@
1
1
  # Changes to CSS Syntax Patches For CSSTree
2
2
 
3
- ### 1.1.1
3
+ ### 1.1.2
4
4
 
5
- _March 14, 2026_
5
+ _March 26, 2026_
6
6
 
7
- - Remove patch for `<'filter'>`
8
- - Add `css-tree` as an optional peer dependency to set version constraints
9
- - Update `@webref/css` to [`v8.4.0`](https://github.com/w3c/webref/releases/tag/%40webref%2Fcss%408.4.0)
7
+ - Update `@webref/css` to [`v8.5.1`](https://github.com/w3c/webref/releases/tag/%40webref%2Fcss%408.5.1)
10
8
 
11
9
  [Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/packages/css-syntax-patches-for-csstree/CHANGELOG.md)
package/dist/index.json CHANGED
@@ -232,7 +232,7 @@
232
232
  "hyphenate-limit-last": "none | always | column | page | spread",
233
233
  "hyphenate-limit-lines": "no-limit | <integer>",
234
234
  "hyphenate-limit-zone": "<length-percentage>",
235
- "image-animation": "normal | paused | running",
235
+ "image-animation": "normal | paused | stopped | running",
236
236
  "image-orientation": "from-image | none | [ <angle> || flip ]",
237
237
  "image-rendering": "auto | smooth | high-quality | pixelated | crisp-edges | <-non-standard-image-rendering>",
238
238
  "initial-letter": "normal | <number [1,∞]> <integer [1,∞]> | <number [1,∞]> && [ drop | raise ]?",
@@ -330,6 +330,7 @@
330
330
  "rule-width": "<'column-rule-width'>",
331
331
  "rx": "<length-percentage> | auto",
332
332
  "ry": "<length-percentage> | auto",
333
+ "scroll-marker-group": "none | [ [ before | after ] || [ links | tabs ] ]",
333
334
  "scroll-padding": "[ auto | <length-percentage [0,∞]> ]{1,4}",
334
335
  "scroll-padding-block": "[ auto | <length-percentage [0,∞]> ]{1,2}",
335
336
  "scroll-padding-block-end": "auto | <length-percentage [0,∞]>",
@@ -466,7 +467,7 @@
466
467
  "cf-image": "[ <image> | <color> ] && <percentage [0,100]>?",
467
468
  "circle()": "circle( [ <radial-extent> | <length-percentage [0,∞]> ]? [ at <position> ]? )",
468
469
  "clamp()": "clamp( [ <calc-sum> | none ] , <calc-sum> , [ <calc-sum> | none ] )",
469
- "color": "<color-base> | currentColor | <system-color> | <contrast-color()> | <device-cmyk()> | <light-dark()> | <-non-standard-color>",
470
+ "color": "<color-base> | currentColor | <system-color> | <contrast-color()> | <device-cmyk()> | <light-dark-color> | <-non-standard-color>",
470
471
  "color-font-tech": "[ color-COLRv0 | color-COLRv1 | color-SVG | color-sbix | color-CBDT ]",
471
472
  "color-function": "<rgb()> | <rgba()> | <hsl()> | <hsla()> | <hwb()> | <lab()> | <lch()> | <oklab()> | <oklch()> | <ictcp()> | <jzazbz()> | <jzczhz()> | <alpha()> | <color()> | <hdr-color()>",
472
473
  "color-interpolate()": "color-interpolate( [ <progress-source> && [ by <easing-function> ]? && <easing-function>? && <color-interpolation-method>? ] , <input-position>{1,2} : <color> , [ [ <easing-function> || <color-interpolation-method> ]? , <input-position>{1,2} : <color> ]#? )",
@@ -497,6 +498,7 @@
497
498
  "default-value": "<declaration-value>",
498
499
  "deprecated-color": "ActiveBorder | ActiveCaption | AppWorkspace | Background | ButtonHighlight | ButtonShadow | CaptionText | InactiveBorder | InactiveCaption | InactiveCaptionText | InfoBackground | InfoText | Menu | MenuText | Scrollbar | ThreeDDarkShadow | ThreeDFace | ThreeDHighlight | ThreeDLightShadow | ThreeDShadow | Window | WindowFrame | WindowText",
499
500
  "element()": "element( <id-selector> )",
501
+ "env-args": "env( <declaration-value> , <declaration-value>? )",
500
502
  "env()": "env( <custom-ident> <integer [0,∞]>* , <declaration-value>? )",
501
503
  "event-trigger-event": "activate | interest | click | touch | dblclick | keypress( <string> ) | . . .",
502
504
  "fade()": "fade( [ <length-percentage> ] )",
@@ -540,6 +542,7 @@
540
542
  "if-condition": "<boolean-expr[<if-test>]> | else",
541
543
  "if-test": "supports( [ <ident> : <declaration-value> ] | <supports-condition> ) | media( <media-feature> | <media-condition> ) | style( <style-query> )",
542
544
  "if()": "if( [ <if-branch> ; ]* <if-branch> ;? )",
545
+ "image": "<url> | <image()> | <image-set()> | <element()> | <paint()> | <cross-fade()> | <gradient> | <light-dark-image>",
543
546
  "image-1D": "<stripes()>",
544
547
  "image-set-option": "[ <image> | <string> ] [ <resolution> || type( <string> ) ]?",
545
548
  "image-src": "[ <url> | <string> ]",
@@ -567,6 +570,9 @@
567
570
  "legacy-rgb-syntax": "rgb( <percentage>#{3} , <alpha-value>? ) | rgb( <number>#{3} , <alpha-value>? )",
568
571
  "legacy-rgba-syntax": "rgba( <percentage>#{3} , <alpha-value>? ) | rgba( <number>#{3} , <alpha-value>? )",
569
572
  "length-percentage": "[ <length> | <percentage> ]",
573
+ "light-dark-color": "light-dark( <color> , <color> )",
574
+ "light-dark-image": "light-dark( [ <image> | none ] , [ <image> | none ] )",
575
+ "light-dark()": "<light-dark-color> | <light-dark-image>",
570
576
  "line-color-list": "<line-color-or-repeat>#",
571
577
  "line-color-or-repeat": "[ <color> | <repeat-line-color> ]",
572
578
  "line-command": "line <command-end-point>",
@@ -581,6 +587,9 @@
581
587
  "media-and": "and <media-in-parens>",
582
588
  "media-condition": "<media-not> | <media-in-parens> [ <media-and>* | <media-or>* ]",
583
589
  "media-condition-without-or": "<media-not> | <media-in-parens> <media-and>*",
590
+ "media-feature": "[ <mf-plain> | <mf-boolean> | <mf-range> ]",
591
+ "media-import-condition": "<media-query-list>",
592
+ "media-in-parens": "( <media-condition> ) | ( <media-feature> ) | <general-enclosed>",
584
593
  "media-or": "or <media-in-parens>",
585
594
  "media()": "media( [ <mf-plain> | <mf-boolean> | <mf-range> ] )",
586
595
  "mf-comparison": "<mf-lt> | <mf-gt> | <mf-eq>",
@@ -661,6 +670,7 @@
661
670
  "rounding-strategy": "| line-width",
662
671
  "route-name": "<dashed-ident>",
663
672
  "running()": "running( <custom-ident> )",
673
+ "scope-boundaries": "[ ( <scope-start> ) ]? [ to ( <scope-end> ) ]?",
664
674
  "scope-end": "<selector-list>",
665
675
  "scope-start": "<selector-list>",
666
676
  "scroll-button-direction": "up | down | left | right | block-start | block-end | inline-start | inline-end | prev | next",
@@ -698,9 +708,11 @@
698
708
  "supports-at-rule-fn": "at-rule( <at-keyword-token> )",
699
709
  "supports-condition-name": "<custom-ident>",
700
710
  "supports-decl": "( [ <declaration> | <supports-condition-name> ] )",
701
- "supports-feature": "<supports-selector-fn> | <supports-font-tech-fn> | <supports-font-format-fn> | <supports-at-rule-fn> | <supports-named-feature-fn> | <supports-decl>",
711
+ "supports-env-fn": "env( <ident> )",
712
+ "supports-feature": "<supports-selector-fn> | <supports-font-tech-fn> | <supports-font-format-fn> | <supports-at-rule-fn> | <supports-named-feature-fn> | <supports-env-fn> | <supports-decl>",
702
713
  "supports-font-format-fn": "font-format( <font-format> )",
703
714
  "supports-font-tech-fn": "font-tech( <font-tech> )",
715
+ "supports-import-condition": "supports( [ <supports-condition> | <declaration> ] )",
704
716
  "supports-named-feature-fn": "named-feature( <ident> )",
705
717
  "supports()": "supports( <declaration> )",
706
718
  "svg-paint": "child | child( <integer> )",
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.1.1",
4
+ "version": "1.1.2",
5
5
  "contributors": [
6
6
  {
7
7
  "name": "Antonio Laguna",