ladybird/Userland/Libraries/LibWeb/HTML/HTMLBaseElement.idl

9 lines
165 B
Text
Raw Normal View History

#import <HTML/HTMLElement.idl>
interface HTMLBaseElement : HTMLElement {
2022-06-19 15:45:09 +01:00
[CEReactions] attribute USVString href;
[Reflect] attribute DOMString target;
};