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

CSS Spanning outdated #99

Closed
lauramorinigo opened this issue Jan 31, 2022 · 0 comments · Fixed by #108
Closed

CSS Spanning outdated #99

lauramorinigo opened this issue Jan 31, 2022 · 0 comments · Fixed by #108

Comments

@lauramorinigo
Copy link
Contributor

In the example 2, the draft mention the following:
@media (device-posture: folded) and (screen-spanning: single-fold-vertical) { ... }

The screen-spanning is outdated and should be replaced with vertical-viewport-segments:1, same for flex: 1 1 env(fold-bottom); since the newly updated CSS viewport segments media query.
Anyway, we received some feedback from developers that it can be confusing because it looks like vertical-viewport-segment (screen-spanning in this case) it's part of the current Device Posture API but it's not. Therefore the other fix would be to remove it.
Thoughts?

darktears added a commit to darktears/device-posture that referenced this issue Mar 6, 2024
darktears added a commit that referenced this issue Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant