Skip to content

Commit 325ad3a

Browse files
committed
Updated CSS Overflow 5
1 parent c5d50e1 commit 325ad3a

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

tests/css-overflow-5.js

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ export default {
88
stability: 'experimental',
99
},
1010
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+
},
1121
'scroll-marker-group': {
1222
links: {
1323
tr: '#scroll-marker-group-property',
@@ -21,6 +31,25 @@ export default {
2131
},
2232
},
2333
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+
},
2453
'::scroll-marker': {
2554
links: {
2655
tr: '#scroll-marker-pseudo',

0 commit comments

Comments
 (0)