Implement SVG support for Document.title

This commit is contained in:
Anthony Ramine 2015-04-21 10:34:14 +02:00
parent 69a2c45b34
commit 4e95a8c4c9
2 changed files with 71 additions and 56 deletions

View file

@ -76,7 +76,6 @@ partial interface Document {
attribute DOMString cookie;
// DOM tree accessors
[SetterThrows]
attribute DOMString title;
[SetterThrows]
attribute HTMLElement? body;