Skip to content

Add RTL/bidi support via direction and unicode-bidi #15

Description

@FlorianRappl

Description
The renderer lacks effective RTL/bidi handling; “direction” usage appears limited to flex-direction-related logic.

Scope

  • Implement text/inline directionality from direction and unicode-bidi.
  • Support right-to-left inline flow and ordering behavior in standard bidi scenarios.
  • Ensure alignment and caret/logical ordering dependencies are accounted for where relevant.

Acceptance criteria

  • Mixed LTR/RTL sample text renders in expected visual order.
  • direction: rtl affects inline layout as expected.
  • Tests cover core bidi embedding/override behavior supported by current architecture.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions