Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML nested ol rendering differences #1158

Open
1 task done
kesara opened this issue Sep 12, 2024 · 1 comment
Open
1 task done

HTML nested ol rendering differences #1158

kesara opened this issue Sep 12, 2024 · 1 comment
Labels
bug Something isn't working html Issues in HTML output

Comments

@kesara
Copy link
Member

kesara commented Sep 12, 2024

Describe the issue

Sample code

              <t>nested ol</t>
              <ol>
                <li>
                  <ol>
                    <li>This is first nested li</li>
                    <li><t>second nested li</t></li>
                  </ol>
                </li>
                <li><t>second parent li</t></li>
              </ol>
              <t>nested ol with type="%p%d"</t>
              <ol>
                <li>
                  <ol type="%p%d">
                    <li>This is first nested li</li>
                    <li><t>second nested li</t></li>
                  </ol>
                </li>
                <li><t>second parent li</t></li>
              </ol>
              <t>nested ol with type="%d"</t>
              <ol>
                <li>
                  <ol type="%d">
                    <li>This is first nested li</li>
                    <li><t>second nested li</t></li>
                  </ol>
                </li>
                <li><t>second parent li</t></li>
              </ol>
              <t>nested ul</t>
              <ul>
                <li>
                  <ul>
                    <li>This is first nested li</li>
                    <li><t>second nested li</t></li>
                  </ul>
                </li>
                <li><t>second parent li</t></li>
              </ul>

Firefox 130.0 (macOS 14.6.1)

Screenshot 2024-09-13 at 11 31 33

Chrome 128.0.6613.120 (macOS 14.6.1)

Screenshot 2024-09-13 at 11 32 33

Safari 17.6 (macOS 14.6.1)

Screenshot 2024-09-13 at 11 33 55

PDF (Screenshot from Apple Preview 11.0 but similar on Fifreox & Chrome in-browser PDF renders)

Screenshot 2024-09-13 at 11 35 36

Code of Conduct

@kesara kesara added the bug Something isn't working label Sep 12, 2024
@kesara
Copy link
Member Author

kesara commented Sep 12, 2024

Related issue: #1136

@kesara kesara added the html Issues in HTML output label Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working html Issues in HTML output
Projects
None yet
Development

No branches or pull requests

1 participant