mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-07 00:29:15 +00:00
LibWeb: Implement the HTMLLinkElement.sheet
attribute
This returns the link element's associated style sheet.
This commit is contained in:
parent
db597843d6
commit
1821896ecf
Notes:
github-actions[bot]
2025-03-17 13:48:19 +00:00
Author: https://github.com/tcl3
Commit: 1821896ecf
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3969
5 changed files with 26 additions and 1 deletions
|
@ -60,4 +60,4 @@ interface HTMLLinkElement : HTMLElement {
|
|||
[CEReactions, Reflect] attribute DOMString target;
|
||||
|
||||
};
|
||||
// FIXME: HTMLLinkElement includes LinkStyle;
|
||||
HTMLLinkElement includes LinkStyle;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue