mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibWeb: Use FIXME extended attribute where possible
This commit is contained in:
parent
4d02bfc722
commit
68a1a78a1a
Notes:
sideshowbarker
2024-07-17 03:59:29 +09:00
Author: https://github.com/tcl3
Commit: 68a1a78a1a
Pull-request: https://github.com/SerenityOS/serenity/pull/24381
28 changed files with 95 additions and 95 deletions
|
@ -24,9 +24,9 @@ interface FontFaceSet : EventTarget {
|
|||
[FIXME] undefined clear();
|
||||
|
||||
// events for when loading state changes
|
||||
// FIXME: attribute EventHandler onloading;
|
||||
// FIXME: attribute EventHandler onloadingdone;
|
||||
// FIXME: attribute EventHandler onloadingerror;
|
||||
[FIXME] attribute EventHandler onloading;
|
||||
[FIXME] attribute EventHandler onloadingdone;
|
||||
[FIXME] attribute EventHandler onloadingerror;
|
||||
|
||||
// check and start loads if appropriate
|
||||
// and fulfill promise when all loads complete
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue