mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 03:57:15 +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
@@ -11,7 +11,7 @@ interface HTMLSourceElement : HTMLElement {
|
||||
[CEReactions, Reflect] attribute DOMString srcset;
|
||||
[CEReactions, Reflect] attribute DOMString sizes;
|
||||
[CEReactions, Reflect] attribute DOMString media;
|
||||
// FIXME: [CEReactions, Reflect] attribute unsigned long width;
|
||||
// FIXME: [CEReactions, Reflect] attribute unsigned long height;
|
||||
[FIXME, CEReactions, Reflect] attribute unsigned long width;
|
||||
[FIXME, CEReactions, Reflect] attribute unsigned long height;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user