Open
Description
This issue is common to all RTL scripts.
When strings are passed around, some applications don't receive or use information about the appropriate base direction to use for those strings when they are rendered as part of a page.
This can lead to text being incorrectly aligned, and to text within a sentence or paragraph being incorrectly ordered. Some of this can be addressed by using heuristics to detect the direction first-strongly directional character in the string, but some strings can fail such heuristics.
HTML's dirname
attribute, which is supposed to pass information with form data about direction of the text isn't fully interoperable across major browser engines.
FIXED !
This gap is now fixed. For details, see this GitHub issue.