Re: [csswg-drafts] [css-tables] percentage resolution (#474)

@mstensho My understanding is that this case is covered by CSS 2, because in that specific case the computed value of the `height` on the div will be `auto` and not `100%`.

> ```
> <percentage>
>  - Specifies a percentage height. 
>  - The percentage is calculated with respect to 
>        the height of the generated box's containing block. 
>  - If the height of the containing block is not specified explicitly (i.e., it depends on content height), 
>        and this element is not absolutely positioned, 
>        the value computes to 'auto'. 
> ```
> ~ https://drafts.csswg.org/css2/visudet.html#the-height-property

I can add a note referring to this in the spec if that would make things clearer.

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

Received on Tuesday, 21 May 2019 08:19:19 UTC