mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Introduce a set_uint_attribute method.
This commit is contained in:
parent
4386bae576
commit
bb732ef4e6
3 changed files with 10 additions and 6 deletions
|
@ -23,9 +23,7 @@ interface HTMLImageElement : HTMLElement {
|
|||
attribute DOMString useMap;
|
||||
[SetterThrows]
|
||||
attribute boolean isMap;
|
||||
[SetterThrows]
|
||||
attribute unsigned long width;
|
||||
[SetterThrows]
|
||||
attribute unsigned long height;
|
||||
readonly attribute unsigned long naturalWidth;
|
||||
readonly attribute unsigned long naturalHeight;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue