The computation of locations reflects HTML structure as well as some notion of 'chunks'. For example <h1>...</h1> or <p>...</p> seem to generate a new location, though there may be very little text between the tags. But larger blocks of text are broken up into 2 or more locations.
This also means that two examples that render identically may wind up with different location assignments, because the underlying HTML can be different.
|