background-clip: text doesn't get expected vendor prefix
#1081
Comments
|
Hi @ai sure thing! Just to clarify, you mean an example JSON file with the example code? |
|
Ah, I think you're referring to the |
|
Yeap, you need to create new JSON file about |
|
Done! Let's see if I did well.. Here's the link to the PR |
|
@jmmarco awesome! Do you want to send PR to the Autoprefixer as well to got so big project in GitHub profile? You need:
|
|
Edge 15+ Supports the text value without any prefixes according to what I read on MDN before |
|
@jmmarco yeap @HM100 is right. Can you send additional PR to Can I Use? Also it will be good to add explicit note for Edge, that they used But the plan for Autoprefixer is the same. Autoprefixer anyway need a hack for Edge in case if somebody will need prefixes for Edge 12. |
|
Sure, I'll be happy to create the PR for autoprefixer. First, I'll go ahead and update the PR on |
|
Created a new PR with the requested support for Edge 15+ |
|
Cool. You can send PR to Autoprefixer before accepting that Can I Use PR. |
|
Hi @ai I'm trying to figure out how to do this PR, however I'm not sure of where to add |
|
@jmmarco sure. It should be something like https://github.com/postcss/autoprefixer/blob/master/data/prefixes.js#L446-L453 |
|
Done 73c7b6a |
|
Released in 9.1 |
Hello👋
I was trying to get the necessary vendor prefix for the
background-clipproperty usinghttps://autoprefixer.github.io/.Input:
Expected Output:
Current Output:
According to caniuse, support for Firefox, Chrome and Safari can be achieved by using the unoficial:
-webkit-background-clip: textThe text was updated successfully, but these errors were encountered: