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
Chrome, Firefox, and Safari all support gCS ::first-letter and ::first-line.
Firefox throws NS_ERROR_NOT_AVAILABLE for ::marker (and doesn't support ::marker AFAIK), Chrome doesn't support it so returns the element, and Safari does support ::marker and does support it for gCS
Firefox supports gCS ::placeholder, Chrome and Safari does not (despite supporting the feature)
Is there any reason not to allow all pseudo-elements for gCS?
SelenIT, thibautRe, Krinkle, ExE-Boss and ericmutta