Description
Inputs, buttons, and select menus currently don’t respect writing-mode in all browsers. Firefox renders these elements as expected in the correct writing-mode, while Webkit and Chromium based browsers do not.
Rationale
When writing-mode isn’t respected it can create a disjointed and difficult to read experience. This also creates an inconsistent UI for developers to style that can not adequately be targeted with @supports.
Specification
https://drafts.csswg.org/css-writing-modes-4/#block-flow
Tests
No response
Description
Inputs, buttons, and select menus currently don’t respect
writing-modein all browsers. Firefox renders these elements as expected in the correct writing-mode, while Webkit and Chromium based browsers do not.Rationale
When
writing-modeisn’t respected it can create a disjointed and difficult to read experience. This also creates an inconsistent UI for developers to style that can not adequately be targeted with@supports.Specification
https://drafts.csswg.org/css-writing-modes-4/#block-flow
Tests
No response