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
parent 58bb5e1f7a
commit c0e504fbdd
5 changed files with 5 additions and 5 deletions

View File

@@ -34,7 +34,7 @@ interface HTMLTextAreaElement : HTMLElement {
readonly attribute NodeList labels;
// FIXME: undefined select();
[FIXME] undefined select();
attribute unsigned long selectionStart;
attribute unsigned long selectionEnd;
[FIXME] attribute DOMString selectionDirection;