MicrosoftEdge / MicrosoftEdge/MSEdgeExplainers

[CSS Foldable Primitives] `spanning:none` behavior

Open
#377 1 comment 0 reactions 2 assignees View on GitHub

@dlibby- is already working on this.

Since Aug 7, 2020.

Foldables
Dominant language
HTML
Stars
1.4k
Forks
286
Avg merge
3d 1h
Merged PRs (30d)
8

Description

spanning:none can mean 2 things:

  1. 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.

  2. 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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.