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

I tried just `display: none` case (after loading). I have no idea for minimized document like `height: 0`. And I don't think that outside of viewport is matter. I was really surprised that Edge and Safari does not stop handling user input even after parent `<iframe>` is invisible due to `display: none`.

-- 
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-501561131

Received on Thursday, 13 June 2019 06:03:40 UTC