mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
LibWeb: Implement HTMLBaseElement.href
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
interface HTMLBaseElement : HTMLElement {
|
||||
|
||||
[CEReactions] attribute USVString href;
|
||||
[Reflect] attribute DOMString target;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user