mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
12 lines
456 B
Plaintext
12 lines
456 B
Plaintext
interface HTMLIFrameElement : HTMLElement {
|
|
attribute wstring align;
|
|
attribute wstring frameBorder;
|
|
attribute wstring height;
|
|
attribute wstring longDesc;
|
|
attribute wstring marginHeight;
|
|
attribute wstring marginWidth;
|
|
attribute wstring name;
|
|
attribute wstring scrolling;
|
|
attribute wstring src;
|
|
attribute wstring width;
|
|
}; |