None
N/A
Removes the non-standard -webkit-perspective-origin-[x,y] CSS properties. Note however that the -webkit-perspective-origin property (an alias of perspective-origin) is not affected.
The regular (parsing-based) use-counters are at about 0.5% of page loads.
https://chromestatus.com/metrics/css/timeline/popularity/310
https://chromestatus.com/metrics/css/timeline/popularity/311
However, a typical pattern is to specify the same values both for a prefixed version of the property and an unprefixed version in order to cover as many UAs as possible. For those cases removing support for the prefixed properties likely has no effect. In order to measure this, a use-counter was added to find whether or not the prefixed properties actually make a difference to the relevant computed values. This use-counter sits at ~0.0002% of page loads.
The -webkit-perspective-origin-[x,y] properties overlap in a non-trivial way with another standard property (perspective-origin). This situation is not supposed to exist, and therefore the interaction -webkit-perspective-origin-[x,y] and perspective-origin is not defined by any spec.
N/A
N/A
Not applicable
Gecko: No signal
WebKit: No signal
Web developers: No signals
Other signals:
Does this intent deprecate or change behavior of existing APIs, such that it has potentially high risk for Android WebView-based applications?
N/A
No
N/A
False
109
https://chromestatus.com/feature/5141814818897920
This intent message was generated by Chrome Platform Status.
Cheers,
Rego
--
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+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/108be604-0065-3ebc-e911-45588e63e9f3%40igalia.com.
On Thu, Oct 27, 2022 at 11:27 AM Manuel Rego Casasnovas <re...@igalia.com> wrote:
What's the status in other browsers?
- WebKit does not support it (anymore).
Could you point to a commit or a bug? I've only been able to find https://bugs.webkit.org/show_bug.cgi?id=240271, which suggests that the prefixed variants do exist (and devtools will autocomplete them in the latest Safari Tech Preview 156).
That said, I'm unaware of content that relies on these two properties (cf. https://compat.spec.whatwg.org/#propdef--webkit-perspective-origin).
thanks,
Mike
On 10/27/22 5:41 AM, Anders Hartvoll Ruud wrote:
On Thu, Oct 27, 2022 at 11:27 AM Manuel Rego Casasnovas <re...@igalia.com> wrote:
What's the status in other browsers?
- WebKit does not support it (anymore).
Could you point to a commit or a bug? I've only been able to find https://bugs.webkit.org/show_bug.cgi?id=240271, which suggests that the prefixed variants do exist (and devtools will autocomplete them in the latest Safari Tech Preview 156).
Do we know how bad is the breakage in some of the pages that are hitting
the new use counter?
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/f6799f5b-711f-31a9-be0e-56683a8245ef%40igalia.com.
On Fri, Oct 28, 2022 at 4:36 AM Manuel Rego Casasnovas <re...@igalia.com> wrote:
Do we know how bad is the breakage in some of the pages that are hitting
the new use counter?
Yeah 0.0002% is in the grey zone of being low enough to not be a problem. My hunch, given the lack of support in Firefox, is that they're going to somehow not actually result in any visual change or maybe result in some minor cosmetic issues. In which case I think aligning with Firefox would be good and we should ship this. Anders, can you spot check say 10 origins from the HTTPArchive list and let us know what you find in terms of breakage? If all 10 are unimpacted or have only very minor visual impact, then that drops this down to the "usually insignificant" level of potential breakage.
Yep, the fact that Gecko never felt a compat need to implement is
promising. +1 to doing a random sample to get a sense of impact
severity.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/94fb36b7-4bae-a647-453c-39983ca6976e%40chromium.org.