LibWeb: Add some missing [FIXME] IDL attributes

This commit is contained in:
Tim Ledbetter 2024-05-21 16:40:32 +01:00 committed by Andreas Kling
commit c0e504fbdd
Notes: sideshowbarker 2024-07-16 22:11:09 +09:00
5 changed files with 5 additions and 5 deletions

View file

@ -28,7 +28,7 @@ interface HTMLElement : Element {
[LegacyNullToEmptyString, CEReactions] attribute DOMString innerText;
[LegacyNullToEmptyString, CEReactions] attribute DOMString outerText;
// FIXME: ElementInternals attachInternals();
[FIXME] ElementInternals attachInternals();
// The popover API
[FIXME] undefined showPopover();