| OLD | NEW |
| (Empty) |
| 1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
| 2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
| 3 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
| 4 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification | |
| 5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
| 6 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification | |
| 7 Problem: copy/pasting some HTML including tables can give rise to a <div> elemen
t as the first child of the table element. This is invalid. | |
| 8 abcdef | |
| 9 foo bar | |
| 10 ghijk | |
| 11 <div id="test" class="editing"> <div>abcdef<div style="text-align: center;"><tab
le><tbody><tr><td>foo</td><td>bar</td></tr></tbody></table>ghijk</div> </div> </
div> | |
| OLD | NEW |