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

accessibility fix - changed the dir attribute to have valid value #41808

Merged
merged 1 commit into from
Nov 30, 2023

Conversation

emoral435
Copy link
Contributor

@emoral435 emoral435 commented Nov 28, 2023

Summary

As the dir attribute works with ltr, rtl, and auto values, the current values (being the path to the files) was an accessibility issue.
Changed the dir attribute to be auto, as with different language support, this will enable future languages having the right directionality of their language. Kept the path stored as a data- attribute for future support.

TODO

  • Fixed dir accessibility issue

Images

Before After
image chrome_VWozBXci0c

Checklist

@emoral435
Copy link
Contributor Author

/compile amend/

@emoral435 emoral435 requested review from a team, Fenn-CS, szaimen, sorbaugh, Pytal and susnux and removed request for a team and sorbaugh November 28, 2023 17:35
@emoral435
Copy link
Contributor Author

/compile amend/

@susnux
Copy link
Contributor

susnux commented Nov 29, 2023

/backport to stable28

@emoral435 emoral435 added 4. to release Ready to be released and/or waiting for tests to finish and removed 3. to review Waiting for reviews labels Nov 29, 2023
@emoral435
Copy link
Contributor Author

/compile amend /

…eping previous value as data-dir

Signed-off-by: Eduardo Morales <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
@susnux susnux disabled auto-merge November 30, 2023 10:12
@susnux susnux merged commit 63b1084 into master Nov 30, 2023
40 of 41 checks passed
@susnux susnux deleted the accessibility/breadcrumbs branch November 30, 2023 10:12
@blizzz blizzz mentioned this pull request Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4. to release Ready to be released and/or waiting for tests to finish accessibility backport-request bug feature: files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BITV] Files list breadcrumbs contain not valid attributes
3 participants