From 666e9630441660a1ddcb90eab77b9f79b8e74c00 Mon Sep 17 00:00:00 2001 From: Robert Knight Date: Fri, 20 Feb 2026 11:56:26 +0000 Subject: [PATCH] Use paragraphs in connection dialog to improve screen reader output With
VoiceOver outputs empty "group" several times. --- webapp/src/webusb.tsx | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/webapp/src/webusb.tsx b/webapp/src/webusb.tsx index 69654b7fccaa..0dcf6f6fd6ef 100644 --- a/webapp/src/webusb.tsx +++ b/webapp/src/webusb.tsx @@ -180,13 +180,15 @@ function showPickWebUSBDeviceDialogAsync(confirmAsync: ConfirmAsync, showDownloa
- {lf("Press the Pair button below.")} -
-
- {lf("A window will appear in the top of your browser.")} -
-
- {lf("Select the {0} device and click Connect.", boardName)} +

+ {lf("Press the Pair button below.")} +

+

+ {lf("A window will appear in the top of your browser.")} +

+

+ {lf("Select the {0} device and click Connect.", boardName)} +