web-platform-tests / interop

web-platform-tests Interop project
https://wpt.fyi/interop
306 stars 28 forks source link

The Layout Viewport and Viewport-Relative Lengths #870

Open bramus opened 1 week ago

bramus commented 1 week ago

Description

This is a partial reprise from this issue from last year, but this time not as an investigation project - something that was already covered in 2022.

The focus of the proposal targets:

Right now there is no interop across browsers on mobile, nor in WebViews and IABs.

Specification

(see list above)

Additional Signals

ryantownsend commented 6 days ago

@bramus does this cover the Virtual Keyboard? Because that’s a minefield that definitely needs a cross-browser CSS-only solution.

bramus commented 6 days ago

The Virtual Keyboard API is not included in the scope of this proposal.

jgraham commented 16 hours ago

Is this proposal already covered by web-platform-tests (assuming that they can be run on mobile)?

bramus commented 15 hours ago

There are some basic tests using the units:

But these tests don’t actually test the changes that would occur on mobile. Some of the demos from https://github.com/web-platform-tests/interop-2022-viewport could form the basis for new tests.