mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
videoWidth and videoHeight params
This commit is contained in:
parent
da0e92d7f8
commit
6904535865
4 changed files with 69 additions and 6 deletions
|
@ -9,8 +9,8 @@ interface HTMLVideoElement : HTMLMediaElement {
|
|||
// attribute unsigned long width;
|
||||
// [CEReactions]
|
||||
// attribute unsigned long height;
|
||||
// readonly attribute unsigned long videoWidth;
|
||||
// readonly attribute unsigned long videoHeight;
|
||||
readonly attribute unsigned long videoWidth;
|
||||
readonly attribute unsigned long videoHeight;
|
||||
// [CEReactions]
|
||||
// attribute DOMString poster;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue