https://html.spec.whatwg.org/multipage/rendering.html#lists
ol, ul, menu { counter-reset: list-item; }
https://drafts.csswg.org/css-lists/#ua-stylesheet
/* Set up ol and ul so that they scope the list-item counter */
ol, ul {
counter-reset: list-item;
}
It's missing <menu>.