- From: Koji Ishii via GitHub <sysbot+gh@w3.org>
- Date: Tue, 01 Nov 2016 06:06:37 +0000
- To: public-css-archive@w3.org
Isn't [7.3.1. Available Space in Orthogonal Flows](https://drafts.csswg.org/css-writing-modes-3/#orthogonal-auto) the definition for this case? > the available inline space to be indefinite. In such cases a percentage of the containing block’s inline size cannot be defined, and inline axis computations cannot be resolved. In these cases, the initial containing block’s size is used as a fallback variable in place of the available inline space for calculations that require a definite available inline size. Blink falls back to ICB logical height if the CB's logical height is not fixed and available logical height is not definite. Code [here](LayoutBox::perpendicularContainingBlockLogicalHeight). -- GitHub Notification of comment by kojiishi Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/555#issuecomment-257495761 using your GitHub account
Received on Tuesday, 1 November 2016 06:06:43 UTC