LibWeb: Added HTMLLinkElement.as

This commit is contained in:
Hexeption 2024-06-04 08:04:44 +01:00 committed by Andreas Kling
commit 2f4668edce
Notes: sideshowbarker 2024-07-17 22:41:14 +09:00
5 changed files with 48 additions and 1 deletions

View file

@ -12,7 +12,7 @@ interface HTMLLinkElement : HTMLElement {
[CEReactions, Reflect] attribute DOMString href;
[CEReactions, Reflect=crossorigin, Enumerated=CORSSettingsAttribute] attribute DOMString? crossOrigin;
[CEReactions, Reflect] attribute DOMString rel;
[FIXME, CEReactions] attribute DOMString as;
[CEReactions] attribute DOMString as;
[SameObject, PutForwards=value] readonly attribute DOMTokenList relList;
[CEReactions, Reflect] attribute DOMString media;
[CEReactions, Reflect] attribute DOMString integrity;