Open
Description
This issue is applicable to all languages using a right-to-left script.
For support of bidirectional plain text, the Unicode Standard provides a number of formatting characters, which include RLI, LRI, PDI and FSI. See an explanation of how these work.
Although markup should be used most of the time in HTML pages, there are parts of an HTML document that don't support markup, such as the title
element and title
, alt
, and other attributes. These characters can be necessary for managing inline runs of such text.
For more details, see this GitHub issue, which is being used to track this gap.