diff --git a/crates/web-sys/webidls/enabled/HTMLTextAreaElement.webidl b/crates/web-sys/webidls/enabled/HTMLTextAreaElement.webidl
index a54e367d..2a254e50 100644
--- a/crates/web-sys/webidls/enabled/HTMLTextAreaElement.webidl
+++ b/crates/web-sys/webidls/enabled/HTMLTextAreaElement.webidl
@@ -64,12 +64,10 @@ interface HTMLTextAreaElement : HTMLElement {
readonly attribute NodeList labels;
void select();
-/* TODO Optional u32 not supported
[Throws]
attribute unsigned long? selectionStart;
[Throws]
attribute unsigned long? selectionEnd;
-*/
[Throws]
attribute DOMString? selectionDirection;
[Throws]