I went to the W3C's CSS validator website, https://jigsaw.w3.org/css-validator/ and put the URL for a website I am working on into it to see if it had any CSS errors.
Straight away I was thrown off by the following
Property text-rendering doesn't exist : geometricPrecision
I cannot find anything in this article that says the attribute is not valid, although it had less-than-ideal browser support.
Is the error going to cause an issue and should I include a fallback attribute?