Re: Invalid URL
"Jukka K. Korpela" <[email protected]> Wed, 24 Oct 2012 10:05:10 +0300
| Newsgroups | gmane.org.w3c.validator.css |
|---|---|
| Message-ID | <[email protected]> |
2012-10-23 20:57, Michael Rolfe wrote:
[apparently referring to something like hr { width="100%" }]
> gives rise to:
>
> 92 hr Value Error : width Parse Error width="100%"
>
> which gives a link to:
>
> http://jigsaw.w3.org/css-validator/nullvisudet.html#propdef-width
>
> which gives rise to:
>
> Invalid URL
>
> The URL that you requested is not available on that server.
This seems to be a bug of a rather general nature, relating to all (?)
properties.
E.g., the style sheet
a { color: prank; }
causes an error message where the word "color" is a link to
http://jigsaw.w3.org/css-validator/nullcolors.html#propdef-color
which does not work (404, with "Invalid URL" error document - somewhat
questionable formulation, since the URL is valid, it just does not
currently refer to any resource).
Yucca