I did have a quick search but couldn't find it anywhere. I have provided an image of what I mean. I mostly notice it on
-webkit-appearnce:
it seems to be crossed out in VSCode for some reason, what does this mean?
I did have a quick search but couldn't find it anywhere. I have provided an image of what I mean. I mostly notice it on
-webkit-appearnce:
it seems to be crossed out in VSCode for some reason, what does this mean?
I t means it's an experimental technology. You might find this messages on some properties in the MDN docs:
This is an experimental technology.
Check the Browser compatibility table carefully before using this in production.
also
Compatibility note: If you wish to use this property on websites, you should test it very carefully. Although it is supported in most modern browsers, its implementation varies widely. In older browsers, even the keyword none does not have the same effect on all form elements across different browsers, and some do not support it at all. The differences are smaller in the newest browsers.
It's there (the strike through) to warn you that this is an experimental feature or that it's not fully compatible