Ambiguity with IDN #760
jam01
started this conversation in
Specification
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Through implementing a new validator I ran into some ambiguities with regards to IDN.
The first one I believe is actually a clear issue between the Spec and the Test Suite. The second is more of a question for those more familiar with IDN, though the relevant RFC is where the ambiguity comes from imo.
In both cases the Spec ought to clarify the expected behavior.
idn-hostname:
From optional/format/idn-hostname.
This is a valid RFC 1123, meaning it should pass validation.
idn-email:
Same test adapted for
idn-email
format use case.Should this fail? rfc6531#3.3 states the subdomains can be LDH or U-labels, it does not explicitly state whether R-LDH labels must be valid A-labels.
Beta Was this translation helpful? Give feedback.
All reactions