manolo / gwt-api-generator

Generator for creating GWT JSInterop clients from Polymer Web Components
Apache License 2.0
50 stars 24 forks source link

No handling for HTML element extension #63

Open cpboyd opened 8 years ago

cpboyd commented 8 years ago

An example of this is iron-form, which extends the default form element.

The generated IronForm widget doesn't function properly. It specifies an <iron-form> tag instead of <form is="iron-form">

Moreover, the get/setAction and get/setMethod are not inherited.

manolo commented 8 years ago

Yeah, that is something not considered because we expect all custom elements being new tags. Will discuss with the team and consider this in a new version.