dir="auto" is not a precise way to support Bidi texts #1160
Labels
No labels
A: API
A: Backend
A: Federation
A: Front-End
A: I18N
A: Meta
A: Security
Build
C: Bug
C: Discussion
C: Enhancement
C: Feature
Compatibility
Dependency
Design
Documentation
Good first issue
Help welcome
Mobile
Rendering
S: Blocked
S: Duplicate
S: Incomplete
S: Instance specific
S: Invalid
S: Needs Voting/Discussion
S: Ready for review
Suggestion
S: Voted on Loomio
S: Wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Plume/Plume#1160
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently there is a
dir="auto"set for every paragraph to support RTL and LTR texts in the same context. Unfortunately it's not enough for some cases. For example when the paragraph starts with a word belonging to an LTR language but the whole paragraph has been written in an RTL language. In this case the paragraph should be rendered as RTL but browser relies on the first word to detect the direction which is LTR in this case, take a look at the attachment.There are 2 potential solutions for this: