- From: snianu <notifications@github.com>
- Date: Mon, 23 Oct 2023 10:54:08 -0700
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 23 October 2023 17:54:14 UTC
@snianu commented on this pull request.
> @@ -539,9 +539,8 @@ url: https://w3c.github.io/permissions/#permissions-task-source; type: dfn;
* text/uri-list
* image/svg+xml
- * Custom format [=string/starts with=] "web "("web" followed by U+0020 SPACE) prefix
- and suffix (after stripping out "web "("web" followed by U+0020 SPACE)) is a valid
- [=/MIME type=].
+ * Custom format [=string/starts with=] `"web "`("web" followed by U+0020 SPACE) prefix
+ and suffix (after stripping out `"web "`) is a valid [=/MIME type=].
Yeah, I agree with you that we should add the parsing check for MIME type instead of requiring it to be a valid MIME type.
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/clipboard-apis/pull/195#discussion_r1369050837
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/clipboard-apis/pull/195/review/1693166218@github.com>
Received on Monday, 23 October 2023 17:54:14 UTC