danfickle / danfickle/openhtmltopdf

Renderer supports counter-reset but not counter-set

Open
#983 0 comments 0 reactions 0 assignees View on GitHub
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, ".") ". ";
}


  1. test

  2. test

  3. test

  4. 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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.