Skip to content

in HTML export Arabic bug #5

@indiamcq

Description

@indiamcq

Rendering of Arabic in a td/langData is in the wrong order. The text has no direction:rtl; property so the direction is incorrect.
The text in XLingPap is in a td/langData with @lang set. So looks correctly constructed.

The td in the HTML directly contains the text but has no @lang or anything to attach the CSS to to make it correct.

The transform and the CSS need to be updated. I'd expect a <span lang="ara" to enclose the text from the langData

Then in the CSS: span:lang(ara) {direction:rtl;}

This is not needed for me. I was just compared XLingPap HTML to my HTML and then against the XLingPap PDF export, and noticed the incorrect order.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions