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

Address several IDNA issues #309

Merged
merged 3 commits into from
Jun 1, 2017
Merged

Address several IDNA issues #309

merged 3 commits into from
Jun 1, 2017

Commits on May 24, 2017

  1. IDNA: use proposed UTS46 flags to avoid breaking YouTube

    Tests: web-platform-tests/wpt#5976.
    
    Fixes #53 and fixes #267 by no longer breaking on on hyphens in the
    3rd and 4th position of a domain label. This is known to break
    YouTube: r3---sn-2gb7ln7k.googlevideo.com. This is done by setting
    the proposed CheckHyphens flag to false.
    
    Fixes #110 by clarifying that BIDI and CONTEXTJ checks are to be done
    by setting the proposed CheckBidi and CheckJoiners flags to true.
    
    Follow-up #313 is filed to remove the proposed bits once Unicode is
    updated.
    annevk committed May 24, 2017
    Configuration menu
    Copy the full SHA
    27ee1aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c7e814 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2017

  1. Configuration menu
    Copy the full SHA
    b5bb3d0 View commit details
    Browse the repository at this point in the history