Flash of unstyled content (FOUC) in Firefox only? Is FF slow renderer?

后端 未结 7 2107
[愿得一人]
[愿得一人] 2021-02-01 16:42

I\'m not seeing this issue in any other browser that I\'ve tested - IE, Chrome, Opera - but whenever I load a page from the server, I\'m seeing a flash of unstyled content befor

7条回答
  •  执笔经年
    2021-02-01 16:52

    For what it's worth, I had this same problem and found that it was being caused by having poorly formatted ... tags.

    To be precise, in my code I accidentally closed the HTML tag too early, like this:

    
    
    
      My title
    

    The code provided by the original poster is missing the opening so I suspect that's probably whats happening there.

提交回复
热议问题