Results 513 comments of sideshowbarker

Either remove the `alt` attribute from that `area` element, or else add an `href` attribute to the element — to make the markup snippet in the issue description conform to...

> would it be possible to make the message more explicit ? It’s possible, but it requires taking some logic out of the portable (RelaxNG) schema/grammar that the checker uses,...

> Right because being an automata, it knows where it failed not how it arrived there right ? So when it reaches this section : > > ``` > &...

> Just a thought, if we swap the 2 lines quoted Swapping the lines won’t make any difference. The order doesn’t matter

> Would be very helpful to APG if we could filter specific errors based on path. Any outlook for this? It’s very unlikely this will ever rise up high enough...

> Agree there are lots of other ways to filter certain files from being checked; that isn't what we need. > > We want to say "this specific warning or...

> I think it's because `vnu` application expects UTF8 console encoding but doesn't set this on Windows. Yeah, the solution is to set the encoding to UTF8 in whatever console...

> Either via `chcp 65001>nul` inside `vnu.bat` What `vnu.bat`? From where?

If you mean the `vnu-runtime-image\bin\vnu.bat` file, then that’s a generated file — generated by `jlink` — and I don’t personally have any idea if there’s some way to make `jlink`...

Instead of setting the console encoding to UTF-8, it’s also possible to use the [`--asciiquotes` option](https://github.com/validator/validator/wiki/Service-%C2%BB-Common-params#asciiquotes): ``` vnu-runtime-image\bin\vnu.bat --asciiquotes FILES ```