diff --git a/library/server/wsf_html/form/wsf_form_input_with_html5.e b/library/server/wsf_html/form/wsf_form_input_with_html5.e
index b9c38b7d..604b2086 100644
--- a/library/server/wsf_html/form/wsf_form_input_with_html5.e
+++ b/library/server/wsf_html/form/wsf_form_input_with_html5.e
@@ -104,6 +104,9 @@ feature -- Change element
end
+ -- The attribues `form',`list', and `multiple' are not supported yet.
+ -- For example the list attribute need datalist support.
+
-- list: detachable READABLE_STRING_32
-- The list attribute enables the user to associate a list of options with a particular field.
-- The value of the list attribute must be the same as the ID of a datalist element that resides in the same document.