123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- #include "nsIDOMHTMLElement.idl"
- [scriptable, uuid(a6cf90af-15b3-11d2-932e-00805f8add32)]
- interface nsIDOMHTMLMapElement : nsIDOMHTMLElement
- {
- readonly attribute nsIDOMHTMLCollection areas;
- attribute DOMString name;
- };
|