Skip to content
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

Fixed position elements can only have the viewport as the containing block #18122

Open
mrobinson opened this issue Aug 17, 2017 · 0 comments
Open

Comments

@mrobinson
Copy link
Member

@mrobinson mrobinson commented Aug 17, 2017

Currently Servo assumes that fixed position elements will only have the viewport as the containing block. The spec describes other situations where this may be the case though:

  • A transform or perspective value other than none
  • A will-change value of transform or perspective
  • A filter value other than none or a will-change value of filter (only works on Firefox).

This probably means that Flows will need to carry a fixed containing block link, like they do for absolute containing blocks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.