Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Learn More

Firefox ESR 52.4.0 - Single line error in CSS file crashes whole rest of stylesheets - why?

  • 1 resposta
  • 1 tem este problema
  • 6 visualizações
  • Última resposta de cor-el

more options

Hello, a customer works with the latest ESR version of Firefox (52.4.0) and had an issue with his website. The main css file contained an error (something like "background:url(../img url(../img/icon_twitter.png) no-repeat 0 0;") in the middle of the file. While every other browser interpreted the following lines as usual, the Firefox ESR stopped working from this point on, resulting in a partially destroyed layout. (The css file was not merged, compressed or gzipped.) Well, the error was removed and the website is fine now, but is there a reason, why the ESR version doesn' t just ignore errors in single lines? Every other browser behaves like that.

Thanks for your help.

Hello, a customer works with the latest ESR version of Firefox (52.4.0) and had an issue with his website. The main css file contained an error (something like "background:url(../img url(../img/icon_twitter.png) no-repeat 0 0;") in the middle of the file. While every other browser interpreted the following lines as usual, the Firefox ESR stopped working from this point on, resulting in a partially destroyed layout. (The css file was not merged, compressed or gzipped.) Well, the error was removed and the website is fine now, but is there a reason, why the ESR version doesn' t just ignore errors in single lines? Every other browser behaves like that. Thanks for your help.

Todas as respostas (1)

more options

Did the Developer Edition work better in this aspect or does it has the same behavior? If there are issues with parenthesis or quotes not getting terminated properly then the behavior in Firefox is unpredictable. You can use this for Troubleshooting purposes or possibly check the number of reported rules and compare this with the expected number. See also the Web Console.