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
Why does getComputedStyle() support any pseudo-element? Previously it only supported ::before and ::after.
This is an issue for appearance because UAs can support non-standard values for non-standard pseudo-elements. (Though css-ui could require auto to be used instead.)
Do we want such pseudo-elements to be available in author CSS? Do we want to support them in getComputedStyle()?