- From: snianu <notifications@github.com>
- Date: Wed, 21 Jul 2021 17:39:50 -0700
- To: w3c/editing <editing@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 22 July 2021 00:40:03 UTC
@snianu commented on this pull request.
> +
+The web custom format map will have the below naming convention per platform:
+
+On Windows it will be inserted as `Web Custom Format Map`, on MacOS `com.web.custom.format.map` & On Linux/Android/CrOS etc `application/web;type="custom/formatmap"`.
+The payload in this format map will be of type JSON with the key representing the MIME type and the web custom format as the value.
+e.g. On Windows the web custom format map will have the below payload:
+```
+{
+
+ "text/html" : "Web Custom Format0",
+ "text/plain" : "Web Custom Format1",
+ "text/csv" : "Web Custom Format2"
+}
+```
+
+On MacOS
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_r674431833
Received on Thursday, 22 July 2021 00:40:03 UTC