Closed
Description
Polymer.Base._queryHost
attempts to resolve a host
node by walking through DOM ancestors and measuring their host
properties. Unfortunately, HTMLAnchor has a built-in host
property that is the hostname component of its href
property, if available. This has the unfortunate side-effect of causing a runtime exception if a Polymer custom element is wrapped with an HTMLAnchor in ShadeyDOM mode.