Re: list-style-type-003

On 10/16/11 12:20 PM, Tab Atkins Jr. wrote:
> There is no "current user agent practice".  Every major UA (the five
> major browsers) uses a slightly different glyph for all of the 2.1
> bullets.

In fact, Gecko doesn't use a glyph at all.  For disc/circle/square we 
just draw the geometric shape, with a size somewhat based on the font 
metrics of the bullet's font (looks like in fact the algorithm is 
max(1px, 0.4*(max ascent of the font))).

-Boris

Received on Sunday, 16 October 2011 19:40:33 UTC