Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editorial: Add note about when ToASCII = ASCII lowercase #598

Merged
merged 1 commit into from
May 19, 2021

Commits on May 19, 2021

  1. Editorial: Add note about when ToASCII = ASCII lowercase

    Many implementations currently skip ToASCII if domain is ASCII-only, but
    as discovered in [1] and [2], this can result in some undesirable
    behavior. Adding a note prevents implementors from making the mistake of
    thinking ToASCII is a no-op if the input is ASCII, and also provides a
    recommendation on how to properly optimize the ToASCII step.
    
    [1]: whatwg#267
    [2]: whatwg#309 (comment)
    TimothyGu committed May 19, 2021
    Configuration menu
    Copy the full SHA
    8dc2610 View commit details
    Browse the repository at this point in the history