[w3c/clipboard-apis] `ClipboardItem`: clarify mime parsing (Issue #242)

Gae24 created an issue (w3c/clipboard-apis#242)

Inside [clipboard-item.https.html](https://github.com/web-platform-tests/wpt/blob/master/clipboard-apis/clipboard-item.https.html) `not a/real type` is consistenly used and it is expected to be a valid mime type but it [shouldn't](https://mimesniff.spec.whatwg.org/#parse-a-mime-type).
All three major implementors follow this behaviour, essentially skipping this step inside `ClipboardItem` constructor.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/clipboard-apis/issues/242
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/clipboard-apis/issues/242@github.com>

Received on Sunday, 21 September 2025 20:23:10 UTC