| 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: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
| 7 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
| 8 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
| 9 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
| 10 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
| 11 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification | |
| 12 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
| 13 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
| 14 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
| 15 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification | |
| 16 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
| 17 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
| 18 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
| 19 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification | |
| 20 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
| 21 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio
n | |
| 22 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification | |
| 23 This is a test of execCommand("Unlink"). It tests: | |
| 24 | |
| 25 Completely unlinking a link. | |
| 26 Unlinking a single word inside of a link. | |
| 27 Unlinking a selection containing linked and unlinked text. | |
| 28 Unlinking a selection that partially selects a linked table. | |
| 29 The editable regions below describe what their content should be after the test. | |
| 30 | |
| 31 This paragraph should should end up unlinked. | |
| 32 The second word in this paragraph should end up being unlinked, everything else
should be a link. | |
| 33 This paragraph starts with a link in the middle. Only the 'a' in the previous se
ntence should be linked after the test. | |
| 34 This editable region contains lists, tables, styled text, and images. Everything
in this region that is not selected should be a link, nothing that is selected
should be a link. | |
| 35 | |
| 36 Item 1 | |
| 37 Item 2 | |
| 38 1 2 3 | |
| 39 | |
| 40 This line contains an image. | |
| 41 The innerHTML of editable regions after the test: | |
| 42 | |
| 43 This paragraph should should end up unlinked. | |
| 44 <a href="http://www.apple.com/">The</a> second<a href="http://www.apple.com/"> w
ord in this paragraph should end up being unlinked, everything else should be a
link.</a> | |
| 45 This paragraph starts with <a href="http://www.google.com"><i>a</i></a><span id=
"test3start"> link</span> in the middle. Only the 'a' in the previous sentence s
hould be linked after the test. | |
| 46 <p>This <i>editable region</i> contains lists, tables, styled text, and images.
Everything in this region that is not selected should be a link, nothing that is
selected should be a link.</p> <ul> <li>Item 1</li> <li>Item 2</li> </ul> <tabl
e border="1"><tbody><tr><td>1</td><td>2</td><td><span id="test4end"><a href="htt
p://www.google.com/">3</a></span></td></tr></tbody></table> <a href="http://www.
google.com/"><br> This <b>line</b> contains <img src="../resources/abe.png"> an
image. </a> | |
| OLD | NEW |