Skip to content

Commit

Permalink
Fix grammatical / phrasing error
Browse files Browse the repository at this point in the history
  • Loading branch information
sensingturtle authored Sep 30, 2024
1 parent 5a4e6f2 commit 4f46689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/performance/how_browsers_work/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ As with HTML, the browser needs to convert the received CSS rules into something

The CSSOM tree includes styles from the user agent style sheet. The browser begins with the most general rule applicable to a node and recursively refines the computed styles by applying more specific rules. In other words, it cascades the property values.

Building the CSSOM is very, very fast and is not displayed in a unique color in current developer tools. Rather, the "Recalculate Style" in developer tools shows the total time it takes to parse CSS, construct the CSSOM tree, and recursively calculate computed styles. In terms of web performance optimization, there are lower hanging fruit, as the total time to create the CSSOM is generally less than the time it takes for one DNS lookup.
Building the CSSOM is very, very fast and is not displayed in a unique color in current developer tools. Rather, the "Recalculate Style" in developer tools shows the total time it takes to parse CSS, construct the CSSOM tree, and recursively calculate computed styles. In terms of web performance optimization, they are a low hanging fruit, as the total time to create the CSSOM is generally less than the time it takes for one DNS lookup.

### Other processes

Expand Down

0 comments on commit 4f46689

Please sign in to comment.