HTML-Renderer
HTML-Renderer copied to clipboard
Update CssLayoutEngineTable.cs
thead elements where not being styled, because the Rect size was {0,0,0,0}. So I added some calculations in LayoutCells for this.
I'll merge this in soon.
so... what happened afterward?
@EjaYF could you tell me what that warning was for?
I rebased this PR and added null reference guards.
I don't exactly see what the error case is, because when I style <th> elements, it works fine for me without this fix.