Re: Zoom use case

Last we spoke about this in New York, Microsoft wanted to either kill the zoom property (i.e. actually remove it from the implementations that support it), or to spec it and have it interoperably implemented across the board. The general preference was in favor of killing it, but Apple had some reservations and wanted to check more data before committing to killing it.

https://lists.w3.org/Archives/Public/www-style/2015May/0282.html

I may have missed something, but I believe we did not revisit the topic later on, so we are still there: There's a general preference for getting rid of it, but no commitment, and we have a proposed spec that we could adopt if we decide to keep it after all.

I believe the ball is in Apple's court.

- Florian

> On Feb 8, 2016, at 16:17, Karl Dubost <kdubost@mozilla.com> wrote:
> 
> On https://lists.w3.org/Archives/Public/www-style/2015May/0285.html
> was discussed about the necessity to gather data about it. 
> 
> 
> Firefox is currently the only one to NOT implement zoom [1], and it creates Web Compatibility issues for at least two sites in Japan.
> 
> * Tokyo Metro
>  https://webcompat.com/issues/1118
> 
>    if (userAgentCheck('iPhone', 'iPod', 'Android')) {
>        $(window).bind('resize load', function() {
>            $("html").css("zoom", $(window).width() / 640);
>        });
>    }
> 
> 
> * CircleSunkus
>  https://webcompat.com/issues/952
> 
>    <html style="zoom: 0.5625;">
> 
> and
> 
>    //viewport
>    $(window).bind('resize load', function
>    (){
>        $("html").css("zoom" , $(window).width()/640);
>    });
> 
> 
> 
> 
> This is not much, but at least some concrete data. 
> Mike Taylor has also written [2] about it.
> 
> 
> [1]: https://bugzilla.mozilla.org/show_bug.cgi?id=390936
> [2]: https://miketaylr.com/posts/2015/05/circleksunkus-dot-jp-zoom.html
> 
> 
> -- 
> Karl Dubost, Mozilla
> http://www.la-grange.net/karl/moz
> 
> 

Received on Monday, 8 February 2016 08:55:54 UTC