Skip to content

Commit

Permalink
Updated CSS Multicol 2 and added TR links
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianZ committed Dec 19, 2024
1 parent 47ce841 commit 783802e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/css-multicol-2.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export default {
title: 'CSS Multi-column Layout Module Level 2',
links: {
tr: 'css-multicol-2',
dev: 'css-multicol-2',
},
status: {
Expand All @@ -9,9 +10,19 @@ export default {
properties: {
'column-span': {
links: {
tr: '#column-span',
dev: '#column-span',
},
tests: ['2', 'auto'],
},
},
selectors: {
'::column': {
links: {
tr: '#column-pseudo',
dev: '#column-pseudo',
},
tests: ['::column'],
},
}
};

0 comments on commit 783802e

Please # to comment.