6 lines
88 B
Text
6 lines
88 B
Text
|
|
interface HTMLBaseElement : HTMLElement {
|
||
|
|
|
||
|
|
[Reflect] attribute DOMString target;
|
||
|
|
|
||
|
|
}
|