[editing] CTRL+BACKSPACE or its equivalent behavior when deleting block elements (#117)

In Edge, all of it is removed in 6 steps:
 
1st CTRL+BACKSPACE moves the caret at the end of the line above
2nd CTRL+BACKSPACE  removes the image
3rd CTRL+BACKSPACE does nothing
4th CTRL+BACKSPACE moves the caret at the end of the line above
5th CTRL+BACKSPACE removes sdsdsd
6th CTRL+BACKSPACE removes asdsad 
 
The experience that I got in Chrome and FF on windows machine seems to differ:
 
Firefox(43.0.4):
1st CTRL+BACKSPACE removes the image and visually places the caret at the beginning of the very first line.
2nd CTRL+BACKSPACE  removes sdsdsd and places caret in front of asdsad 
3rd CTRL+BACKSPACE removes asdsad 
 
Chrome(48.0.2564.109 m)/Yandex:
1st CTRL+BACKSPACE removes the image and sdsdsd.
2nd CTRL+BACKSPACE  removes asdsad 


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

Received on Thursday, 10 March 2016 17:54:29 UTC