DescriptionImplement Layout Containment
Layout containment provides a guarantee that an element's subtree will
not escape its bounds in a layout-impactful way. This means that the
element's descendants don't impact its size, so it collapses away
when the size isn't specified. It also creates a formatting context.
Layout Containment description from spec:
https://drafts.csswg.org/css-containment/#containment-layout
Intent to implement:
https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/9W80Kw-z3ss
BUG=561713
Committed: https://crrev.com/b66c49fa179e76970cc9cf4500fee1f9f0ff2cb8
Cr-Commit-Position: refs/heads/master@{#378906}
Patch Set 1 #
Total comments: 1
Patch Set 2 : Add additional test case and descriptions #
Total comments: 3
Patch Set 3 : Address Ojan's first comment #Patch Set 4 : ToT-ed #Patch Set 5 : Switch to Ahem. #
Messages
Total messages: 17 (5 generated)
|