Partial fix for #12415: expose interfaces of some HTML Elements

This commit is contained in:
Maciej Skrzypkowski 2016-07-28 14:38:47 +02:00
parent a0c502261d
commit 9fa6d5083c
12 changed files with 2 additions and 25 deletions

View file

@ -3,7 +3,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// https://html.spec.whatwg.org/multipage/#htmlimageelement
[NamedConstructor=Image(optional unsigned long width, optional unsigned long height), Exposed=(Window,Worker)]
[NamedConstructor=Image(optional unsigned long width, optional unsigned long height)]
interface HTMLImageElement : HTMLElement {
attribute DOMString alt;
attribute DOMString src;