danfickle / danfickle/openhtmltopdf
RTL direction doesn't apply to bullet points
- Dominant language
- Java
- Stars
- 2.2k
- Forks
- 423
- PR merge metrics
- No merged PRs in 30d
Description
```
- bullet list item 1
- bullet list item 2
- nested bullet list item 1
- double nested numbered list item 1
- double nested numbered list item 2
- nested buttlet list item 2
- nested bullet list item 1
```
Applying dir="rtl" does not produce a rtl approach when handling bulleted items as well as in tables.
Result:

Expected result would be something like this:

Contributor guide
No contributing guide indexed for this repository
Research direction
Start by rendering the supplied HTML reproduction with dir="rtl" and compare the bullet, nested-list, numbered-list, and table layout with the expected screenshots. Trace the HTML-to-PDF layout path for list markers and direction handling; done means bullets and table content follow RTL direction consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css, html, java
- Domain
- backend, internationalization
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100