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?

Reply via email to