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
Ex: for attributes, we could assume that, if the top item on the stack isn't an HTMLElement subtype, we should use the handle DOM node instead. Or we could check for the handle of the stack.
Generics would work well here. We could have a generic for a subtype of HTMLElement, a generic for a handle, and a fallback that explains that the given combinator was expecting one or the other.
The text was updated successfully, but these errors were encountered:
Ex: for
attributes
, we could assume that, if the top item on the stack isn't anHTMLElement
subtype, we should use the handle DOM node instead. Or we could check for the handle of the stack.Generics would work well here. We could have a generic for a subtype of
HTMLElement
, a generic for a handle, and a fallback that explains that the given combinator was expecting one or the other.The text was updated successfully, but these errors were encountered: