On Thu, 23 Feb 2023, Tobias Burnus wrote: > PS: I also removed a stray </code>, but admittedly only after the > commit. I found it by manually running those through the w3 validator > site. However, I did not see an automatic email, either it takes longer > or does it no longer run? It did in the past!
You are right, and this is a sore / sad point: validator.w3.org that we used in the past now only supports interactive sessions. And they even broke support for the Referer header, so I also had to remove the checking link I had embedded in all of our pages. These days I invoke the validator (via a version of the original script) when I see a commit. Which indeed leads to many orders of magnitude longer delays. Sadly I don't have a better alternative. :-( Gerald