danfickle / danfickle/openhtmltopdf
Elements with position absolute are wrong in the PDF/UA
Open
bug
- Dominant language
- Java
- Stars
- 2.2k
- Forks
- 423
- PR merge metrics
- No merged PRs in 30d
Description
If i check a document with a screenreader preview the elements are right detected if they are position relative:

```
Hallo
```
If i added the position absolute property (i really need this), the element is detected as normal 'sect'

```
Hallo
```
Maybe there is something wrong with my setup but i used the default setup like in the wiki described.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.