Bug 1529018 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

(In reply to Alexandre Poirot [:ochameau] from comment #0)
> Bug 1527333 highlights another suspicious rule: position:absolute on the <table> element.

Correction: this problematic `position:absolute` styling is actually on the `display:table-row-group` element.  See bug 1358414 comment 34 for why this causes trouble (particularly when you try to put `display:table-row` elements inside of the not-actually-a-table-row-group element.)
(In reply to Alexandre Poirot [:ochameau] from comment #0)
> Bug 1527333 highlights another suspicious rule: position:absolute on the <table> element.

Correction: this problematic `position:absolute` styling is actually on the `display:table-row-group` element.  This makes it effectively `display:block` and breaks the table-part parenting. See bug 1358414 comment 34 for why this causes trouble (particularly when you try to put `display:table-row` elements inside of this not-actually-a-table-row-group element.)

Back to Bug 1529018 Comment 1