Tom McDonnell wrote:
That sounds like a bug to me.

Should anything be filed in bugzilla for this?

Probably, yes.

One other oddity I found when working with tables and css, if a bottom border is set on the last table row using 'tr:last-child' it does not appear, regardless of it's width.

That's correct. See http://www.w3.org/TR/CSS21/tables.html#separated-borders paragraph 3, last sentence:


  Rows, columns, row groups, and column groups cannot have borders (i.e., user
  agents must ignore the border properties for those elements).

If you set the border-collapse property on that table to "collapse", the border will show.

-Boris
_______________________________________________
mozilla-layout mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-layout

Reply via email to