ladybird/Libraries/LibWeb/HTML/HTMLBaseElement.idl

6 lines
88 B
Text
Raw Normal View History

interface HTMLBaseElement : HTMLElement {
[Reflect] attribute DOMString target;
}