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
Such that classList.(has("x"); has("y")) <-> z is equivalent to classList.has("x") <-> z; classList.has("y") <-> z, except that the bindings would be both directly asserted when classList changes, instead of independently.
The text was updated successfully, but these errors were encountered:
Such that
classList.(has("x"); has("y")) <-> z
is equivalent toclassList.has("x") <-> z; classList.has("y") <-> z
, except that the bindings would be both directly asserted when classList changes, instead of independently.The text was updated successfully, but these errors were encountered: