WPIntell

Source evidence

Css minify error with -webkit-background-clip

PageSpeed Ninja – Cache, Minify, Defer CSS JavaScript, Critical CSS, Optimize Images, Convert WebP · support · 2021-12-06T09:36:00+00:00

complaintsentiment
mediumseverity
0.81relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 35 rows with source links

17.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

29 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
degorych unresolved
If I use css minification some of my styles (-webkit-background-clip, -webkit-text-fill-color) are deleting. In admin mode minification not using and styles are showing. PSN tries to detect browser’s engine and keeps prefixed CSS rules for that engine only: -webkit- for webkit/blink-based browsers (Chrome and friends), -moz- for gecko (Firefox), -ms- for trident (IE). In the next major release this feature will be removed (because Firefox supports some -webkit- prefixes as well). So, there are two questions: what browser do you use? and do you have a 3rdparty caching plugin that may cache pages for one browser (e.g. Firefox) and display them in another browser (e.g. Chrome)?

Comments

1 shown
Denis Ryabov 2021-12-08T19:58:00+00:00

PSN tries to detect browser’s engine and keeps prefixed CSS rules for that engine only: -webkit- for webkit/blink-based browsers (Chrome and friends), -moz- for gecko (Firefox), -ms- for trident (IE). In the next major release this feature will be removed (because Firefox supports some -webkit- prefixes as well). So, there are two questions: what browser do you use? and do you have a 3rdparty caching plugin that may cache pages for one browser (e.g. Firefox) and display them in another browser (e.g. Chrome)?