Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Treat a null elementNs in getPropertyType/geAtributeType as the HTML …
…namespace (#557) This is the behavior that Chromium and WebKit currently implement, see https://phabricator.services.mozilla.com/D226547 Currently, it seems that the "interface for localName and elementNs" would fallback to `Element`, similarly to what happens with `document.createElementNS(null, "div")` for example. Note that a null attrNs is already handled by the spec. See also #553 for details.
- Loading branch information