-
Notifications
You must be signed in to change notification settings - Fork 791
[css-ui] Remove appearance: slider-vertical carefully #8743
Copy link
Copy link
Open
Labels
a11y-trackerGroup bringing to attention of a11y, or tracked by the a11y Group but not needing response.Group bringing to attention of a11y, or tracked by the a11y Group but not needing response.css-ui-4Current WorkCurrent Worki18n-trackerGroup bringing to attention of Internationalization, or tracked by i18n but not needing response.Group bringing to attention of Internationalization, or tracked by i18n but not needing response.topic: form controls
Metadata
Metadata
Assignees
Labels
a11y-trackerGroup bringing to attention of a11y, or tracked by the a11y Group but not needing response.Group bringing to attention of a11y, or tracked by the a11y Group but not needing response.css-ui-4Current WorkCurrent Worki18n-trackerGroup bringing to attention of Internationalization, or tracked by i18n but not needing response.Group bringing to attention of Internationalization, or tracked by i18n but not needing response.topic: form controls
Type
Fields
Give feedbackNo fields configured for issues without a type.
If
slider-verticalis removed, as similar values in #8506, please include usage numbers so APA can weigh in. The accessibility concern here is that Chromium generates a UA assignedorientation: vertical(see the accessibility viewer in devtools). The default orientation for a range/slider is horizontal. This is normally the domain ofaria-orientationand any current usage ofappearance: slider-verticalmay be depending on these UA-supplied semantics to convey the orientation.EDIT: Since the WHATWG conversation was around writing direction, i18n may also want to weigh in.