<Swing Dev> HTML parser tr, td and th tags.
Paulo Levi
i30817 at gmail.com
Mon Jul 2 07:05:08 UTC 2007
It seems that the boolean breaksflow() method for the tr, td and th (at
least, didn't test others) tags gives wrong results.
t.TR.breaksFlow() == false
t.TD.breaksFlow() == true
t.TH.breaksFlow() == true
Considering that the breaksflow method says:
/**
* Returns <code>true</code> if this tag causes a
* line break to the flow of data, otherwise returns
* <code>false</code>.
*
* @return <code>true</code> if this tag causes a
* line break to the flow of data, otherwise returns
* <code>false</code>
*/
Unless we consider justification as a line break, i think its wrong.
Anyway i didn't sign the contributor agreement but this seems like an easy
fix: would somebody check it out?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/swing-dev/attachments/20070702/e1936f8b/attachment.html>
More information about the swing-dev
mailing list