12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- #include "nsIDOMHTMLElement.idl"
- [scriptable, uuid(a6cf90a7-15b3-11d2-932e-00805f8add32)]
- interface nsIDOMHTMLFontElement : nsIDOMHTMLElement
- {
- attribute DOMString color;
- attribute DOMString face;
- attribute DOMString size;
- };
|