LibWeb: Implement HTMLBaseElement.href

This commit is contained in:
Luke Wilde
2022-06-19 15:45:09 +01:00
committed by Linus Groh
parent 1f820f8840
commit 0a989d1bfd
3 changed files with 34 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
interface HTMLBaseElement : HTMLElement {
[CEReactions] attribute USVString href;
[Reflect] attribute DOMString target;
};