mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-05 06:32:26 +02:00
LibWeb: Add some missing [FIXME] IDL attributes
This commit is contained in:
committed by
Andreas Kling
parent
58bb5e1f7a
commit
c0e504fbdd
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user