@csstools/css-syntax-patches-for-csstree 1.0.3 → 1.0.4
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 -3
- package/README.md +1 -1
- package/dist/index.json +7 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# Changes to CSS Syntax Patches For CSSTree
|
|
2
2
|
|
|
3
|
-
### 1.0.
|
|
3
|
+
### 1.0.4
|
|
4
4
|
|
|
5
|
-
_November
|
|
5
|
+
_November 17, 2024_
|
|
6
6
|
|
|
7
|
-
- Update `@webref/css` to [`v6.17.
|
|
7
|
+
- Update `@webref/css` to [`v6.17.2`](https://github.com/w3c/webref/releases/tag/%40webref%2Fraw-css%406.17.2)
|
|
8
8
|
|
|
9
9
|
[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/packages/css-syntax-patches-for-csstree/CHANGELOG.md)
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# CSS Syntax Patches For CSSTree
|
|
1
|
+
# CSS Syntax Patches For CSSTree <img src="https://cssdb.org/images/css.svg" alt="for CSS" width="90" height="90" align="right">
|
|
2
2
|
|
|
3
3
|
[<img alt="npm version" src="https://img.shields.io/npm/v/@csstools/css-syntax-patches-for-csstree.svg" height="20">][npm-url]
|
|
4
4
|
[<img alt="Build Status" src="https://github.com/csstools/postcss-plugins/workflows/test/badge.svg" height="20">][cli-url]
|
package/dist/index.json
CHANGED
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"block-ellipsis": "none | auto | <string>",
|
|
89
89
|
"block-step": "<'block-step-size'> || <'block-step-insert'> || <'block-step-align'> || <'block-step-round'>",
|
|
90
90
|
"block-step-align": "auto | center | start | end",
|
|
91
|
-
"block-step-insert": "margin | padding",
|
|
91
|
+
"block-step-insert": "margin-box | padding-box | content-box",
|
|
92
92
|
"block-step-round": "up | down | nearest",
|
|
93
93
|
"block-step-size": "none | <length [0,∞]>",
|
|
94
94
|
"bookmark-label": "<content-list>",
|
|
@@ -339,7 +339,7 @@
|
|
|
339
339
|
"scroll-padding-left": "auto | <length-percentage [0,∞]>",
|
|
340
340
|
"scroll-padding-right": "auto | <length-percentage [0,∞]>",
|
|
341
341
|
"scroll-padding-top": "auto | <length-percentage [0,∞]>",
|
|
342
|
-
"scroll-start-target": "
|
|
342
|
+
"scroll-start-target": "none | auto",
|
|
343
343
|
"scroll-timeline": "[ <'scroll-timeline-name'> <'scroll-timeline-axis'>? ]#",
|
|
344
344
|
"shape-image-threshold": "<opacity-value>",
|
|
345
345
|
"shape-inside": "auto | outside-shape | [ <basic-shape> || shape-box ] | <image> | display",
|
|
@@ -437,7 +437,9 @@
|
|
|
437
437
|
"arc-size": "large | small",
|
|
438
438
|
"arc-sweep": "cw | ccw",
|
|
439
439
|
"attr-name": "[ [ <ident-token> '|' ]? <ident-token> ]",
|
|
440
|
-
"attr
|
|
440
|
+
"attr-type": "type( <syntax> ) | string | <attr-unit>",
|
|
441
|
+
"attr-unit": "'%' | em | ex | cap | ch | ic | rem | lh | rlh | vw | vh | vi | vb | vmin | vmax | cm | mm | q | in | pc | pt | px | deg | grad | rad | turn | s | ms | hz | khz | fr",
|
|
442
|
+
"attr()": "attr( <attr-name> <attr-type>? , <declaration-value>? )",
|
|
441
443
|
"autospace": "no-autospace | [ ideograph-alpha || ideograph-numeric || punctuation ] || [ insert | replace ]",
|
|
442
444
|
"axis": "block | inline | x | y",
|
|
443
445
|
"baseline-position": "[ first | last ]? && baseline",
|
|
@@ -471,7 +473,7 @@
|
|
|
471
473
|
"composite-mode": "clear | copy | source-over | destination-over | source-in | destination-in | source-out | destination-out | source-atop | destination-atop | xor | lighter | plus-darker | plus-lighter",
|
|
472
474
|
"conic-gradient-syntax": "[ [ [ from <angle> ]? [ at <position> ]? ] || <color-interpolation-method> ]? , <angular-color-stop-list>",
|
|
473
475
|
"conic-gradient()": "conic-gradient( [ <conic-gradient-syntax> ] )",
|
|
474
|
-
"container-condition": "[ <container-name
|
|
476
|
+
"container-condition": "[ <container-name>? <container-query>? ]!",
|
|
475
477
|
"container-progress()": "container-progress( <mf-name> [ of <container-name> ]? , <calc-sum> , <calc-sum> )",
|
|
476
478
|
"container-query": "not <query-in-parens> | <query-in-parens> [ [ and <query-in-parens> ]* | [ or <query-in-parens> ]* ]",
|
|
477
479
|
"content-level": "element | content | text | <attr()> | <counter>",
|
|
@@ -615,6 +617,7 @@
|
|
|
615
617
|
"right": "<length-percentage> | auto",
|
|
616
618
|
"round()": "round( <rounding-strategy>? , <calc-sum> , <calc-sum>? )",
|
|
617
619
|
"running()": "running( <custom-ident> )",
|
|
620
|
+
"scroll-button-direction": "up | down | left | right | block-start | block-end | inline-start | inline-end | prev | next",
|
|
618
621
|
"scroll-state-feature": "<ident> : <ident>",
|
|
619
622
|
"scroll-state-in-parens": "( <scroll-state-query> ) | ( <scroll-state-feature> ) | <general-enclosed>",
|
|
620
623
|
"scroll-state-query": "not <scroll-state-in-parens> | <scroll-state-in-parens> [ [ and <scroll-state-in-parens> ]* | [ or <scroll-state-in-parens> ]* ] | <scroll-state-feature>",
|