- From: Henri Sivonen <notifications@github.com>
- Date: Tue, 07 Feb 2023 00:04:59 -0800
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 7 February 2023 08:05:12 UTC
> The shortest path to have all three do the same thing would be for Gecko to change only not to replace no-break spaces when exporting plain text as plain text. This was OK. > Would it be bad in practice (as opposed to principle of deviating from the current interop state) to replace no-break space with regular spaces in HTML to plain text conversion only when the contentEditable-like pattern of alternating spaces and no-break spaces is detected? This turned out not to be Web-compatible due there being sites that, instead of using the `pre` element or a relevant CSS property, replaced spaces in code examples with no-break spaces and relied on browser reversing the replacement upon copy to clipboard. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/clipboard-apis/issues/173#issuecomment-1420351722 You are receiving this because you are subscribed to this thread. Message ID: <w3c/clipboard-apis/issues/173/1420351722@github.com>
Received on Tuesday, 7 February 2023 08:05:12 UTC