Re: [csswg-drafts] [css-tables] percentage resolution

**Summary of the issue**
> ```<td><div style="height: 100%"></div></td>```
>
> I reviewed all of dbaron's test cases. they are 100% interoperable between Edge and Chrome.
> 
> They also match the proposed spec text and testcases.

**Face to face recommendation**
> Resolve on proposed spec text:
> - During the first layout pass:
>   - neither ```<table>``` nor ```<tr>``` nor ```<td>``` has height -> they behave as auto
>   - else if overflow:scroll|auto -> they resolve to "0px" (webkit+gecko webcompat)
>   - else -> they resolve to "auto" 
> - During second pass:
>   - neither ```<table>``` nor ```<tr>``` nor ```<td>``` has height -> they behave as auto
>   - else they resolve based on row's final height

**Examples**
> https://wptest.center/#/zez4x1 (Edge+Chrome)
> https://wptest.center/#/d1e6b2 (Firefox+Chrome)

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

Received on Monday, 24 July 2017 20:28:27 UTC