gwt-api-generator icon indicating copy to clipboard operation
gwt-api-generator copied to clipboard

No handling for HTML element extension

Open cpboyd opened this issue 8 years ago • 1 comments

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.

cpboyd avatar Mar 14 '16 16:03 cpboyd

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.

manolo avatar Aug 23 '16 06:08 manolo