Selecting a word, then deleting it.@1.1
In an existing contenteditable with “Hello World” in it, selecting “World”. Push the “Backspace” button. Note what characters are left (some browsers leave a space and others do not)

Chrome (Desktop)

remaining: Hello with no space

Safari (Desktop)

remaining: Hello with no space

Firefox (Desktop)

remaining: Hello  with space at end

Android API 28

Remaining: Hello  with space at end

Android API 27

Remaining: Hello  with space at end

Android API 26

Remaining: Hello  with space at end.
Note: The data values are not visible in screenshot but are null or undefined

Android API 25

Remaining: Hello  with space at end.

Android API 24

Remaining: Hello  with space at end

Android API 23

Remaining: Hello  with space at end.

iOS 11.4

Remaining: Hello  with space at end