On Thu, Sep 03, 2009 at 04:45:29PM +0000, corvid wrote:
I wrote, back in February:
I was trying the new search functionality a bit more and found this (it's also present in my Dec 2008 dillo*).
With the page:
<table> <tr><td>no close-tr <tr><td>has a close-tr</tr> <tr><td>here's another line</tr> </table>
if I search for "rh", it finds one instance of it split between the second and third table rows.
At the time, I didn't recognize what the exact problem was. Now it dawns on me that the difference is really that line 2's text has whitespace before the next tag, and line 3's doesn't.
It would be nice if the iterators thought of cells as being separated by whitespace, but I don't know yet whether there's a good and simple way to do that...
A whitespace suffix with width=0 comes to mind... -- Cheers Jorge.-