Skip to content

Commit c6b3efc

Browse files
authored
Add direction to vertical form controls (#2082)
1 parent 83645cf commit c6b3efc

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Vertical form controls
2-
description: The `writing-mode` property orients form elements (such as radio buttons, progress bars, or select menus) vertically when the writing mode is `vertical-lr` or `vertical-rl`.
2+
description: The `writing-mode` CSS property orients form elements (such as radio buttons, progress bars, or select menus) vertically when the writing mode is `vertical-lr` or `vertical-rl`. The `direction` CSS property sets whether inputs flow from top to bottom or bottom to top.
33
group: css
44
spec: https://drafts.csswg.org/css-writing-modes-4/#vertical-modes
5+
status:
6+
compute_from: css.properties.writing-mode.vertical_oriented_form_controls
57
compat_features:
68
- css.properties.writing-mode.vertical_oriented_form_controls
9+
- css.properties.direction.vertical_slider_direction

features/vertical-form-controls.yml.dist

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,22 @@ status:
1313
safari: "17.4"
1414
safari_ios: "17.4"
1515
compat_features:
16+
# ⬇️ Same status as overall feature ⬇️
17+
# baseline: low
18+
# baseline_low_date: 2024-04-18
19+
# support:
20+
# chrome: "124"
21+
# chrome_android: "124"
22+
# edge: "124"
23+
# firefox: "120"
24+
# firefox_android: "120"
25+
# safari: "17.4"
26+
# safari_ios: "17.4"
1627
- css.properties.writing-mode.vertical_oriented_form_controls
28+
29+
# baseline: false
30+
# support:
31+
# chrome: "124"
32+
# chrome_android: "124"
33+
# edge: "124"
34+
- css.properties.direction.vertical_slider_direction

0 commit comments

Comments
 (0)