diff --git a/index.bs b/index.bs index 2e2b08d7a3..d39c74f279 100644 --- a/index.bs +++ b/index.bs @@ -682,10 +682,10 @@ spec: WebRTC; urlPrefix: https://www.w3.org/TR/webrtc/ / nonce-source / hash-source ; Schemes: "https:" / "custom-scheme:" / "another.custom-scheme:" - scheme-source = scheme-part ":" + scheme-source = scheme-part ":" ; Hosts: "example.com" / "*.example.com" / "https://*.example.com:12/path/to/file.js" - host-source = [ scheme-part "://" ] host-part [ ":" port-part ] [ path-part ] + host-source = [ scheme-part "://" ] host-part [ ":" port-part ] [ path-part ] scheme-part = scheme ; scheme is defined in section 3.1 of RFC 3986. host-part = "*" / [ "*." ] 1*host-char *( "." 1*host-char ) @@ -3861,7 +3861,7 @@ this algorithm returns normally if compilation is allowed, and throws a 5. Return "`Does Not Match`". -
+
Does |url| match |expression| in |origin| with |redirect count|?