Bug 197150
| Summary: | Clarify normal flow vs. stacking layers in RenderLayer | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
| Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | bfulgham, simon.fraser, zalan |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Simon Fraser (smfr)
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Simon Fraser (smfr)
A position:relative layer is not normal flow, and not a stacking context.