blob: c90578c870ff28ef3987faac7244c8ef105a1dac (
plain)
1
2
3
4
5
6
7
8
9
|
#import <HTML/HTMLElement.idl>
// https://html.spec.whatwg.org/multipage/embedded-content.html#htmlpictureelement
[Exposed=Window]
interface HTMLPictureElement : HTMLElement {
[HTMLConstructor] constructor();
};
|