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
I tend to agree with @isonmad. E.g., we use something like "if X is an element" fairly often in DOM and it needs to be true even if X is a subclass of Element. At some point we'll formalize this through brands: whatwg/webidl#97.
4ce01b5#diff-27b79860afe28f01aed4f1f6228367faR1278 added if-else steps in several places in the wrong order, where it probably meant to be checking if client is the more specific category (an environment settings object) first, like 8b483b0#diff-27b79860afe28f01aed4f1f6228367faR3533 did -- because "if client is an environment" is always true regardless.
The text was updated successfully, but these errors were encountered: