Community:SummerOfCode10:Brainstorming: Difference between revisions

no edit summary
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:  


&lt;body&gt;&lt;div&gt;&lt;p&gt;This is element #1&lt;/p&gt;&lt;p&gt;This is element #2&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;This is element #3&lt;/p&gt;&lt;p&gt;&lt;span&gt;This is element #4&lt;/span&gt;This is element #5 &lt;/p&gt;&lt;div&gt;&lt;body&gt;  
&lt;body&gt;&lt;div class="nocount"&gt;&lt;p&gt;This is element #1&lt;/p&gt;&lt;p&gt;This is element #2&lt;/p&gt;&lt;p class="nocount"&gt;&lt;/p&gt;&lt;p&gt;This is element #3&lt;/p&gt;&lt;p class="nocount"&gt;&lt;span&gt;This is element #4&lt;/span&gt;This is element #5 &lt;/p&gt;&lt;div&gt;&lt;body&gt;  


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.  
5

edits