Boris Zbarsky wrote:
It seems to me that we should perhaps be taking the GetSkipSides for the frame into account when determining self-emptiness... The problem is that this state isn't really reliable until after bidi reordering and the like, right?
On the other hand, bidi reordering might change the outcome of IsSelfEmpty() in some rare cases, but should never change IsEmpty(), right? So maybe it's safe to just set a bit during reflow if we end up in a situation where we skip both start and end sides, and return IsSelfEmpty() == true in those cases?
-Boris _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

