Validation delay

Hello,

i have been validating my code with https://validator.w3.org/ and The W3C CSS Validation Service

i have succesfuly fixed my errors, but the validation doesnt change / correct at least for quite a while… hours

just me?

anything i can do?

just be patient?

thanks!

Hi! You forgot to share your code :slightly_smiling_face:

which validation are you talking about?

but one thing may be cache, it usually aggressively keeps infos

Hello,

lines 212 - 218


.cards li {
  border: 2px solid #490A3D;
  border-radius:5px;
  background-color:  rgba(0, 151, 255, 1);
  color: #fff;
  flex: 1 1 200px;
}

please see
https://jigsaw.w3.org/css-validator/validator?uri=forallthetime.com%2FBI-100%2Fstyle.css&profile=css3svg&usermedium=all&warning=1&vextwarning=&lang=en

please see my adjustment… specificaly background-color: rgba(0, 151, 255, 1);

i removed 72% yet it still shows error

seriously, thank you for heping me here :slight_smile:

You can validate by pasting the input in, it looks like it’s a cache issue

https://shouldiblamecaching.com/

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.