What does the ::after element display?.item { counter-reset: x 5; } .item::after { counter-increment: x 2; content: counter(x); }