Generate bindings for HTMLFormElement.

This commit is contained in:
Youngsoo Son 2013-08-29 20:27:54 +09:00
parent 65c6435902
commit c9f9d29ff3
6 changed files with 160 additions and 2 deletions

View file

@ -10,7 +10,8 @@
* and create derivative works of this document.
*/
interface HTMLFormElement;
// FIXME: servo#707
//interface HTMLFormElement;
// http://www.whatwg.org/specs/web-apps/current-work/#the-button-element
interface HTMLButtonElement : HTMLElement {