Closed
Description
https://drafts.csswg.org/css-display-3/#css-parent-box says:
The parent box of an element’s principal box is (except in the case of run-in) the principal box of its nearest ancestor element that generates a box.
The above implies that an anonymous box is not the parent box of any element's principal box, whereas I believe that it is desired that anonymous boxes can have an element's principal box as a child box, and that the anonymous box should sometimes furthermore establish the containing block for an element's principal box.