Skip to content

Commit 37c7503

Browse files
committed
Better alt text
1 parent a0b152a commit 37c7503

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

_posts/2024-08-14-blocking-render-why-whould-you-do-that.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ possible blocking states:
6363
Visually, this is how that process looks for each scenario:
6464

6565
<figure>
66-
<img src="{{ site.cloudinary }}/wp-content/uploads/2024/08/blocking-status.png" alt="" width="750" height="424">
66+
<img src="{{ site.cloudinary }}/wp-content/uploads/2024/08/blocking-status.png" alt="Comparison of non-blocking, render-blocking, and parser-blocking resources in web performance. A visual breakdown of how different loading strategies affect rendering, parsing, and blocking behaviour in the browser." width="750" height="424">
6767
<figcaption>
6868
A non-, render-, and parser-blocking file in an HTML document. Imagine the
6969
downloading file (pink) is in the <code>&lt;head&gt;</code>—even though you can
@@ -125,7 +125,7 @@ anyway…
125125
Imagine you’ve built a simple countdown or stopwatch app:
126126

127127
<figure>
128-
<img src="{{ site.cloudinary }}/wp-content/uploads/2024/08/foft.gif" alt="" width="750" height="432">
128+
<img src="{{ site.cloudinary }}/wp-content/uploads/2024/08/foft.gif" alt="A digital stopwatch running an HTML file, displaying ‘00:51’ in large green text before unceremoniously changing its typeface and continuing to count down." width="750" height="432">
129129
<figcaption>The change from fallback font to web font causes a very noticeable
130130
change in UI. This might be unacceptable.</figcaption>
131131
</figure>
@@ -238,7 +238,7 @@ snippets eschew this behaviour and take an all-or-nothing approach: nothing,
238238
nothing, nothing, _everything_.
239239

240240
<figure>
241-
<img src="{{ site.cloudinary }}/wp-content/uploads/2024/08/anti-flicker.png" alt="" width="750" height="223">
241+
<img src="{{ site.cloudinary }}/wp-content/uploads/2024/08/anti-flicker.png" alt="Progressive rendering sequence of a webpage displaying a web performance consultancy service. The timeline from 0.8s to 1.7s shows how content and images load incrementally, highlighting the impact of rendering delays." width="750" height="223">
242242
<figcaption>A regular, progressive render (top) versus an anti-flicker
243243
big-reveal (bottom). Which do you think is the better experience?</figcaption>
244244
</figure>

0 commit comments

Comments
 (0)