[device-posture] CSS Spanning outdated (#99)

lauramorinigo has just created a new issue for https://github.com/w3c/device-posture:

== CSS Spanning outdated ==
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?

Please view or discuss this issue at https://github.com/w3c/device-posture/issues/99 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 31 January 2022 21:09:40 UTC