Skip to content

Commit 696c2c3

Browse files
Bump @webref/css from 8.6.0 to 8.6.1 in the webref-css group (#1864)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Romain Menke <romainmenke@gmail.com>
1 parent fae87e5 commit 696c2c3

13 files changed

Lines changed: 83 additions & 67 deletions

File tree

package-lock.json

Lines changed: 6 additions & 6 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.7.0`](https://github.com/w3c/webref/releases/tag/%40webref%2Fcss%408.7.0)
6+
37
### 1.1.6
48

59
_June 28, 2026_

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

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@
5959
"position-anchor": "<'position-anchor'>",
6060
"position-area": "<'position-area'>"
6161
}
62+
},
63+
"view-transition": {
64+
"descriptors": {
65+
"types": "none | <view-transition-type>+"
66+
}
6267
}
6368
},
6469
"properties": {
@@ -471,7 +476,6 @@
471476
"dashed-ident": "<custom-property-name>",
472477
"unicode-range-token": "<urange>",
473478
"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>",
474-
"active-navigation-condition": "<navigation-relation>? [ <route-location> | link-href ]?",
475479
"alpha()": "alpha( [ from <color> ] [ / [ <alpha-value> | alpha | none ] ]? )",
476480
"anchored-feature": "fallback : <'position-try-fallbacks'>",
477481
"anchored-in-parens": "( <anchored-query> ) | ( <anchored-feature> ) | <general-enclosed>",
@@ -571,7 +575,7 @@
571575
"generic-font-family": "<generic-font-script-specific> | <generic-font-complete> | <generic-font-incomplete> | <-non-standard-generic-family>",
572576
"generic-font-incomplete": "ui-serif | ui-sans-serif | ui-monospace | ui-rounded",
573577
"generic-font-script-specific": "generic( fangsong ) | generic( kai ) | generic( khmer-mul ) | generic( nastaliq )",
574-
"generic-voice": "<age>? <gender> <integer>?",
578+
"generic-voice": "<age>? <gender> <integer [1,∞]>?",
575579
"gradient": "[ <linear-gradient()> | <repeating-linear-gradient()> | <radial-gradient()> | <repeating-radial-gradient()> | <conic-gradient()> | <repeating-conic-gradient()> | <-legacy-gradient> ]",
576580
"grid-line": "auto | <custom-ident> | [ [ <integer [-∞,-1]> | <integer [1,∞]> ] && <custom-ident>? ] | [ span && [ <integer [1,∞]> || <custom-ident> ] ]",
577581
"hdr-color()": "color-hdr( [ <color> && <number [0,∞]>? ]#{2} )",
@@ -651,8 +655,7 @@
651655
"navigation-condition": "not <navigation-in-parens> | <navigation-in-parens> [ and <navigation-in-parens> ]* | <navigation-in-parens> [ or <navigation-in-parens> ]*",
652656
"navigation-in-parens": "( <navigation-condition> ) | ( <navigation-test> ) | <general-enclosed>",
653657
"navigation-location-between-test": "between : <route-location> and <route-location>",
654-
"navigation-location-keyword": "at | with | from | to",
655-
"navigation-location-test": "<navigation-location-keyword> : <route-location>",
658+
"navigation-location-test": "<navigation-relation> : <route-location>",
656659
"navigation-phase-keyword": "loading | ready | committed",
657660
"navigation-phase-test": "phase : <navigation-phase-keyword>",
658661
"navigation-relation": "at | with | from | to",
@@ -711,7 +714,7 @@
711714
"round()": "round( <rounding-strategy>? , <calc-sum> , <calc-sum>? )",
712715
"rounding-strategy": "| line-width",
713716
"route-descriptor": "<pattern-descriptor> | <init-descriptor> | <base-descriptor>",
714-
"route-location": "<route-name> | <url-pattern()> | <url>",
717+
"route-location": "<url> | [ <route-name> | <url-pattern()> ]",
715718
"route-name": "<dashed-ident>",
716719
"route-rule": "@route <dashed-ident> { <declaration-list> }",
717720
"running()": "running( <custom-ident> )",
@@ -785,6 +788,7 @@
785788
"url()": "url( <string> <url-modifier>* ) | <url-token>",
786789
"var-args": "var( <declaration-value> , <declaration-value>? )",
787790
"vertical-line-command": "vline [ to [ <length-percentage> | top | center | bottom | y-start | y-end ] | by <length-percentage> ]",
791+
"view-transition-type": "<custom-ident>",
788792
"voice-family-name": "<string> | <custom-ident>+",
789793
"wcag2": "wcag2 | wcag2( [ <number> | [ aa | aaa ] && large? ] )",
790794
"whole-value": "<declaration-value>",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
}
4242
},
4343
"devDependencies": {
44-
"@webref/css": "^8.6.0",
44+
"@webref/css": "^8.7.0",
4545
"css-tree": "^3.2.1",
4646
"postcss": "^8.5"
4747
},

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,5 +412,20 @@
412412
}
413413
}
414414
}
415+
},
416+
"view-transition": {
417+
"descriptors": {
418+
"types": {
419+
"type": "modified",
420+
"comment": "",
421+
"syntax-b": "none | <custom-ident>+",
422+
"syntax-a": "none | <view-transition-type>+",
423+
"syntax-m": "none | <view-transition-type>+",
424+
"tests": {
425+
"passing": [],
426+
"failing": []
427+
}
428+
}
429+
}
415430
}
416431
}

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

Lines changed: 17 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,6 @@
2626
"failing": []
2727
}
2828
},
29-
"active-navigation-condition": {
30-
"type": "added",
31-
"comment": "",
32-
"syntax-b": "",
33-
"syntax-a": "<navigation-relation>? [ <route-location> | link-href ]?",
34-
"syntax-m": "<navigation-relation>? [ <route-location> | link-href ]?",
35-
"tests": {
36-
"passing": [],
37-
"failing": []
38-
}
39-
},
4029
"alpha()": {
4130
"type": "added",
4231
"comment": "",
@@ -1421,8 +1410,8 @@
14211410
"type": "modified",
14221411
"comment": "",
14231412
"syntax-b": "[ <age>? <gender> <integer>? ]",
1424-
"syntax-a": "<age>? <gender> <integer>?",
1425-
"syntax-m": "<age>? <gender> <integer>?",
1413+
"syntax-a": "<age>? <gender> <integer [1,∞]>?",
1414+
"syntax-m": "<age>? <gender> <integer [1,∞]>?",
14261415
"tests": {
14271416
"passing": [],
14281417
"failing": []
@@ -2823,23 +2812,12 @@
28232812
"failing": []
28242813
}
28252814
},
2826-
"navigation-location-keyword": {
2827-
"type": "added",
2828-
"comment": "",
2829-
"syntax-b": "",
2830-
"syntax-a": "at | with | from | to",
2831-
"syntax-m": "at | with | from | to",
2832-
"tests": {
2833-
"passing": [],
2834-
"failing": []
2835-
}
2836-
},
28372815
"navigation-location-test": {
28382816
"type": "added",
28392817
"comment": "",
28402818
"syntax-b": "",
2841-
"syntax-a": "<navigation-location-keyword> : <route-location>",
2842-
"syntax-m": "<navigation-location-keyword> : <route-location>",
2819+
"syntax-a": "<navigation-relation> : <route-location>",
2820+
"syntax-m": "<navigation-relation> : <route-location>",
28432821
"tests": {
28442822
"passing": [],
28452823
"failing": []
@@ -3624,8 +3602,8 @@
36243602
"type": "added",
36253603
"comment": "",
36263604
"syntax-b": "",
3627-
"syntax-a": "<route-name> | <url-pattern()> | <url>",
3628-
"syntax-m": "<route-name> | <url-pattern()> | <url>",
3605+
"syntax-a": "<url> | [ <route-name> | <url-pattern()> ]",
3606+
"syntax-m": "<url> | [ <route-name> | <url-pattern()> ]",
36293607
"tests": {
36303608
"passing": [],
36313609
"failing": []
@@ -4556,6 +4534,17 @@
45564534
"failing": []
45574535
}
45584536
},
4537+
"view-transition-type": {
4538+
"type": "added",
4539+
"comment": "",
4540+
"syntax-b": "",
4541+
"syntax-a": "<custom-ident>",
4542+
"syntax-m": "<custom-ident>",
4543+
"tests": {
4544+
"passing": [],
4545+
"failing": []
4546+
}
4547+
},
45594548
"voice-family-name": {
45604549
"type": "added",
45614550
"comment": "",

packages/css-syntax-patches-for-csstree/raw-data/webref-atrules.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
318318
"syntax": "auto | none"
319319
},
320320
"types": {
321-
"syntax": "none | <custom-ident>+"
321+
"syntax": "none | <view-transition-type>+"
322322
}
323323
}
324324
}

packages/css-syntax-patches-for-csstree/raw-data/webref-over-csstree-atrules.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,5 +212,15 @@
212212
"comment": ""
213213
}
214214
}
215+
},
216+
"view-transition": {
217+
"descriptors": {
218+
"types": {
219+
"type": "modified",
220+
"syntax-b": "none | <custom-ident>+",
221+
"syntax-a": "none | <view-transition-type>+",
222+
"comment": ""
223+
}
224+
}
215225
}
216226
}

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

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@
1111
"syntax-a": "[ xx-small | x-small | small | medium | large | x-large | xx-large | xxx-large ]",
1212
"comment": ""
1313
},
14-
"active-navigation-condition": {
15-
"type": "added",
16-
"syntax-b": "",
17-
"syntax-a": "<navigation-relation>? [ <route-location> | link-href ]?",
18-
"comment": ""
19-
},
2014
"alpha()": {
2115
"type": "added",
2216
"syntax-b": "",
@@ -644,7 +638,7 @@
644638
"generic-voice": {
645639
"type": "modified",
646640
"syntax-b": "[ <age>? <gender> <integer>? ]",
647-
"syntax-a": "<age>? <gender> <integer>?",
641+
"syntax-a": "<age>? <gender> <integer [1,∞]>?",
648642
"comment": ""
649643
},
650644
"gradient": {
@@ -1133,16 +1127,10 @@
11331127
"syntax-a": "between : <route-location> and <route-location>",
11341128
"comment": ""
11351129
},
1136-
"navigation-location-keyword": {
1137-
"type": "added",
1138-
"syntax-b": "",
1139-
"syntax-a": "at | with | from | to",
1140-
"comment": ""
1141-
},
11421130
"navigation-location-test": {
11431131
"type": "added",
11441132
"syntax-b": "",
1145-
"syntax-a": "<navigation-location-keyword> : <route-location>",
1133+
"syntax-a": "<navigation-relation> : <route-location>",
11461134
"comment": ""
11471135
},
11481136
"navigation-phase-keyword": {
@@ -1502,7 +1490,7 @@
15021490
"route-location": {
15031491
"type": "added",
15041492
"syntax-b": "",
1505-
"syntax-a": "<route-name> | <url-pattern()> | <url>",
1493+
"syntax-a": "<url> | [ <route-name> | <url-pattern()> ]",
15061494
"comment": ""
15071495
},
15081496
"route-name": {
@@ -1961,6 +1949,12 @@
19611949
"syntax-a": "vline [ to [ <length-percentage> | top | center | bottom | y-start | y-end ] | by <length-percentage> ]",
19621950
"comment": ""
19631951
},
1952+
"view-transition-type": {
1953+
"type": "added",
1954+
"syntax-b": "",
1955+
"syntax-a": "<custom-ident>",
1956+
"comment": ""
1957+
},
19641958
"voice-family-name": {
19651959
"type": "added",
19661960
"syntax-b": "",

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

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
"acos()": {
1212
"syntax": "acos( <calc-sum> )"
1313
},
14-
"active-navigation-condition": {
15-
"syntax": "<navigation-relation>? [ <route-location> | link-href ]?"
16-
},
1714
"age": {
1815
"syntax": "child | young | old"
1916
},
@@ -711,7 +708,7 @@
711708
"syntax": "generic( kai ) | generic( fangsong ) | generic( nastaliq )"
712709
},
713710
"generic-voice": {
714-
"syntax": "<age>? <gender> <integer>?"
711+
"syntax": "<age>? <gender> <integer [1,∞]>?"
715712
},
716713
"geometry-box": {
717714
"syntax": "<shape-box> | fill-box | stroke-box | view-box"
@@ -1145,11 +1142,8 @@
11451142
"navigation-location-between-test": {
11461143
"syntax": "between : <route-location> and <route-location>"
11471144
},
1148-
"navigation-location-keyword": {
1149-
"syntax": "at | with | from | to"
1150-
},
11511145
"navigation-location-test": {
1152-
"syntax": "<navigation-location-keyword> : <route-location>"
1146+
"syntax": "<navigation-relation> : <route-location>"
11531147
},
11541148
"navigation-phase-keyword": {
11551149
"syntax": "loading | ready | committed"
@@ -1512,7 +1506,7 @@
15121506
"syntax": "<pattern-descriptor> | <init-descriptor> | <base-descriptor>"
15131507
},
15141508
"route-location": {
1515-
"syntax": "<route-name> | <url-pattern()> | <url>"
1509+
"syntax": "<url> | [ <route-name> | <url-pattern()> ]"
15161510
},
15171511
"route-name": {
15181512
"syntax": "<dashed-ident>"
@@ -1973,6 +1967,9 @@
19731967
"vertical-line-command": {
19741968
"syntax": "vline [ to [ <length-percentage> | top | center | bottom | y-start | y-end ] | by <length-percentage> ]"
19751969
},
1970+
"view-transition-type": {
1971+
"syntax": "<custom-ident>"
1972+
},
19761973
"view()": {
19771974
"syntax": "view( [ <axis> || <'view-timeline-inset'> ]? )"
19781975
},

0 commit comments

Comments
 (0)