Archived topic
Invalid CSS border-radius:none
9 replies · Started by Grant on March 17, 2020
Sorry this is probably an off topic question but I know you guys are good at css and maybe could point me in the right direction.
So I get the invalid CSS through the W3 validator:
border-radius:none
First question: Is this anything to do with GeneratePress? (I personally don't think so)
Second: I tried searching github for a wordpress issue but came up with nothing. Any links?
Thirdly: I think this might have something to do with Gutenberg.
Thanks for any tips!
Grant
Hi there,
I believe the default value here is what you are looking for:
https://www.w3schools.com/cssref/css3_pr_border-radius.asp
THanks for your response and yes I am aware of the valid values for the css however I am trying to find the source of this.
Thanks!
Grant
Not sure what you mean by the source?
none is just not a valid value for border-radius
Right! I am trying to find what is outputting this css code on my site...
;mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;border-radius:none}}
Tough to tell especially you have caching plugin turned on.
Maybe it's coming from a plugin?
I know it's an endless quest to find.
Thanks anyways!
Grant
No problem :)
Good news! Looks like the beta version of the up coming Wordpress solves this!
Glad to hear :)