Implement HTMLElement.title.

This commit is contained in:
Ms2ger 2014-11-05 14:13:03 +01:00
parent fba6cb9c42
commit 45701002a3
13 changed files with 6 additions and 15103 deletions

View file

@ -6,7 +6,7 @@
// http://www.whatwg.org/html/#htmlelement
interface HTMLElement : Element {
// metadata attributes
// attribute DOMString title;
attribute DOMString title;
// attribute DOMString lang;
// attribute boolean translate;
// attribute DOMString dir;