(no title)
ishouldbework | 3 months ago
<style class="fallback">body{visibility:hidden;white-space:pre;font-family:monospace}</style>
which is then unset by JS, with no <noscript> anywhere, is just... I just get white page.Changing it to
<style class="fallback">body{white-space:pre-wrap;font-family:monospace}</style>
gives perfectly readable web, so it seem bit... pointless.
No comments yet.