Description[CSS Grid Layout] Don't resolve align-self and justify-self properties
during css cascade, but during layout.
There are several reasons why we can't resolve the align-self and
justify-self; anonymous renders and wrappers are not part of the css
cascade, for instance.
There are quite many renders that are implemented using RenderFlexibleBox
but not using the proper display, so they might not want the "stretch"
default behaviour.
Changes in the align-items or justify-items during the layout would
need a style recalculation, which is not desirable. This makes unavoidable
to resolve alignment "auto" values during the layout.
BUG=249451, 376823
Patch Set 1 #
Total comments: 17
Patch Set 2 : Applied suggested comments. #
Messages
Total messages: 12 (0 generated)
|