- From: Darwin Huang <notifications@github.com>
- Date: Wed, 21 Jul 2021 17:31:21 -0700
- To: w3c/editing <editing@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 22 July 2021 00:31:33 UTC
@dway123 commented on this pull request. > + "text/plain" : "Web Custom Format1", + "text/csv" : "Web Custom Format2" +} +``` + +On MacOS +``` +{ + + "text/html" : "com.web.custom.format0", + "text/plain" : "com.web.custom.format1", + "text/csv" : "com.web.custom.format2" +} +``` + +On Linux, ChromeOS, and Android "#### On Linux, ChromeOS, and Android" -- 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/editing/pull/316#pullrequestreview-712289934
Received on Thursday, 22 July 2021 00:31:33 UTC