Errata
itemgroup[symbol="5"] { list-style-type : circ ; }
itemgroup[symbol="A"] { list-style-type : alpha ; }
itemgroup[symbol="G"] { list-style-type : upper-greek ; }
Corrige
itemgroup[symbol="5"] { list-style-type : circle ; }
itemgroup[symbol="A"] { list-style-type : upper-alpha ; }
itemgroup[symbol="G"] { list-style-type : upper-roman ; }
Note
upper-greekĀ doesn't exist
--
luigi