Would you know why the following would cause the error: NotFoundError: Node was not found.
ol ol {
padding-left: 10px;
}
ol ol ol {
padding-left: 10px;
}
ol li {
display: table;
counter-increment: section;
margin-bottom: 0.6em;
}
ol li::before {
display: table-cell;
content: counters(section, ".") ". ";
padding-right: 0.6em;
}