Re: [whatwg/dom] Can DOM ranges split grapheme clusters and surrogate pairs? (#933)

I'm somewhat supportive, but I also feel like this is something that should be pointed out in ECMAScript, if at all. I guess in theory one could expect the DOM to have created some higher level of abstraction, but I'm not sure why one would think that.

Speaking of surrogates, Safari seems to handle `document.body.append("\uD800", "\uDC00", "\uD800\uDC00");` somewhat poorly.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/933#issuecomment-744248761

Received on Monday, 14 December 2020 07:53:11 UTC