Re: [csswg-drafts] [css-tables] visibility: collapse

**Summary**
In the basic scenario, FF/Edge agree that setting `visibility: collapse` will clip any content within the collapsed row/column. The area where FF/Edge diverge is when content that spans into a collapsed row or column, what should happen to this content? Edge clips to the border box, Firefox overflows the visible bounds.

**Face to face recommendation**
We have specified the Edge behavior, as the author has specifically requested that the content within the row/column should be collapsed, as such the content should be clipped to remain consistent with the basic behavior.

**Examples**
https://jsfiddle.net/v23h0338/

-- 
GitHub Notification of comment by gregwhitworth
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/478#issuecomment-319425926 using your GitHub account

Received on Tuesday, 1 August 2017 16:36:43 UTC