- From: snianu <notifications@github.com>
- Date: Wed, 21 Jul 2021 17:39:56 -0700
- To: w3c/editing <editing@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 22 July 2021 00:40:08 UTC
@snianu 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
Done.
--
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#discussion_r674431844
Received on Thursday, 22 July 2021 00:40:08 UTC