mirror of
https://github.com/servo/servo.git
synced 2025-08-15 10:25:32 +01:00
Fixes #11407: Implement Window.status
This commit is contained in:
parent
4dcb05ca4f
commit
a4d9a1d6a1
4 changed files with 37 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
//[Replaceable] readonly attribute BarProp scrollbars;
|
||||
//[Replaceable] readonly attribute BarProp statusbar;
|
||||
//[Replaceable] readonly attribute BarProp toolbar;
|
||||
// attribute DOMString status;
|
||||
attribute DOMString status;
|
||||
void close();
|
||||
//readonly attribute boolean closed;
|
||||
//void stop();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue