diff --git a/serialization.md b/serialization.md
index 4fa18586d..c4264a01a 100644
--- a/serialization.md
+++ b/serialization.md
@@ -75,7 +75,7 @@ This specification uses the following terms:
A collection of tags grouped under a common prefix (the name component before :).
For example, in an image tagged with the name my-app:3.1.4, my-app is the Repository component of the name.
A repository name is made up of slash-separated name components, optionally prefixed by a DNS hostname.
- The hostname must follow comply with standard DNS rules, but may not contain _ characters.
+ The hostname must comply with standard DNS rules that apply to IDNA labels as defined in RFC 5890.
If a hostname is present, it may optionally be followed by a port number in the format :8080.
Name components may contain lowercase characters, digits, and separators.
A separator is defined as a period, one or two underscores, or one or more dashes.