0 / 60 seg.

Why is the following nested list incorrect?

<ol>
  <li>Item 1</li>
  <li>Item 2</li>
  <ol>
    <li>Sub-item 1</li>
  </ol>
</ol>