diff --git a/lib/phoenix_html/form.ex b/lib/phoenix_html/form.ex
index ed6f712..c32a7e4 100644
--- a/lib/phoenix_html/form.ex
+++ b/lib/phoenix_html/form.ex
@@ -232,6 +232,8 @@ defmodule Phoenix.HTML.Form do
won't be ignored on submission. This requires however
that the textarea is rendered with no spaces after its
content
+
+ All other values are HTML escaped.
"""
def normalize_value("datetime-local", %struct{} = value)
when struct in [NaiveDateTime, DateTime] do