请简述浏览器渲染页面的过程,并给出下方script代码中对哪些CSS属性的...

发布于 2022-03-03 16:47:56

请简述浏览器渲染页面的过程,并给出下方script代码中对哪些CSS属性的"修改"会触发重绘(repaint)和重排(reflow)?
<style>.sg-container {padding: 10pxmargin-bottom: 10pxwidth: 100px height: 100px}</style>
<div class="sg-container">
    <p style="line-height:20px">2019搜狗校园招聘</p>
<script>
    document.querySelector('p').style.cssText +='height:10px line-height:24pxfont-size:20pxvisibility:hiddenbackground-color:#00fborder:1px solid #f00'
</script>
</div>
关注者
0
被浏览
15
知识点
面圈网VIP题库

面圈网VIP题库全新上线,海量真题题库资源。 90大类考试,超10万份考试真题开放下载啦

去下载看看