Results 510 comments of sideshowbarker

This issue is specifically about the `media` attribute being allowed with the `meta` element, like this: ```html ```

https://github.com/shapesecurity/salvation/issues/232

What @nschonni said. Otherwise, the brew-installed `vnu` command can’t be invoked to run the standalone server. That `vnu` command is just this: ``` $ cat /usr/local/bin/vnu #!/bin/bash export JAVA_HOME="${JAVA_HOME:-/usr/local/opt/openjdk/libexec/openjdk.jdk/Contents/Home}" exec...

> > Probably something upstream at [w3c/css-validator](https://github.com/w3c/css-validator) > > I don’t think so. I tried all of the examples from the updated ZIP file with [the online version of that...

> We can submit a PR to fix 2) but there are two options: > > a) just remove `file://abc|/foo/bar` from the isvalid tests > b) move `file://abc|/foo/bar` from the...

> The following html triggers a bug in the tokenizer: > > `&abc` > > You'd expect this to cause a validation error. I think per the current spec, `&abc`...

> I was using the following dependency: > > ``` > > nu.validator > validator > 20.7.2 > test > > ``` Yeah, that’s not up to date with the...

Yes, I see what you mean. What do think of the following replacements? > An img element with any aria-* attributes other than aria-hidden must also have an alt attribute....

Thanks but I should note that the lack of the Travis badge is intentional — I added it at one time but then subsequently removed it, because it’s not clear...

Are you entering the text directly into the https://validator.w3.org/nu/#textarea form or are you sending the document using the HTTP API? If you’re using the https://validator.w3.org/nu/#textarea form, in which browsers? Does...