diff --git a/css/properties.json b/css/properties.json index 0928ccbf..2d6ac864 100644 --- a/css/properties.json +++ b/css/properties.json @@ -4250,9 +4250,9 @@ "media": "visual", "inherited": false, "animationType": [ - "column-rule-color", + "column-rule-width", "column-rule-style", - "column-rule-width" + "column-rule-color" ], "percentages": "no", "groups": [ @@ -4265,9 +4265,9 @@ ], "appliesto": "multicolElements", "computed": [ - "column-rule-color", + "column-rule-width", "column-rule-style", - "column-rule-width" + "column-rule-color" ], "order": "perGrammar", "status": "standard", @@ -4290,7 +4290,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/column-rule-color" }, "column-rule-style": { - "syntax": "<'border-style'>", + "syntax": "", "media": "visual", "inherited": false, "animationType": "discrete", @@ -4306,7 +4306,7 @@ "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/column-rule-style" }, "column-rule-width": { - "syntax": "<'border-width'>", + "syntax": "", "media": "visual", "inherited": false, "animationType": "length",