blob: 7f6dddee806c99c027ef0aad4e12b8c70b82d780 [file] [log] [blame]
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"
| "
"