[csswg-drafts] [css-display] Must a non-box-generated containing block be the initial containing block?

Loirooriol has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-display] Must a non-box-generated containing block be the initial containing block? ==
The [containing block](https://drafts.csswg.org/css-display-3/#containing-block) definition says

> a containing block is not a box (it is a rectangle), however it is often derived from the dimensions of a box. If properties of a containing block are referenced, they reference the values on the box that generated the containing block. (For the initial containing block, the values are taken from the root element.)

But what if something references a property of a containing block that has not been generated by any box, and is not the initial containing block?

According to CSS 2 and CSS Position, I think this case is not possible, but then you should say so. Otherwise, if it's possible, define what should happen.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1672 using your GitHub account

Received on Tuesday, 1 August 2017 20:18:36 UTC