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
defineElement's first argument should be renamed to localName.
type is a very generic term and could refer to anything whereas localName in the context of DOM API is understood to refer to a specific meaning and also matches the definition of createElement.
The text was updated successfully, but these errors were encountered:
Maybe just use "name"? (It does somewhat make sense not to use localName here since it'll have different restrictions placed on it for now per the ASCII issue.) And make "custom element type" not refer to the name, but to a particular brand of element.
defineElement
's first argument should be renamed tolocalName
.type
is a very generic term and could refer to anything whereaslocalName
in the context of DOM API is understood to refer to a specific meaning and also matches the definition ofcreateElement
.The text was updated successfully, but these errors were encountered: