5
edits
No edit summary |
|||
| Line 30: | Line 30: | ||
|} | |} | ||
== Firefox == | == Firefox == | ||
{| class="standard-table" | {| class="standard-table" | ||
| Line 49: | Line 49: | ||
*Unenclosed text nodes should be counted as if they were surrounded by span. | *Unenclosed text nodes should be counted as if they were surrounded by span. | ||
<br> | |||
An example: | An example: | ||
<body><div><p>This is element #1</p><p>This is element #2</p><p></p><p>This is element #3</p><p><span>This is element #4</span>This is element #5 </p><div><body> | <body><div class="nocount"><p>This is element #1</p><p>This is element #2</p><p class="nocount"></p><p>This is element #3</p><p class="nocount"><span>This is element #4</span>This is element #5 </p><div><body> | ||
This would let people link to specific parts of documents that not associated with html anchor tags. | This would let people link to specific parts of documents that not associated with html anchor tags. | ||
edits