Intent to Deprecate and Remove: -webkit-{min-,max-}logical-{width,height}
Primary eng (and PM) emails
Summary
Depreciate and remove css properties -webkit-{min-,max-}logical-{width,height}, the usages of these are <= 0.03%
Motivation
The usage of these css properties is <= 0.03%, And firefox doesn’t implement [max,]-logical-[width,height].
Useage
metrics from chromestatus.com:
webkit-min-logical-width: 0.0046%
webkit-min-logical-height: 0.0007%
webkit-max-logical-width: 0.0007%
webkit-max-logical-height: 0.0003%
Compatibility Risk
None. IE/FF doesn't support this.
Usage information from UseCounter
All of these have usage that rounds to 0%.
OWP launch tracking bug
https://bugs.chromium.org/p/chromium/issues/detail?id=439900
Entry on the feature dashboard
There doesn't appear to be a chromestatus entry. But metrics link:
https://www.chromestatus.com/metrics/css/popularity#webkit-min-logical-width
https://www.chromestatus.com/metrics/css/popularity#webkit-min-logical-height
https://www.chromestatus.com/metrics/css/popularity#webkit-max-logical-width
https://www.chromestatus.com/metrics/css/popularity#webkit-max-logical-height
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscribe@chromium.org.
☆PhistucK
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
--
You received this message because you are subscribed to a topic in the Google Groups "blink-dev" group.
To unsubscribe from this topic, visit
https://groups.google.com/a/chromium.org/d/topic/blink-dev/VbPI65jBMIc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
blink-dev+...@chromium.org.
☆PhistucK
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscribe@chromium.org.
--
You received this message because you are subscribed to a topic in the Google Groups "blink-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/a/chromium.org/d/topic/blink-dev/VbPI65jBMIc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to blink-dev+unsubscribe@chromium.org.
With this case http://jsfiddle.net/edelman/CKRZg/ on:
Edge(20.10240.16384.0): different width;
IE: different width;
FF(35.0.1/Ubuntu): different width;
chrome(54.0.2840.99 m): same width(Works).
But this case only cover webkit-min-logical-width. Will try other three css properties.
☆PhistucK
☆PhistucK
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
--
You received this message because you are subscribed to a topic in the Google Groups "blink-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/a/chromium.org/d/topic/blink-dev/VbPI65jBMIc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to blink-dev+...@chromium.org.
--
You received this message because you are subscribed to a topic in the Google Groups "blink-dev" group.
To unsubscribe from this topic, visit
https://groups.google.com/a/chromium.org/d/topic/blink-dev/VbPI65jBMIc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to blink-dev+...@chromium.org.
> email to blink-dev+unsubscribe@chromium.org.
>
>
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "blink-dev" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/a/chromium.org/d/topic/blink-dev/VbPI65jBMIc/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
>
>
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "blink-dev" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/a/chromium.org/d/topic/blink-dev/VbPI65jBMIc/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscribe@chromium.org.
-webkit-{min,max}-logical-{width,height} ==> -{min,max}-logical-{width,height}
-webkit-logical-{width,height} ==> -logical-{width,height}
Regards,
To unsubscribe from this group and all its topics, send an email to blink-dev+unsubscribe@chromium.org.
☆PhistucK
To unsubscribe from this group and all its topics, send an email to blink-dev+...@chromium.org.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscribe@chromium.org.