-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
https://gerrit-review.googlesource.com/c/111010/2
<gr-autocomplete
id="newProject"
class="newProjectInput"
is="iron-input"
... >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
- has a valid custom element name, OR
- is an instance of
HTMLUnknownElement - is a legacy element.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels