blob: cefaa91d9b36d8126bf6b6e6da409b48bf30d1f7 (
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 {
};
|