Re: [w3c/editing] Additional documents for unsanitized HTML read/write (PR #422)

@anaskim commented on this pull request.



> @@ -0,0 +1,40 @@
+# How to use the Async Clipboard API to read and write unsanitized HTML
+**Last updated: March, 2023**
+
+Reading and writing unsanitized HTML to and from the clipboard is currently available in Chromium-based browsers in 113 and later behind the flag `ClipboardUnsanitizedContent`.
+1. Download Microsoft Edge ([Canary Channel](https://www.microsoftedgeinsider.com/en-us/download/canary)).
+2. Launch Edge with the command line flag `--enable-blink-features=ClipboardUnsanitizedContentNavigate`.
+
+## Example
+
+The write method doesn't change it's shape:

Done, thanks for the suggestion.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/editing/pull/422#discussion_r1152463093
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/editing/pull/422/review/1363926754@github.com>

Received on Wednesday, 29 March 2023 20:42:17 UTC