mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 16:58:38 +09:00
Bug 1274159 - Part 3-1: Add HTMLConstructor to HTMLElement and its subclass;
Tag UXP Issue #1344
This commit is contained in:
parent
ed08e1aced
commit
978d53832c
67 changed files with 68 additions and 6 deletions
|
|
@ -16,7 +16,8 @@ interface imgIRequest;
|
|||
interface URI;
|
||||
interface nsIStreamListener;
|
||||
|
||||
[NamedConstructor=Image(optional unsigned long width, optional unsigned long height)]
|
||||
[HTMLConstructor,
|
||||
NamedConstructor=Image(optional unsigned long width, optional unsigned long height)]
|
||||
interface HTMLImageElement : HTMLElement {
|
||||
[SetterThrows]
|
||||
attribute DOMString alt;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue