Re: [w3c/editing] `document.execCommand()` should do nothing when the document is invisible (#193)

> What do you by invisible though? Outside of the viewport? Occluded by other elements? We don't load iframe that's `dispaly: none` anyway.
> 
> @whsieh

^ Also add `opacity: 0`, and being completely clipped within an `overflow: hidden` container to that list as well. In fact, this is how many major rich text editors that customize text selection/input around the web (such as Google Docs and CodeMirror) work.

-- 
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/issues/193#issuecomment-501366144

Received on Wednesday, 12 June 2019 17:02:42 UTC