mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb: Added HTMLLinkElement.as
This commit is contained in:
Notes:
sideshowbarker
2024-07-17 22:41:14 +09:00
Author: https://github.com/Hexeption Commit: https://github.com/LadybirdBrowser/ladybird/commit/2f4668edce Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/39 Reviewed-by: https://github.com/AtkinsSJ Reviewed-by: https://github.com/awesomekling Reviewed-by: https://github.com/nico
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user