-
Notifications
You must be signed in to change notification settings - Fork 791
New property to control the direction of slider controls #9832
Copy link
Copy link
Open
Labels
HTMLRequires coordination with HTML peopleRequires coordination with HTML peoplecss-forms-1i18n-clreqChinese language enablementChinese language enablementi18n-jlreqJapanese language enablementJapanese language enablementi18n-mlreqMongolian language enablementMongolian language enablementi18n-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.open-uiIssues that desire to have Open UI inputIssues that desire to have Open UI input
Metadata
Metadata
Assignees
Labels
HTMLRequires coordination with HTML peopleRequires coordination with HTML peoplecss-forms-1i18n-clreqChinese language enablementChinese language enablementi18n-jlreqJapanese language enablementJapanese language enablementi18n-mlreqMongolian language enablementMongolian language enablementi18n-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.open-uiIssues that desire to have Open UI inputIssues that desire to have Open UI input
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
Regular agenda items
Status
Tuesday Afternoon
I'm extracting this question from the various discussions in several forums:
For slider controls (
<input type=range>,<progress>,<meter>, potentially<input type=checkbox switch>, etc.) there is a desire to be able to control:In current browsers, #1 is controlled by the CSS
writing-modeproperty, and #2 is controlled by the CSSdirectionproperty. This does allow full control of orientation and direction for sliders, and at least recently (thanks @dizhang168), this behavior is implemented interoperably, despite a lack of standards for this behavior. However, because of #3 (see whatwg/html#4177 (comment) in particular), it might make sense to have a specific CSS property to control the orientation and direction of slider type controls. One tricky detail will be getting it to behave predictably in the face of existingwriting-mode/directionbehavior, and maybe even the non-standardorient=vertical.