Re: [w3c/editing] Add revised OS custom format naming. (#316)

@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