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
Only a limited set of properties can be used on the ::marker pseudo-element. This list is defined in CSS Pseudo-Elements 4 §4.2 List Markers: the ::marker pseudo-element.
CSS Pseudo says that only font properties, color and text-combine-upright apply to ::marker.
However, in CSS Lists, various of examples use properties like content, text-align, width, display, unicode-bidi, position.