You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also points out in http://www.w3.org/mid/51D1A324.7020807@exyr.org that we might need to be extra clear in how its sizing differs from images loaded via content. Which does raise the question of should these two styles be equivalent or not?
li { list-style-image: linear-gradient(red, blue); /* 1em x 1em gradient */ }
li::marker { content: linear-gradient(red,blue); /* ??? */ }