diff --git a/index.bs b/index.bs index 7c2f6cbea7..c3681073c9 100644 --- a/index.bs +++ b/index.bs @@ -4153,16 +4153,19 @@ Content-Type: application/reports+json `port-part` matching - An ASCII string |input| `port-part` matches [=/URL=] |url| if a CSP source expression that - contained the first as a `port-part` could potentially match a URL containing the latter's [=url/port=] - and [=url/scheme=]. For example, "80" `port-part` matches matches http://example.com. + An ASCII string or null |input| `port-part` matches + [=/URL=] |url| if a CSP source expression that contained the first as a `port-part` could potentially match a URL containing the latter's + [=url/port=] and [=url/scheme=]. For example, "80" `port-part` matches + matches http://example.com.