mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 02:29:21 +00:00
LibWeb: Implement HTMLLinkElement.sizes
This commit is contained in:
parent
061ac1f8c7
commit
a4b43cae9a
Notes:
github-actions[bot]
2024-11-17 21:13:53 +00:00
Author: https://github.com/shannonbooth
Commit: a4b43cae9a
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2404
4 changed files with 16 additions and 4 deletions
|
@ -18,7 +18,7 @@ interface HTMLLinkElement : HTMLElement {
|
|||
[CEReactions, Reflect] attribute DOMString integrity;
|
||||
[CEReactions, Reflect] attribute DOMString hreflang;
|
||||
[CEReactions, Reflect] attribute DOMString type;
|
||||
[FIXME, SameObject, PutForwards=value] readonly attribute DOMTokenList sizes;
|
||||
[SameObject, PutForwards=value] readonly attribute DOMTokenList sizes;
|
||||
[CEReactions, Reflect=imagesrcset] attribute USVString imageSrcset;
|
||||
[CEReactions, Reflect=imagesizes] attribute DOMString imageSizes;
|
||||
[CEReactions, Reflect=referrerpolicy, Enumerated=ReferrerPolicy] attribute DOMString referrerPolicy;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue