mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 10:01:13 +09:00
5 lines
89 B
Text
5 lines
89 B
Text
interface HTMLBaseElement : HTMLElement {
|
|
|
|
[Reflect] attribute DOMString target;
|
|
|
|
};
|