Skip to content

8.1.0

Choose a tag to compare

@domenic domenic released this 08 May 19:10

Changed fragment parsing so that U+0000 code points are now percent-encoded, instead of removed, per whatwg/url@3d57401.

Changed file: URL parsing so that if the host ends up empty after the Unicode ToASCII operation, it now result in parsing failure, per whatwg/url@cceb435.