From 6ef17ebe1220a7e7c0cfff0785017502ee18808b Mon Sep 17 00:00:00 2001 From: achristensen07 Date: Fri, 8 Jun 2018 00:46:29 -0700 Subject: [PATCH] Percent-encode ' in queries of URLs with special schemes Tests: https://github.com/web-platform-tests/wpt/pull/11389. Fixes #348. --- url.bs | 1 + 1 file changed, 1 insertion(+) diff --git a/url.bs b/url.bs index 11b0390e..d2a80d8c 100644 --- a/url.bs +++ b/url.bs @@ -2281,6 +2281,7 @@ string input, optionally with a base URL base, opti
  • byte is less than 0x21 (!)

  • byte is greater than 0x7E (~)

  • byte is 0x22 ("), 0x23 (#), 0x3C (<), or 0x3E (>) +

  • byte is 0x27 (') and url is special

    then append byte, percent encoded, to