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
It appears it should return something like element's qualified name? That is, if we're going to get accurate serialization out.
This is confusing because elsewhere in the API you use "tagName" to mean the equivalent of el.localName, e.g. in an adapter's createElement() method. Or, hmm, maybe that is also qualified name?
The text was updated successfully, but these errors were encountered:
It appears it should return something like element's qualified name? That is, if we're going to get accurate serialization out.
This is confusing because elsewhere in the API you use "tagName" to mean the equivalent of
el.localName
, e.g. in an adapter'screateElement()
method. Or, hmm, maybe that is also qualified name?The text was updated successfully, but these errors were encountered: