mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Implement SVG support for Document.title
This commit is contained in:
parent
69a2c45b34
commit
4e95a8c4c9
2 changed files with 71 additions and 56 deletions
|
@ -76,7 +76,6 @@ partial interface Document {
|
|||
attribute DOMString cookie;
|
||||
|
||||
// DOM tree accessors
|
||||
[SetterThrows]
|
||||
attribute DOMString title;
|
||||
[SetterThrows]
|
||||
attribute HTMLElement? body;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue