Skip to content

Commit fe9e34b

Browse files
Chrome 145 adds <column-height> in CSS columns shorthand (#28923)
* Chrome 145 supports the column-height value inside the columns shorthand * Update css/properties/columns.json Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com> * Add spec_url * Apply suggestions from code review --------- Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com>
1 parent 79705d5 commit fe9e34b

1 file changed

Lines changed: 33 additions & 1 deletion

File tree

css/properties/columns.json

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"columns": {
55
"__compat": {
66
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/columns",
7-
"spec_url": "https://drafts.csswg.org/css-multicol/#columns",
7+
"spec_url": "https://drafts.csswg.org/css-multicol-2/#propdef-columns",
88
"tags": [
99
"web-features:multi-column"
1010
],
@@ -143,6 +143,38 @@
143143
"deprecated": false
144144
}
145145
}
146+
},
147+
"column-height": {
148+
"__compat": {
149+
"description": "`<column-height>` in shorthand",
150+
"spec_url": "https://drafts.csswg.org/css-multicol-2/#columns:~:text=%5B%20%2F%20%3C%27column%2Dheight%27%3E%20%5D",
151+
"support": {
152+
"chrome": {
153+
"version_added": "145"
154+
},
155+
"chrome_android": "mirror",
156+
"edge": "mirror",
157+
"firefox": {
158+
"version_added": false
159+
},
160+
"firefox_android": "mirror",
161+
"oculus": "mirror",
162+
"opera": "mirror",
163+
"opera_android": "mirror",
164+
"safari": {
165+
"version_added": false
166+
},
167+
"safari_ios": "mirror",
168+
"samsunginternet_android": "mirror",
169+
"webview_android": "mirror",
170+
"webview_ios": "mirror"
171+
},
172+
"status": {
173+
"experimental": true,
174+
"standard_track": true,
175+
"deprecated": false
176+
}
177+
}
146178
}
147179
}
148180
}

0 commit comments

Comments
 (0)