Re: Intent to implement: Visual Viewport API

2018-07-24 Thread Botond Ballo
On Tue, Jul 24, 2018 at 4:22 AM, Michael de Boer wrote: > About the desktop perspective: is pinch-to-zoom a completely separate thing > from full-page-zoom as can be controlled right now with Ctrl+ and Ctrl- using > the > keyboard? Yes. The two have different behaviours (as Boris mentioned, one

Re: Intent to implement and ship: CSS prefers-reduced-motion media feature for Windows and MacOSX

2018-07-24 Thread Tom Ritter
As far as I can tell the specification does not indicate any privacy concerns; even though this exposes a system preference. I'd request that if Resist Fingerprinting is enabled; the browser behaves as if the user has not set any preference. -tom On Tue, Jul 24, 2018 at 2:34 AM, Hiroyuki Ikezoe

Re: Intent to implement: Visual Viewport API

2018-07-24 Thread Boris Zbarsky
On 7/24/18 4:22 AM, Michael de Boer wrote: About the desktop perspective: is pinch-to-zoom a completely separate thing from full-page-zoom as can be controlled right now with Ctrl+ and Ctrl- using the keyboard? Yes. As a simple example, full-page-zoom does relayout (e.g. can change where li

Re: Intent to implement and ship: CSS prefers-reduced-motion media feature for Windows and MacOSX

2018-07-24 Thread Boris Zbarsky
On 7/24/18 3:34 AM, Hiroyuki Ikezoe wrote: Secure contexts: Yes Why? -Boris ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

Re: Intent to implement: Visual Viewport API

2018-07-24 Thread Cameron McCormack
On Tue, Jul 24, 2018, at 12:22 PM, Boris Zbarsky wrote: > On 7/23/18 7:36 PM, Tanushree Podder wrote: > > Secure contexts: Yes > > I'm not sure what this line means here. I updated the intent to implement template at https://wiki.mozilla.org/ExposureGuidelines#Intent_to_implement to make it cle

Re: Intent to implement: Visual Viewport API

2018-07-24 Thread Michael de Boer
> On 24 Jul 2018, at 01:36, Tanushree Podder wrote: > > Summary: Mobile web pages contain two viewports, the layout viewport and > the visual viewport. The layout viewport consists of all the page contents > and is specified by the meta-viewport tag. The visual viewport is the > actual visible

Intent to implement and ship: CSS prefers-reduced-motion media feature for Windows and MacOSX

2018-07-24 Thread Hiroyuki Ikezoe
Summary: By using CSS prefers-reduced-motion media feature, web developers can provide contents depending on a system setting that users want *motion-less* content. A WebKit blog post [1] might be useful to know this feature in more detail. Bugs: https://bugzilla.mozilla.org/show_bug.cgi?id=1365