0 / 60 seg.

What's the issue with this ordered list using start attribute?

<ol start="2">
  <li>Second item</li>
  <li>Third item</li>
</ol>