blob: b005e86acef0830efa869bc1a511f572da816dcf (
plain)
1
2
3
4
5
6
7
8
9
|
#import <HTML/HTMLElement.idl>
// https://html.spec.whatwg.org/multipage/text-level-semantics.html#htmlspanelement
[Exposed=Window]
interface HTMLSpanElement : HTMLElement {
[HTMLConstructor] constructor();
};
|