You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{/* Live region for screen reader announcements */}
183
-
<div
184
-
aria-live="polite"
183
+
<div
184
+
aria-live="polite"
185
185
aria-label="Bot response updates"
186
186
className="sr-only"
187
187
id="bot-live-region"
188
188
/>
189
-
189
+
190
190
{/* Accessibility help text */}
191
191
<divid="chat-input-help"className="sr-only">
192
192
Type your message and press Enter to send. Use arrow keys to navigate through response options. Press Enter or Space to select an option.
193
193
</div>
194
-
194
+
195
195
{/* Keyboard navigation instructions */}
196
196
<divid="keyboard-help"className="sr-only">
197
197
Available keyboard shortcuts: Arrow keys to navigate options, Enter or Space to select, Tab to move between interactive elements, Escape to close dialogs.
0 commit comments