Feature/accessibility improvements: optimize accessibility for ClimateBot and Analysis form controls#197
Open
meenakshian2019-blip wants to merge 4 commits into
Conversation
Collaborator
Author
|
@Vikrant0207 I have corrected the error. Sorry for missing it out. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

## What Changed
and an invisible, descriptive to improve form control grouping. Attached aria-live parameters to the dynamic risk card zones.Global Chatbot (Frontend/chatbot.js):Added asynchronous screen-reader accessibility by implementing aria-live="polite" and aria-relevant="additions" attributes dynamically onto the messages container block.
Analysis Form (Frontend/Analysis/analysis.html): Restructured form inputs using semantic
Focus Styles (Frontend/Analysis/analysis.css): Added a global, high-contrast :focus-visible outline on all links, inputs, and buttons to support clear keyboard-only tracking.
## Why It Was Added
These improvements directly resolve accessibility and interactive flow gaps on the platform. Previously, keyboard-only or screen-reader users could not cleanly track their position down the form fields or receive live, conversational text notifications from the chatbot. These changes bring the form fields and asynchronous AI responses up to modern web accessibility standards without altering the standard visual aesthetic for mouse users.
## Screenshots

## Testing Completed
Verified keyboard sequence flow via the sequential Tab Test, confirming high-contrast focus rings align properly down the interface.
Tested the asynchronous lifecycle updates of the ClimateBot panel to guarantee live messaging states trigger flawlessly.
##Related Issues: Closes #67