bkardell / bcd-watch

News feeds and helpful reports auto-generated from bcd data
http://bcd-watch.igalia.com
18 stars 3 forks source link

Empty OL shows up at top of “Added Implmentations” #9

Closed meyerweb closed 4 months ago

meyerweb commented 6 months ago

Markup structure snippet here:

<section class="added implementations">
   <ol>
      <li>
   </ol>
   <h4>css</h4>

That phantom OL/LI should be removed. It’s not a huge thing and it doesn’t ruin the layout, but it’s superfluous and it bugs me (and I don’t see how to stop it; I assume it’s something to do with the underlying data).