Skip to content

Ordered list (<ol>) start attribute not applied #398

Description

@aih

Using weasyprint 0.32, I'm converting a source with this form:

<ol class="arabic" start="3">
    <li>
        <p>The third way to accomplish this is...</p>
    </li>
</ol>

And it is being rendered:

1. The third way to accomplish this is...

The 'start' attribute is not being applied.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugExisting features not working as expected

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions