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
In Selectors level 4 the CSSWG has spec'd that the :empty pseudo-class will now match when the only contents of an element are white space, e.g. all of the following match :empty:
<p></p><p><p></p><p></p>
Browsers do not currently deliver this capability, even while developers expect this behavior.
Description
In Selectors level 4 the CSSWG has spec'd that the
:empty
pseudo-class will now match when the only contents of an element are white space, e.g. all of the following match:empty
:Browsers do not currently deliver this capability, even while developers expect this behavior.
Specification
https://drafts.csswg.org/selectors-4/#the-empty-pseudo
Additional Signals
No response
The text was updated successfully, but these errors were encountered: