yosinch / editing

document.execCommand in JavaScript for Blink
4 stars 6 forks source link

removeFormat: Should push down styled element into grouping element #76

Open yosinch opened 10 years ago

yosinch commented 10 years ago

Affected tests

before <div contenteditable><b><p style="font-weight: bold">foo^bar|baz</p></b></div>
after  <div contenteditable><p><b><span style="font-weight: bold">foo</span></b>^bar|<b>baz</b></p></div>