Skip to content

Commit

Permalink
Updated CSS Display 4 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 a0a874c commit 47ce841
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions tests/css-display-4.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,19 @@ export default {
stability: 'experimental',
},
properties: {
'layout-order': {
'reading-flow': {
links: {
dev: '#propdef-layout-order',
tr: '#propdef-reading-flow',
dev: '#propdef-reading-flow',
},
tests: ['-1', '0', '1'],
},
'reading-order': {
links: {
dev: '#propdef-reading-order',
},
tests: ['-1', '0', '1'],
tests: [
'normal',
'flex-visual',
'flex-flow',
'grid-rows',
'grid-columns',
'grid-order ',
],
},
},
};

0 comments on commit 47ce841

Please # to comment.