Skip to content

Commit

Permalink
Updated CSS Overflow 5
Browse files Browse the repository at this point in the history
This change adds scroll marker related features but removes `continue` and `::nth-fragment()`, as they are currently in appendix sections and are very likely to change.
  • Loading branch information
SebastianZ committed Aug 10, 2024
1 parent 8b8404b commit 53bee08
Showing 1 changed file with 15 additions and 24 deletions.
39 changes: 15 additions & 24 deletions tests/css-overflow-5.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,39 +6,30 @@ export default {
status: {
stability: 'experimental',
},
values: {
'continue': {
properties: {
'scroll-marker-group': {
links: {
dev: '#channelling-overflow',
dev: '#scroll-marker-group',
},
properties: ['continue'],
tests: [
'overflow',
'paginate',
'fragments',
'none',
'before',
'after',
],
},
},
selectors: {
'::nth-fragment()': {
'::scroll-marker': {
links: {
dev: '#fragment-pseudo-element',
dev: '#scroll-marker-pseudo',
},
tests: [
':nth-fragment(even)',
':nth-fragment(odd)',
':nth-fragment(n)',
':nth-fragment(-n)',
':nth-fragment(0n)',
':nth-fragment(1)',
':nth-fragment(-1)',
':nth-fragment(0)',
':nth-fragment(n+1)',
':nth-fragment(3n+1)',
':nth-fragment(3n + 1)',
':nth-fragment(-n+1)',
':nth-fragment(3n-1)',
],
tests: ['::scroll-marker'],
},
'::scroll-marker-group': {
links: {
dev: '#scroll-marker-group-pseudo',
},
tests: ['::scroll-marker-group'],
},
},
};

0 comments on commit 53bee08

Please sign in to comment.