renyard / validity

A Google Chrome extension for validating HTML.
https://chrome.google.com/webstore/detail/bbicmjjbohdfglopkidebfccilipgeif
Apache License 2.0
90 stars 22 forks source link

Caching Problem? Errors are still reported even when fixed. #21

Closed lukearmstrong closed 7 years ago

lukearmstrong commented 11 years ago

Seems that as soon as you validate a page, the errors that it reports will always be reported even after you fix them. No amount of refreshing or re-validating will get it to stop showing the same errors.

I'm not sure if the source is being cached, or the response from the validator is being cached, but even if I clear the browser's cache is still reports the same errors even though they have been fixed and it reports there are no errors on pages I haven't validated yet even though they share the same code that I had fixed.

OS: Mac OSX 10.8.3 Chrome: 26.0.1410.65 Validity: v1.2.4

lukearmstrong commented 11 years ago

Hmmm, this also happens with the Web Developer extension when running Validate Local HTML, so it looks like it could be a Chrome bug.