On 11/30/09 8:24 PM, Mike Shaver wrote:
Where F is a floated-right image -- could get 7 (?) rects, maybe?  I'm
not sure how the implementation would split those out, tbh.

Our implementation returns one client rect per continuation at the moment. That means that you'll get at least one per line when the span line-wraps. You will also get multiple rects on a single line if there are bidi continuations involved. You will also get multiple rects if the inline contains blocks, of course (since that effectively causes line-wrapping, but you will also, in Gecko, get a rect for the wrapper block around the block child).

-Boris
_______________________________________________
dev-tech-layout mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-layout

Reply via email to