Skip to content

Commit

Permalink
Add missing word
Browse files Browse the repository at this point in the history
  • Loading branch information
csswizardry committed Aug 14, 2024
1 parent 13f6064 commit 3bf5aa7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _posts/2024-08-14-blocking-render-why-whould-you-do-that.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,9 @@ Note that almost the exact same behaviour could be achieved by adding
If a web font _is_ your content (which, for 99.999% of you, it isn’t), you might
want to maybe use `blocking=render`. But even then, I wouldn’t.

<ins>Interestingly, Chrome exhibits `blocking=render` on web-font `preload`s
already. It’s non-standard behaviour, but Chrome [<q>will make font preloads
block rendering until they finish or until
<ins>Interestingly, Chrome exhibits `blocking=render`-style behaviour on
web-font `preload`s already. It’s non-standard behaviour, but Chrome [<q>will
make font preloads block rendering until they finish or until
a timeout</q>](https://chromestatus.com/feature/5087982807154688). This is
already happening and you don’t need `blocking=render`.</ins>

Expand Down

0 comments on commit 3bf5aa7

Please sign in to comment.