At the moment the Public Suffix List allows implementations to do either. The URL Standard clearly centers around A-label (ASCII) for everything normalized and expects the same from public suffix and registrable domain (due to the way it performs comparisons with them).
Filing this as a follow-up to #391 since we don't expose public suffix and registrable domain directly (yet).
I'd suggest we change
Return the public suffix obtained by executing the algorithm defined by the Public Suffix List on host.
to
Return the public suffix obtained by executing the algorithm defined by the Public Suffix List on host, using A-labels.
and do likewise for registrable domain.
Does that work @sleevi & @mikewest?
At the moment the Public Suffix List allows implementations to do either. The URL Standard clearly centers around A-label (ASCII) for everything normalized and expects the same from public suffix and registrable domain (due to the way it performs comparisons with them).
Filing this as a follow-up to #391 since we don't expose public suffix and registrable domain directly (yet).
I'd suggest we change
to
and do likewise for registrable domain.
Does that work @sleevi & @mikewest?