[csswg-drafts] [css-env-1] values for screen edge avoidance in fullscreen

grorg has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-env-1] values for screen edge avoidance in fullscreen ==
Similar to #2868, but for fullscreen UI. That is, they apply when a page or element has been taken fullscreen, and refer to UI that is overlaid by the hosting app. For example, a fullscreen interface on a touch device might have a close button in one of the corners, and the page should avoid putting essential content underneath.

The four values are:

- `fullscreen-inset-top`
- `fullscreen-inset-right`
- `fullscreen-inset-bottom`
- `fullscreen-inset-left`

They evaluate to a `<length>` value.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2871 using your GitHub account

Received on Tuesday, 3 July 2018 06:17:18 UTC