Home › Forums › CSS › How to make counter-increment count ‘down’ in CSS3 ? › Re: How to make counter-increment count ‘down’ in CSS3 ?
November 25, 2012 at 2:58 pm
#115451
Participant
@amid : are you referring to the js solution in the CodePen example? If so I’m not sure considering I made it as a standard unordered list and used js to manipulate a count. Technically, or semantically, I’m guessing you would use ol because it is an element you are counting, even if we give it a list-style-type: none.