|
|
|
|
|
by shadowgovt
1692 days ago
|
|
"When" can definitely affect the end result if the page elements are arranged such that they break the rules implied by the contain logic. For example, the `paint` rule implies that child elements have their renderable pixels completely within the containing parent. If the containing parent is moved off screen, computation of whether any of its children need to be painted is skipped. That will cause the child to vanish if it extends outside the parent. |
|