LibWeb: Use FIXME extended attribute where possible

This commit is contained in:
Tim Ledbetter
2024-05-19 14:15:49 +01:00
committed by Andreas Kling
parent 4d02bfc722
commit 68a1a78a1a
28 changed files with 95 additions and 95 deletions

View File

@@ -16,8 +16,8 @@ interface HTMLScriptElement : HTMLElement {
[CEReactions] attribute DOMString text;
[CEReactions, Reflect] attribute DOMString integrity;
[CEReactions, Reflect=referrerpolicy] attribute DOMString referrerPolicy;
// FIXME: [SameObject, PutForwards=value] readonly attribute DOMTokenList blocking;
// FIXME: [CEReactions] attribute DOMString fetchPriority;
[FIXME, SameObject, PutForwards=value] readonly attribute DOMTokenList blocking;
[FIXME, CEReactions] attribute DOMString fetchPriority;
static boolean supports(DOMString type);