-
Notifications
You must be signed in to change notification settings - Fork 661
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[css-overflow-4] Confirm interaction of positioned elements and continue:discard #2971
Comments
Judging by https://www.w3.org/TR/css-break-4/#transforms and the idea that discarded contents are like pages that don't get rendered, I think actually discarding contents should be based on where they are positioned. |
Based on #2971 (comment), I thought we should update the spec to something like this:
Thinking more, I don't think that actually works, and we should go back to discarding all positioned elements whose static position in in the discarded content. If the containing block for the absolutely positioned element is the fragmentation container established by the continue property itself, and the top property has a specified value that brings the abspos before the fragmentation break then we're fine. However:
So I think we need to keep discarding all positioned elements whose static position in in the discarded content. Moreover, we have another issue: even if the static position is in the non discarded content (but also if it isn't), if the containing block is a fragmented descendent of the fragmentation container established by the continue property, and Therefore, we probably need to add this as well:
Or possibly this:
Or possibly this:
|
The CSS Working Group just discussed The full IRC log of that discussion<dael> Topic: [css-overflow-3] Confirm interaction of positioned elements and continue:discard<dael> github: https://github.com//issues/2971 <dael> astearns: Should we wait for florian? <dael> fantasai: Let me see state of discussion <dael> fantasai: Question is what happens to elements with relative position or sticky and how to handle if anchor is in discarded section of content <dael> fantasai: Behavior when paginating may be different. <dael> fantasai: Here we need more feedback. Don't know if we can resolve <dael> fantasai: What do we want to spec for stuff that occurs in discarded content but positioned into earlier flow that is not discarded <dael> astearns: need more feedback. Anyone in mind? <dael> fantasai: Various people working on impl and familiar with fragmentation model in their engine <dael> astearns: Anyone on call have an opinion? <dael> astearns: Sounds like raising this issue as needs more GH discussion and we'll take back there |
The spec says:
Are we sure about that? Discussions in the Syndey F2F meeting seemed to generally converge on this, but other possibilities were raised.
The text was updated successfully, but these errors were encountered: