- From: François REMY via GitHub <sysbot+gh@w3.org>
- Date: Tue, 21 May 2019 08:19:17 +0000
- To: public-css-archive@w3.org
@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