Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should bars in HTML progress and meter elements be read RTL? #24

Open
r12a opened this issue Oct 25, 2022 · 0 comments
Open

Should bars in HTML progress and meter elements be read RTL? #24

r12a opened this issue Oct 25, 2022 · 0 comments
Labels
i:bidi_text Bidirectional text i:interaction Forms & user interaction l:ff Pular (Adlam) l:nqo N'Ko script & language question Further information is requested s:adlm s:nkoo

Comments

@r12a
Copy link
Contributor

r12a commented Oct 25, 2022

Background

This question was prompted by the HTML issue at whatwg/html#8413

Currently, for RTL script text Blink, WebKit and Gecko engines all reverse the direction of the progress bar when progress, meter or input=range elements are used in HTML when the text direction is RTL.

This means that the direction of the controls is the same as the reading direction of the text. For example, the following is for N'Ko. Adlam would look the same.

Screenshot 2022-10-25 at 17 12 23

Test for meter

Test for progress

Test for range input control

Question

Is it preferable for the direction of the control to follow the direction of the surrounding text, or should it always progress from left to right?

@r12a r12a added question Further information is requested s:nkoo s:adlm i:bidi_text Bidirectional text labels Oct 25, 2022
@r12a r12a added l:ff Pular (Adlam) l:nqo N'Ko script & language i:interaction Forms & user interaction labels May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
i:bidi_text Bidirectional text i:interaction Forms & user interaction l:ff Pular (Adlam) l:nqo N'Ko script & language question Further information is requested s:adlm s:nkoo
Projects
None yet
Development

No branches or pull requests

1 participant