1069716-1-ref.html (247B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf8"> 5 <style type="text/css"> 6 @counter-style triangle { symbols: b; } 7 @counter-style disc { system: extends triangle; } 8 </style> 9 </head> 10 <body> 11 <ul><li><---That should be a 'b' character.