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

@marcoscaceres : On macOS (and on windows I think), browsers that are invoked with the clipboard operation `e.clipboardData.setData('application/mathml+xml', '<math><mfrac><mn>3</mn><mn>5</mn></mfrac></math>');` just put this content as an exotic `org.mozilla.custom-clipdata` or similarly private types with Chrome or Safari.
Test page here: http://direct.hoplahup.net/tmp/tryclipboardOps.html . 
You will also see that HTML comes through.
This call is the object of this issue.

When you have MathML in a web-page and try to copy it, you obtain HTML with, sometimes the MathML in it.

-- 
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#issuecomment-863216960

Received on Thursday, 17 June 2021 12:59:08 UTC