Skip to content

Commit d1f6cad

Browse files
committed
Make css-gaps supesede css-multicol
Definitions in the new CSS Gaps module supersed those in CSS Multi-column Layout.
1 parent b1bb92e commit d1f6cad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/drop-css-property-duplicates.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ const supersededBy = {
8686
// https://drafts.csswg.org/css-color-hdr/#color-function
8787
'css-color': 'css-color-hdr',
8888

89+
// CSS Gap Decorations supersedes CSS Multi-column layout
90+
// https://drafts.csswg.org/css-gaps-1/#color-style-width
91+
'css-multicol': 'css-gaps',
92+
8993
// See note in https://svgwg.org/specs/strokes/#sotd
9094
// "In the future, this specification will supersede the SVG 2 Stroke
9195
// definition, however at this time the SVG 2 Stroke definition must be

0 commit comments

Comments
 (0)