Skip to content

Commit 924fb72

Browse files
Update src/content/blog/2025-11-aria-live.md
1 parent 2b7c684 commit 924fb72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/blog/2025-11-aria-live.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ Think of it like a message bus for screen readers.
251251
<div id="aria-live-assertive" aria-live="assertive" aria-atomic="true" class="sr-only"></div>
252252
```
253253

254-
To actually hide the element you should use a [common CSS implementation](https://css-tricks.com/inclusively-hidden/) which makes it hidden but accessible and ensures screen readers will pick it up:
254+
To actually hide this live regions visually, you should use a [common CSS implementation](https://css-tricks.com/inclusively-hidden/) which makes it hidden but accessible and ensures screen readers will pick it up:
255255

256256
```css
257257
.sr-only:not(:focus):not(:active) {

0 commit comments

Comments
 (0)