Skip to content

Commit 783802e

Browse files
committed
Updated CSS Multicol 2 and added TR links
1 parent 47ce841 commit 783802e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tests/css-multicol-2.js

+11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
export default {
22
title: 'CSS Multi-column Layout Module Level 2',
33
links: {
4+
tr: 'css-multicol-2',
45
dev: 'css-multicol-2',
56
},
67
status: {
@@ -9,9 +10,19 @@ export default {
910
properties: {
1011
'column-span': {
1112
links: {
13+
tr: '#column-span',
1214
dev: '#column-span',
1315
},
1416
tests: ['2', 'auto'],
1517
},
1618
},
19+
selectors: {
20+
'::column': {
21+
links: {
22+
tr: '#column-pseudo',
23+
dev: '#column-pseudo',
24+
},
25+
tests: ['::column'],
26+
},
27+
}
1728
};

0 commit comments

Comments
 (0)