- From: Yves Lafon <ylafon@w3.org>
- Date: Mon, 6 Oct 2014 08:11:21 -0400 (EDT)
- To: Włodzimierz O. Kubera <wlodzimierz@kubera.info>
- cc: 'Philip Taylor' <P.Taylor@Rhul.Ac.Uk>, 'David Dorward' <david@dorward.me.uk>, www-validator-css@w3.org
On Mon, 6 Oct 2014, W?odzimierz O. Kubera wrote:
> Dear Sirs!
>
> Thank you for supporting me.
> I hope the problem will be verified and solved.
> Sirs, please let me now about solving it
> Or please write me a workaround
> (maybe my CSS is incorrect, and this would be a reason).
>
> I highly appreciate the answer.
The issue is not in the markup, but in the server configuration:
In the HTML you have this:
<meta charset="utf-8"/><meta http-equiv="Content-Type" content="text/html;
charset=utf-8"/>
But the server configuration outputs this:
Content-Type: text/html; utf-8
Which is incorrect, it lacks the charset= part.
(And the mime parser needs to be more robust, on our side).
HTH,
> -----Original Message-----
> From: Chaa006 . [mailto:chaa006@gmail.com] On Behalf Of Philip Taylor
> Sent: Saturday, October 4, 2014 9:40 PM
> To: "W?odzimierz O. Kubera"; 'David Dorward'
> Cc: www-validator-css@w3.org
> Subject: Re: Bug report
>
>
>
> W?odzimierz O. Kubera wrote:
>
>> Yes, it is the same error.
>
> Yes, agreed. I had misunderstood and thought it was an error in the main validator, not in the CSS branch. I can replicate the error by clicking through to the CSS validator from the main one.
>
>> Error
>> Target: https://www.kubera.info/screensaver/
>> java.lang.StringIndexOutOfBoundsException: String index out of range:
>> 16
>
> Philip Taylor
>
>
>
--
Baroula que barouleras, au tiéu toujou t'entourneras.
~~Yves
Received on Monday, 6 October 2014 12:11:26 UTC