From 80c00144ba5a4ddda4f516eb7cac939d8d26d2a1 Mon Sep 17 00:00:00 2001 From: Alan Carpilovsky <8486092+alcar@users.noreply.github.com> Date: Mon, 8 Mar 2021 18:21:07 +0000 Subject: [PATCH] Remove extra space inside element --- files/en-us/web/accessibility/aria/aria_live_regions/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/accessibility/aria/aria_live_regions/index.html b/files/en-us/web/accessibility/aria/aria_live_regions/index.html index 597e61df553ddd3..9aafb7ad5490bcc 100644 --- a/files/en-us/web/accessibility/aria/aria_live_regions/index.html +++ b/files/en-us/web/accessibility/aria/aria_live_regions/index.html @@ -224,7 +224,7 @@

Basic examples: aria-atomic

-

Without aria-atomic="true" the screenreader announces only the changed value of year. With aria-atomic="true", the screenreader announces "The set year is: changed value"

+

Without aria-atomic="true" the screenreader announces only the changed value of year. With aria-atomic="true", the screenreader announces "The set year is: changed value"

Basic example: aria-relevant