diff --git a/crates/web-sys/webidls/enabled/HTMLInputElement.webidl b/crates/web-sys/webidls/enabled/HTMLInputElement.webidl
index fbc9745b..e857e1ae 100644
--- a/crates/web-sys/webidls/enabled/HTMLInputElement.webidl
+++ b/crates/web-sys/webidls/enabled/HTMLInputElement.webidl
@@ -120,12 +120,10 @@ interface HTMLInputElement : HTMLElement {
void select();
-/* TODO optional u32 not supported
[Throws]
attribute unsigned long? selectionStart;
[Throws]
attribute unsigned long? selectionEnd;
-*/
[Throws]
attribute DOMString? selectionDirection;
[Throws]