mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-28 02:27:19 +02:00
LibWeb: Use FIXME extended attribute where possible
This commit is contained in:
committed by
Andreas Kling
parent
4d02bfc722
commit
68a1a78a1a
Notes:
sideshowbarker
2024-07-17 03:59:29 +09:00
Author: https://github.com/tcl3 Commit: https://github.com/SerenityOS/serenity/commit/68a1a78a1a Pull-request: https://github.com/SerenityOS/serenity/pull/24381
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user