NEW197150
Clarify normal flow vs. stacking layers in RenderLayer
https://bugs.webkit.org/show_bug.cgi?id=197150
Summary Clarify normal flow vs. stacking layers in RenderLayer
Simon Fraser (smfr)
Reported 2019-04-21 10:10:22 PDT
collectZOrderLayers() has logic that says: bool stacking = isStackingContext(); if (!isNormalFlowOnly()) ... but it's no clear if a layer can be neither stacking nor normal flow only.
Attachments
Simon Fraser (smfr)
Comment 1 2019-04-23 14:00:55 PDT
A position:relative layer is not normal flow, and not a stacking context.
Note You need to log in before you can comment on or make changes to this bug.