Re: [editing] Legal caret positions – invisible text nodes (#75)

> One additional note: If I understood #74 (comment) correctly, this would mean that the caret cannot be placed anywhere between <b> elements in this case:
> `<p><b>foo</b>     <b>bar</b></p>`

Are those spaces between the two \<b> elements? I  that case I would argue that it should be possible to place it there, even though the browser may join all those spaces together to be just a single space. We actually had a discussion about that earlier. The "invisible nodes" should never touch text nodes, unless they are in a `display:none` element.


---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/editing/issues/75#issuecomment-133725122

Received on Saturday, 22 August 2015 16:41:04 UTC