Skip to content

Commit

Permalink
Updated CSS Overflow 5 and added TR links
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianZ committed Dec 18, 2024
1 parent 077474b commit a0a874c
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion tests/css-overflow-5.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export default {
title: 'CSS Overflow Module Level 5',
links: {
tr: 'css-overflow-5',
dev: 'css-overflow-5',
},
status: {
Expand All @@ -9,7 +10,8 @@ export default {
properties: {
'scroll-marker-group': {
links: {
dev: '#scroll-marker-group',
tr: '#scroll-marker-group-property',
dev: '#scroll-marker-group-property',
},
tests: [
'none',
Expand All @@ -21,15 +23,24 @@ export default {
selectors: {
'::scroll-marker': {
links: {
tr: '#scroll-marker-pseudo',
dev: '#scroll-marker-pseudo',
},
tests: ['::scroll-marker'],
},
'::scroll-marker-group': {
links: {
tr: '#scroll-marker-group-pseudo',
dev: '#scroll-marker-group-pseudo',
},
tests: ['::scroll-marker-group'],
},
':target-current': {
links: {
tr: '#active-scroll-marker',
dev: '#active-scroll-marker',
},
tests: [':target-current'],
},
},
};

0 comments on commit a0a874c

Please sign in to comment.