Does css block rendering?

  • CSS will not block the parsing of the dom tree
  • css will block the rendering of the dom tree
  • css loading will block the execution of subsequent js

Guess you like

Origin blog.csdn.net/weixin_43956521/article/details/112540710