mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 13:02:09 +02:00
6 lines
89 B
Plaintext
6 lines
89 B
Plaintext
interface HTMLBaseElement : HTMLElement {
|
|
|
|
[Reflect] attribute DOMString target;
|
|
|
|
};
|