MicrosoftEdge / MicrosoftEdge/MSEdgeExplainers
[CSS Foldable Primitives] `spanning:none` behavior
@dlibby- is already working on this.
Since Aug 7, 2020.
- Dominant language
- HTML
- Stars
- 1.4k
- Forks
- 286
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 8
Description
spanning:none can mean 2 things:
-
the browser window is not spanning, period.
in that case we match: desktops, smartphones, tablets, as well as dual-screen & foldable devices when the browser is not spanned across the 2 display region. -
the browser window is not spanning, but the device can span
in this case we should only match a dual-screen or foldable-device where the browser can span, but it's not spanned at the moment.
today we it matches option 1, but I think it should match option 2.
use case
a web game with a specific layout that is optimized for dual-screen experience, where the controller needs to be visible at the bottom screen and game play on the top, might want to be able to ask the user to span or rotate their device.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.