reflows
美
英 
例句
As already mentioned, browsers try to minimize the number of reflows by queuing changes and executing them in batches.
瀏覽器通過隊列化修改和批量運行的方法,盡量減少重排版次數。
Reflows and repaints can be expensive, and therefore a good strategy for responsive applications is to reduce their number.
重排版和重繪代價昂貴,所以,提高程序響應速度一個好策略是減少此類操作發生的機會。
The developers worked to reduce DOM querying and avoid unnecessary page reflows during the initial loading process.
開發人員盡量減少了DOM查詢,在初始加載過程中避免不必要的頁面回流(pagereflow)。
Reflows sometimes affect only a small part of the render tree, but they can affect a larger portion, or even the whole tree.
重排版有時只影響渲染樹的一小部分,但也可以影響很大的一部分,甚至整個渲染樹。
Inline style blocks (specified with the tag) can cause reflows and shifting of content.
(用標記指定的)內聯樣式塊可能會導致reflows和頁面跳動。
Specifying a width and height for all images allows for faster rendering by eliminating the need for unnecessary reflows and repaints.
為頁面中所有圖片指定寬度和高度可以消除不必要的reflows和重新繪制頁面【repaints】,使頁面渲染速度更快。
If you omit those steps, every change you make in step 2 could cause its own reflows.
如果你忽略了這兩個步驟,那么第二步中每次改變都將引發一次重排版。
To prevent reflows, specify the width and height of all images, either in the HTML tag, or in CSS.
為了防止reflows,在HTML的標簽中或在CSS中為所有圖片指定寬度和高度。