Generate bindings for HTMLDataElement

This commit is contained in:
Junyoung Cho 2013-08-12 11:27:40 +09:00 committed by Josh Matthews
parent 13bb1a49b8
commit c8306795d1
11 changed files with 56 additions and 9 deletions

View file

@ -17,4 +17,4 @@ interface HTMLBaseElement : HTMLElement {
attribute DOMString href;
[SetterThrows, Pure]
attribute DOMString target;
}
};