My Google Chrome woes – resolved!

So here’s me, writing silly CSS expressions like p:empty {padding: 0; display: none;}, and forgetting about them several days down the line.

Google Chrome decides to render CSS before the page has finished loading it’s content. Therefore, if you’re wondering why paragraphs that AREN’T empty aren’t showing up, this could be why.

Other browsers render the content fine, just for the record. Probably because they do things logically, like load the DOM and the content before loading and rendering the CSS. Bit stupid really.

No Comments

Leave a Reply

Your email is never shared.Required fields are marked *