mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement HTMLElement.title.
This commit is contained in:
parent
fba6cb9c42
commit
45701002a3
13 changed files with 6 additions and 15103 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue