Skip to content

Commit

Permalink
Move label and further refine description of loadin delay
Browse files Browse the repository at this point in the history
  • Loading branch information
mcking65 committed Oct 1, 2023
1 parent 9239b1b commit 9d07514
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/patterns/feed/examples/feed.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ <h2>About This Example</h2>
<section>
<h2>Example Usage Option</h2>
<p id="feed-controls-desc">
The article loading delay time enables simulation of scenarios where data fetches occasionally introduce significant latency.
This type of latency can impact assistive technology behavior when using assistive technology functions for navigating by article.
The following article loading delay time selector enables simulation of different amounts of latency introduced by data fetches.
Such latency can affect assistive technology behavior when using assistive technology functions for navigating by article.
</p>
<label for="delay-time-select"> Loading delay</label>
<select id="delay-time-select" name="delay_time" aria-describedby="feed-controls-desc">
<option value="200">200 ms</option>
<option value="400">400 ms</option>
</select>
<label for="delay-time-select"> Loading delay</label>
</section>

<section>
Expand Down

0 comments on commit 9d07514

Please sign in to comment.