[w3c/clipboard-apis] supported type should include MathML types (#141)

This issues proposes that the [MathML media-types](https://www.w3.org/TR/MathML/appendixb.html#media-types-mathml) also be included as mandatory media-types for  [paste](https://w3c.github.io/clipboard-apis/index.html#reading-from-clipboard) and [copy](https://w3c.github.io/clipboard-apis/index.html#writing-to-clipboard) events:

- [`application/mathml+xml`](https://www.w3.org/TR/MathML/appendixb.html#media-types-mathml)
- [`application/mathml-presentation+xml`](https://www.w3.org/TR/MathML/appendixb.html#media-types-mathml-p)
- [`application/mathml-content+xml`](https://www.w3.org/TR/MathML/appendixb.html#media-types-mathml-c)

Indeed the [use case](https://w3c.github.io/clipboard-apis/index.html#change-default-clipboard-ops) includes mathematical information as one of the targets. But as of today, only `application/xml` would be allowed while this type is much too generic. A few applications exposed the platform specific "clipboard flavors" which are also specified in the media-types declarations.

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

Received on Friday, 7 May 2021 12:31:00 UTC