https://drafts.csswg.org/css2/generate.html#undisplayed-counters This example uses pseudo-element with two colons, which is not defined by CSS2. ``` h1::before { content: normal; counter-increment: heading; } ```