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
causes polymer-resin to create a <gr-autocomplete> proxy element instead of using the default HTMLElement proxy.
We should recognize when is="..." appears on a non-builtin HTML element, and issue a clear violation report that explains the problem, and then reject the value.
Treat an is attribute as misplaced when the element containing the is attribute
https://gerrit-review.googlesource.com/c/111010/2
causes polymer-resin to create a
<gr-autocomplete>proxy element instead of using the defaultHTMLElementproxy.We should recognize when
is="..."appears on a non-builtin HTML element, and issue a clear violation report that explains the problem, and then reject the value.Treat an
isattribute as misplaced when the element containing theisattributeHTMLUnknownElement