mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 01:59:31 +00:00
LibWeb: Implement HTMLBaseElement.href
This commit is contained in:
parent
1f820f8840
commit
0a989d1bfd
Notes:
sideshowbarker
2024-07-17 10:04:33 +09:00
Author: https://github.com/Lubrsi
Commit: 0a989d1bfd
Pull-request: https://github.com/SerenityOS/serenity/pull/14333
Reviewed-by: https://github.com/linusg
3 changed files with 34 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
interface HTMLBaseElement : HTMLElement {
|
||||
|
||||
[CEReactions] attribute USVString href;
|
||||
[Reflect] attribute DOMString target;
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue