SerenityOS / serenity

The Serenity Operating System 🐞
https://serenityos.org
BSD 2-Clause "Simplified" License
30.57k stars 3.19k forks source link

LadyBird Bullet Points in wrong location and wrong size #23941

Open UTCSame opened 6 months ago

UTCSame commented 6 months ago

We are students at the University of Utah. We are working on fixing bugs in the Ladybird browser as part of our LadyBird Browser.

We found the problem while visiting https://ian-albert.com/games/super_mario_bros_maps/. We noticed that the bullet points in the Bonus Areas section on the Ladybird browser were larger and in the wrong location compared to how they look on Chrome or another browser. We create a small HTML web page to minimize the issue.

<!DOCTYPE html>
<html>

<body>
  <ul>
    <li style="font-size: 12px">1</li>

li

We are looking for suggestions on where to start.

kuchikuu commented 5 months ago

similar issue: https://github.com/SerenityOS/serenity/issues/24222

Ladybird: HTML: Distance between numbers and text in ol element is too big