From d1f6cade95ef7140b0020f300dd69d87fab065c8 Mon Sep 17 00:00:00 2001 From: Francois Daoust Date: Tue, 17 Dec 2024 08:09:37 +0100 Subject: [PATCH] Make css-gaps supesede css-multicol Definitions in the new CSS Gaps module supersed those in CSS Multi-column Layout. --- tools/drop-css-property-duplicates.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/drop-css-property-duplicates.js b/tools/drop-css-property-duplicates.js index 5aa9e277c7f0..1b2af9092a43 100644 --- a/tools/drop-css-property-duplicates.js +++ b/tools/drop-css-property-duplicates.js @@ -86,6 +86,10 @@ const supersededBy = { // https://drafts.csswg.org/css-color-hdr/#color-function 'css-color': 'css-color-hdr', + // CSS Gap Decorations supersedes CSS Multi-column layout + // https://drafts.csswg.org/css-gaps-1/#color-style-width + 'css-multicol': 'css-gaps', + // See note in https://svgwg.org/specs/strokes/#sotd // "In the future, this specification will supersede the SVG 2 Stroke // definition, however at this time the SVG 2 Stroke definition must be