mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Implement <body>'s "text" attribute
This commit is contained in:
parent
26dd123310
commit
64f4835a4f
10 changed files with 63 additions and 145 deletions
|
@ -11,7 +11,7 @@ HTMLBodyElement implements WindowEventHandlers;
|
|||
|
||||
// https://www.whatwg.org/html/#HTMLBodyElement-partial
|
||||
partial interface HTMLBodyElement {
|
||||
//[TreatNullAs=EmptyString] attribute DOMString text;
|
||||
[TreatNullAs=EmptyString] attribute DOMString text;
|
||||
//[TreatNullAs=EmptyString] attribute DOMString link;
|
||||
//[TreatNullAs=EmptyString] attribute DOMString vLink;
|
||||
//[TreatNullAs=EmptyString] attribute DOMString aLink;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue