yosinch / editing

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

removeFormat: We should not remove style inside table #21

Open yosinch opened 10 years ago

yosinch commented 10 years ago

Affected tests:

before     <div contenteditable><table>^<tbody><tr><td><b>foo</b></td></tr></tbody>|</table></div>
expected   <div contenteditable>^<table><tbody><tr><td><b>foo</b></td></tr></tbody></table>|</div>