File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,16 @@ export default {
8
8
stability : 'experimental' ,
9
9
} ,
10
10
properties : {
11
+ 'scroll-target-group' : {
12
+ links : {
13
+ tr : '#scroll-target-group' ,
14
+ dev : '#scroll-target-group' ,
15
+ } ,
16
+ tests : [
17
+ 'none' ,
18
+ 'auto' ,
19
+ ] ,
20
+ } ,
11
21
'scroll-marker-group' : {
12
22
links : {
13
23
tr : '#scroll-marker-group-property' ,
@@ -21,6 +31,25 @@ export default {
21
31
} ,
22
32
} ,
23
33
selectors : {
34
+ '::scroll-button()' : {
35
+ links : {
36
+ tr : '#scroll-buttons' ,
37
+ dev : '#scroll-buttons' ,
38
+ } ,
39
+ tests : [
40
+ '::scroll-button(*)' ,
41
+ '::scroll-button(up)' ,
42
+ '::scroll-button(down)' ,
43
+ '::scroll-button(left)' ,
44
+ '::scroll-button(right)' ,
45
+ '::scroll-button(block-start)' ,
46
+ '::scroll-button(block-end)' ,
47
+ '::scroll-button(inline-start)' ,
48
+ '::scroll-button(inline-end)' ,
49
+ '::scroll-button(prev)' ,
50
+ '::scroll-button(next)' ,
51
+ ] ,
52
+ } ,
24
53
'::scroll-marker' : {
25
54
links : {
26
55
tr : '#scroll-marker-pseudo' ,
You can’t perform that action at this time.
0 commit comments