danfickle / danfickle/openhtmltopdf

Elements with position absolute are wrong in the PDF/UA

Open
#713 1 comment 0 reactions 1 assignee Claimed by @danfickle View on GitHub
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:

![grafik](https://user-images.githubusercontent.com/75724274/120197617-71917700-c221-11eb-8aa9-c1efee567abb.png)

```

Hallo


```

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

![grafik](https://user-images.githubusercontent.com/75724274/120197866-c9c87900-c221-11eb-858b-0d07008a2acd.png)

```

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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.