blob: 3b816df3d175f7a72ebe95a092a060a54665c9d8 [file] [log] [blame]
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification
EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
Markup before:
| "
<#selection-caret>"
| <b>
| <i>
| "hello bold and italic"
| <div>
| <i>
| "hello italic"
| <div>
| <font>
| color="#ff0000"
| "hello red"
| "
"
Markup after:
| <b>
| <i>
| "hello bold and italic"
| <div>
| <i>
| "hello italic"
| <div>
| <font>
| color="#ff0000"
| "hello red<#selection-caret>"
| "
"