Implement HTMLBaseElement attributes

This commit is contained in:
Keith Yeung 2016-04-10 15:54:49 -04:00
parent a4991f536c
commit 4a1eb47937
7 changed files with 33 additions and 37 deletions

View file

@ -5,6 +5,6 @@
// https://html.spec.whatwg.org/multipage/#htmlbaseelement
interface HTMLBaseElement : HTMLElement {
// attribute DOMString href;
// attribute DOMString target;
attribute DOMString href;
// attribute DOMString target;
};