Blink
Blink copied to clipboard
contenteditable delete removes source
In a contenteditable
element, when the caret immediately precedes a <picture><source /></picture>
, hitting delete or calling document.execCommand('Delete')
removes the <source>
.
Can you put up an example? Which test does this refer to?
It's this one.