- From: snianu <notifications@github.com>
- Date: Thu, 21 Sep 2023 09:35:07 -0700
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 21 September 2023 16:35:13 UTC
I was referring to [this ](https://mimesniff.spec.whatwg.org/#mime-type)definition of MIME type which is what we use in the clipboard spec. `webtext/html` passes[ the parsing check of the MIME types](https://mimesniff.spec.whatwg.org/#parse-a-mime-type), so from a clipboard perspective, it's a valid MIME type. It's just that we don't have support for it in the clipboard. IMO removing the space from the `web ` prefix would create confusion among web authors, and since it's part of how we [parse the web custom format](https://w3c.github.io/clipboard-apis/#dom-clipboarditem-clipboarditem) during the construction of the ClipboardItem, our preference is to match with the `web ` prefix ("web" followed by U+0020 SPACE). Anyways, I don't have a strong opinion on this so I'm adding Agenda+ label to discuss with the EditingWG members. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/clipboard-apis/pull/192#issuecomment-1729925237 You are receiving this because you are subscribed to this thread. Message ID: <w3c/clipboard-apis/pull/192/c1729925237@github.com>
Received on Thursday, 21 September 2023 16:35:13 UTC