mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
8 lines
121 B
Plaintext
8 lines
121 B
Plaintext
#import <HTML/HTMLElement.idl>
|
|
|
|
interface HTMLBaseElement : HTMLElement {
|
|
|
|
[Reflect] attribute DOMString target;
|
|
|
|
};
|