blob: 63e37c511ca8bee693a104ba40b7c6dcc32c14f9 (
plain)
1
2
3
4
5
6
7
8
9
|
#import <HTML/HTMLElement.idl>
interface HTMLFontElement : HTMLElement {
[LegacyNullToEmptyString, Reflect] attribute DOMString color;
[Reflect] attribute DOMString face;
[Reflect] attribute DOMString size;
};
|