Skip to content

Commit 2c1a390

Browse files
Bump @webref/css from 8.2.3 to 8.2.4 in the webref-css group (#1784)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Romain Menke <[email protected]>
1 parent c349ccf commit 2c1a390

11 files changed

Lines changed: 619 additions & 639 deletions

File tree

package-lock.json

Lines changed: 432 additions & 429 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/css-syntax-patches-for-csstree/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes to CSS Syntax Patches For CSSTree
22

3+
### Unreleased (patch)
4+
5+
- Update `@webref/css` to [`v8.2.5`](https://github.com/w3c/webref/releases/tag/%40webref%2Fcss%408.2.5)
6+
37
### 1.0.27
48

59
_February 9, 2026_

packages/css-syntax-patches-for-csstree/dist/index.json

Lines changed: 21 additions & 22 deletions
Large diffs are not rendered by default.

packages/css-syntax-patches-for-csstree/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"dist"
3434
],
3535
"devDependencies": {
36-
"@webref/css": "8.2.3",
36+
"@webref/css": "8.2.5",
3737
"css-tree": "^3.1.0",
3838
"postcss": "^8.4"
3939
},

packages/css-syntax-patches-for-csstree/patches/webref-over-csstree-properties.json

Lines changed: 85 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"type": "modified",
2525
"comment": "",
2626
"syntax-b": "auto | normal | stretch | <baseline-position> | <overflow-position>? <self-position>",
27-
"syntax-a": "auto | normal | stretch | <baseline-position> | <overflow-position>? <self-position> | anchor-center",
28-
"syntax-m": "auto | normal | stretch | <baseline-position> | <overflow-position>? <self-position> | anchor-center",
27+
"syntax-a": "auto | <overflow-position>? [ normal | <self-position> ] | stretch | <baseline-position> | anchor-center",
28+
"syntax-m": "auto | <overflow-position>? [ normal | <self-position> ] | stretch | <baseline-position> | anchor-center",
2929
"tests": {
3030
"passing": [
3131
{
@@ -73,6 +73,28 @@
7373
"failing": []
7474
}
7575
},
76+
"anchor-name": {
77+
"type": "modified",
78+
"comment": "",
79+
"syntax-b": "none | <dashed-ident>#",
80+
"syntax-a": "none | <anchor-name>#",
81+
"syntax-m": "none | <anchor-name>#",
82+
"tests": {
83+
"passing": [],
84+
"failing": []
85+
}
86+
},
87+
"anchor-scope": {
88+
"type": "modified",
89+
"comment": "",
90+
"syntax-b": "none | all | <dashed-ident>#",
91+
"syntax-a": "none | all | <anchor-name>#",
92+
"syntax-m": "none | all | <anchor-name>#",
93+
"tests": {
94+
"passing": [],
95+
"failing": []
96+
}
97+
},
7698
"animation-duration": {
7799
"type": "modified",
78100
"comment": "",
@@ -1918,8 +1940,8 @@
19181940
"type": "added",
19191941
"comment": "",
19201942
"syntax-b": "",
1921-
"syntax-a": "auto | <length-percentage>",
1922-
"syntax-m": "auto | <length-percentage>",
1943+
"syntax-a": "<length-percentage>",
1944+
"syntax-m": "<length-percentage>",
19231945
"tests": {
19241946
"passing": [],
19251947
"failing": []
@@ -1929,8 +1951,8 @@
19291951
"type": "added",
19301952
"comment": "",
19311953
"syntax-b": "",
1932-
"syntax-a": "auto | <length-percentage>",
1933-
"syntax-m": "auto | <length-percentage>",
1954+
"syntax-a": "<length-percentage>",
1955+
"syntax-m": "<length-percentage>",
19341956
"tests": {
19351957
"passing": [],
19361958
"failing": []
@@ -1951,8 +1973,8 @@
19511973
"type": "added",
19521974
"comment": "",
19531975
"syntax-b": "",
1954-
"syntax-a": "auto | <length-percentage>",
1955-
"syntax-m": "auto | <length-percentage>",
1976+
"syntax-a": "<length-percentage>",
1977+
"syntax-m": "<length-percentage>",
19561978
"tests": {
19571979
"passing": [],
19581980
"failing": []
@@ -1962,8 +1984,8 @@
19621984
"type": "added",
19631985
"comment": "",
19641986
"syntax-b": "",
1965-
"syntax-a": "auto | <length-percentage>",
1966-
"syntax-m": "auto | <length-percentage>",
1987+
"syntax-a": "<length-percentage>",
1988+
"syntax-m": "<length-percentage>",
19671989
"tests": {
19681990
"passing": [],
19691991
"failing": []
@@ -1984,8 +2006,8 @@
19842006
"type": "added",
19852007
"comment": "",
19862008
"syntax-b": "",
1987-
"syntax-a": "auto | <length-percentage>",
1988-
"syntax-m": "auto | <length-percentage>",
2009+
"syntax-a": "<length-percentage>",
2010+
"syntax-m": "<length-percentage>",
19892011
"tests": {
19902012
"passing": [],
19912013
"failing": []
@@ -1995,8 +2017,8 @@
19952017
"type": "added",
19962018
"comment": "",
19972019
"syntax-b": "",
1998-
"syntax-a": "auto | <length-percentage>",
1999-
"syntax-m": "auto | <length-percentage>",
2020+
"syntax-a": "<length-percentage>",
2021+
"syntax-m": "<length-percentage>",
20002022
"tests": {
20012023
"passing": [],
20022024
"failing": []
@@ -2027,6 +2049,17 @@
20272049
]
20282050
}
20292051
},
2052+
"column-rule-visibility-items": {
2053+
"type": "added",
2054+
"comment": "",
2055+
"syntax-b": "",
2056+
"syntax-a": "all | around | between",
2057+
"syntax-m": "all | around | between",
2058+
"tests": {
2059+
"passing": [],
2060+
"failing": []
2061+
}
2062+
},
20302063
"column-rule-width": {
20312064
"type": "modified",
20322065
"comment": "",
@@ -3371,72 +3404,6 @@
33713404
"failing": []
33723405
}
33733406
},
3374-
"item-cross": {
3375-
"type": "added",
3376-
"comment": "",
3377-
"syntax-b": "",
3378-
"syntax-a": "[ auto | nowrap | wrap ] || [ normal | reverse ] | wrap-reverse",
3379-
"syntax-m": "[ auto | nowrap | wrap ] || [ normal | reverse ] | wrap-reverse",
3380-
"tests": {
3381-
"passing": [],
3382-
"failing": []
3383-
}
3384-
},
3385-
"item-direction": {
3386-
"type": "added",
3387-
"comment": "",
3388-
"syntax-b": "",
3389-
"syntax-a": "auto | row | column | row-reverse | column-reverse",
3390-
"syntax-m": "auto | row | column | row-reverse | column-reverse",
3391-
"tests": {
3392-
"passing": [],
3393-
"failing": []
3394-
}
3395-
},
3396-
"item-flow": {
3397-
"type": "added",
3398-
"comment": "",
3399-
"syntax-b": "",
3400-
"syntax-a": "<'item-direction'> || <'item-wrap'> || <'item-pack'> || <'flow-tolerance'>",
3401-
"syntax-m": "<'item-direction'> || <'item-wrap'> || <'item-pack'> || <'flow-tolerance'>",
3402-
"tests": {
3403-
"passing": [],
3404-
"failing": []
3405-
}
3406-
},
3407-
"item-pack": {
3408-
"type": "added",
3409-
"comment": "",
3410-
"syntax-b": "",
3411-
"syntax-a": "normal | dense || balance",
3412-
"syntax-m": "normal | dense || balance",
3413-
"tests": {
3414-
"passing": [],
3415-
"failing": []
3416-
}
3417-
},
3418-
"item-track": {
3419-
"type": "added",
3420-
"comment": "",
3421-
"syntax-b": "",
3422-
"syntax-a": "auto | row | column | row-reverse | column-reverse",
3423-
"syntax-m": "auto | row | column | row-reverse | column-reverse",
3424-
"tests": {
3425-
"passing": [],
3426-
"failing": []
3427-
}
3428-
},
3429-
"item-wrap": {
3430-
"type": "added",
3431-
"comment": "",
3432-
"syntax-b": "",
3433-
"syntax-a": "[ auto | nowrap | wrap ] || [ normal | reverse ] | wrap-reverse",
3434-
"syntax-m": "[ auto | nowrap | wrap ] || [ normal | reverse ] | wrap-reverse",
3435-
"tests": {
3436-
"passing": [],
3437-
"failing": []
3438-
}
3439-
},
34403407
"justify-items": {
34413408
"type": "modified",
34423409
"comment": "",
@@ -3459,8 +3426,8 @@
34593426
"type": "modified",
34603427
"comment": "",
34613428
"syntax-b": "auto | normal | stretch | <baseline-position> | <overflow-position>? [ <self-position> | left | right ]",
3462-
"syntax-a": "auto | normal | stretch | <baseline-position> | <overflow-position>? [ <self-position> | left | right ] | anchor-center",
3463-
"syntax-m": " | anchor-center",
3429+
"syntax-a": "auto | <overflow-position>? [ normal | <self-position> | left | right ] | stretch | <baseline-position> | anchor-center",
3430+
"syntax-m": "auto | <overflow-position>? [ normal | <self-position> | left | right ] | stretch | <baseline-position> | anchor-center",
34643431
"tests": {
34653432
"passing": [],
34663433
"failing": []
@@ -4551,8 +4518,8 @@
45514518
"type": "modified",
45524519
"comment": "",
45534520
"syntax-b": "auto | <anchor-name>",
4554-
"syntax-a": "none | auto | <anchor-name>",
4555-
"syntax-m": "none | auto | <anchor-name>",
4521+
"syntax-a": "normal | none | auto | <anchor-name>",
4522+
"syntax-m": "normal | none | auto | <anchor-name>",
45564523
"tests": {
45574524
"passing": [],
45584525
"failing": []
@@ -4739,8 +4706,8 @@
47394706
"type": "added",
47404707
"comment": "",
47414708
"syntax-b": "",
4742-
"syntax-a": "auto | <length-percentage>",
4743-
"syntax-m": "auto | <length-percentage>",
4709+
"syntax-a": "<length-percentage>",
4710+
"syntax-m": "<length-percentage>",
47444711
"tests": {
47454712
"passing": [],
47464713
"failing": []
@@ -4750,8 +4717,8 @@
47504717
"type": "added",
47514718
"comment": "",
47524719
"syntax-b": "",
4753-
"syntax-a": "auto | <length-percentage>",
4754-
"syntax-m": "auto | <length-percentage>",
4720+
"syntax-a": "<length-percentage>",
4721+
"syntax-m": "<length-percentage>",
47554722
"tests": {
47564723
"passing": [],
47574724
"failing": []
@@ -4772,8 +4739,8 @@
47724739
"type": "added",
47734740
"comment": "",
47744741
"syntax-b": "",
4775-
"syntax-a": "auto | <length-percentage>",
4776-
"syntax-m": "auto | <length-percentage>",
4742+
"syntax-a": "<length-percentage>",
4743+
"syntax-m": "<length-percentage>",
47774744
"tests": {
47784745
"passing": [],
47794746
"failing": []
@@ -4783,8 +4750,8 @@
47834750
"type": "added",
47844751
"comment": "",
47854752
"syntax-b": "",
4786-
"syntax-a": "auto | <length-percentage>",
4787-
"syntax-m": "auto | <length-percentage>",
4753+
"syntax-a": "<length-percentage>",
4754+
"syntax-m": "<length-percentage>",
47884755
"tests": {
47894756
"passing": [],
47904757
"failing": []
@@ -4805,8 +4772,8 @@
48054772
"type": "added",
48064773
"comment": "",
48074774
"syntax-b": "",
4808-
"syntax-a": "auto | <length-percentage>",
4809-
"syntax-m": "auto | <length-percentage>",
4775+
"syntax-a": "<length-percentage>",
4776+
"syntax-m": "<length-percentage>",
48104777
"tests": {
48114778
"passing": [],
48124779
"failing": []
@@ -4816,8 +4783,8 @@
48164783
"type": "added",
48174784
"comment": "",
48184785
"syntax-b": "",
4819-
"syntax-a": "auto | <length-percentage>",
4820-
"syntax-m": "auto | <length-percentage>",
4786+
"syntax-a": "<length-percentage>",
4787+
"syntax-m": "<length-percentage>",
48214788
"tests": {
48224789
"passing": [],
48234790
"failing": []
@@ -4834,6 +4801,17 @@
48344801
"failing": []
48354802
}
48364803
},
4804+
"row-rule-visibility-items": {
4805+
"type": "added",
4806+
"comment": "",
4807+
"syntax-b": "",
4808+
"syntax-a": "all | around | between",
4809+
"syntax-m": "all | around | between",
4810+
"tests": {
4811+
"passing": [],
4812+
"failing": []
4813+
}
4814+
},
48374815
"row-rule-width": {
48384816
"type": "added",
48394817
"comment": "",
@@ -4977,6 +4955,17 @@
49774955
"failing": []
49784956
}
49794957
},
4958+
"rule-visibility-items": {
4959+
"type": "added",
4960+
"comment": "",
4961+
"syntax-b": "",
4962+
"syntax-a": "<'column-rule-visibility-items'>",
4963+
"syntax-m": "<'column-rule-visibility-items'>",
4964+
"tests": {
4965+
"passing": [],
4966+
"failing": []
4967+
}
4968+
},
49804969
"rule-width": {
49814970
"type": "added",
49824971
"comment": "",

packages/css-syntax-patches-for-csstree/patches/webref-over-csstree-types.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)