
Formatting:
| "
"
| <table>
|   <tbody>
|     <tr>
|       <td>
|         "hello"
|       <td>
|         "world"
| "
"

by p yields:
| "
"
| <p>
|   <#selection-anchor>
|   <table>
|     <tbody>
|       <tr>
|         <td>
|           "hello"
|         <td>
|           "world"
|   <#selection-focus>
| "
"

Formatting:
| "
"
| <table>
|   <tbody>
|     <tr>
|       <td>
|         "<#selection-anchor>hello<#selection-focus>"
|       <td>
|         "world"
| "
"

by blockquote yields:
| "
"
| <table>
|   <tbody>
|     <tr>
|       <td>
|         <blockquote>
|           "<#selection-anchor>hello<#selection-focus>"
|       <td>
|         "world"
| "
"

Formatting:
| "
"
| <table>
|   <tbody>
|     <tr>
|       <td>
|         <p>
|           "<#selection-anchor>hello"
|         <div>
|           "world<#selection-focus>"
|       <td>
|         "WebKit"
| "
"

by h3 yields:
| "
"
| <table>
|   <tbody>
|     <tr>
|       <td>
|         <h3>
|           "<#selection-anchor>hello"
|           <br>
|           "world<#selection-focus>"
|       <td>
|         "WebKit"
| "
"

Formatting:
| "
"
| <table>
|   <tbody>
|     <tr>
|       <td>
|         <ul>
|           <li>
|             "<#selection-anchor>hello"
|           <li>
|             "world<#selection-focus>"
|       <td>
|         "WebKit"
| "
"

by address yields:
| "
"
| <table>
|   <tbody>
|     <tr>
|       <td>
|         <address>
|           <ul>
|             <li>
|               "<#selection-anchor>hello"
|           <ul>
|             <li>
|               "world<#selection-focus>"
|       <td>
|         "WebKit"
| "
"
