When this webpage loads, it briefly flashes in plaintext before loading CSS - at least in Chrome. This is unusual since it has the CSS stylesheet in the head which I thought would block until it's fully loaded. Does anyone know what's going on with that?
At least that's my theory. You could test this by inserting an empty tag into the , which should delay DOMContentLoaded until the style arrives and prevent the flash of unstyled content.