Toggle numbered list excluding/including checked items

Currently, when you toggle a list from bullet to numbered, the sequence of numbers includes all children nodes, including items that are checked, instead of including only those that are shown (unchecked in this case).

For example, let’s say, in the lists below, “2.Item 2 is checked” (I don’t know how to format strikethrough here)

  • List item (show checked items)
    1.Item 1
    2.Item 2
    3.Item 3

  • List item (hide checked items)
    1.Item 1
    3.Item 3

Alternative suggestion?

  • List item (hide checked items)
    1.Item 1
    2.Item 3

Is this behavior intended, that in the 2nd list, Item 3 remains the third item? Would it be more intuitive to re-number all list items when toggle hide/show checked items?