danfickle / danfickle/openhtmltopdf
Renderer supports counter-reset but not counter-set
Open
- Dominant language
- Java
- Stars
- 2.2k
- Forks
- 423
- PR merge metrics
- No merged PRs in 30d
Description
You can test this in the sandbox :
```
li {
list-style-type: none;
}
li::before {
counter-increment: item;
content: counters(item, ".") ". ";
}
- test
- test
- test
- test
```
The styling does not work, but `counter-reset: item 4` does.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.