w3c / css-validator

W3C CSS Validation Service
https://jigsaw.w3.org/css-validator/
Other
204 stars 105 forks source link

content: "🚲"; is a Parse Error and content: "✂️" is not? #378

Closed 1jj closed 1 year ago

1jj commented 2 years ago

See https://validator.nu/?showsource=yes&doc=http%3A%2F%2Fflohmarkt-haundorf.de%2F

Is content: "🚲"; really an error?

ylafon commented 1 year ago

Looks like the page can't be checked by the CSS Validator, https://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fflohmarkt-haundorf.de%2F&profile=css3svg&usermedium=all&warning=1&vextwarning=&lang=en reports a "Forbidden" from this server.

1jj commented 1 year ago

URL is http://flohmarkt-haundorf.de/

No problem for me here ... https://validator.w3.org/nu/?doc=http%3A%2F%2Fflohmarkt-haundorf.de%2F

You may also use text-input with a code like this:

<!DOCTYPE html>test

ylafon commented 1 year ago

Note that it is not exactly the same codebase, that's why I am asking to check with the CSS Validator only, which is currently blocked by the flohmarkt-haundorf.de website.

ylafon commented 1 year ago

Fixed by #386