 ol[type="1"] { list-style-type: decimal; } ol[type="A"].upper { list-style-type: upper-alpha; } ol[type="a"] { list-style-type: lower-alpha; } ol[type="I"].upper { list-style-type: upper-roman; } ol[type="i"] { list-style-type: lower-roman; } ul[type="disc"] { list-style-type: disc; } ul[type="circle"] { list-style-type: circle; } ul[type="square"] { list-style-type: square; }