Skip to content

Conversation

@lukewarlow
Copy link
Contributor

@lukewarlow lukewarlow commented Nov 27, 2025

The various UI controls in servo are now announced nicely to screen readers rather than e.g. "Radioactive button".

Fixes: #38130

@lukewarlow lukewarlow requested a review from atbrakhi as a code owner November 27, 2025 15:54
@servo-highfive servo-highfive added the S-awaiting-review There is new code that needs to be reviewed. label Nov 27, 2025

ui.allocate_ui_with_layout(
ui.available_size(),
egui::Layout::right_to_left(egui::Align::Center),
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know this is used so the prefs button can be after the search input without needing to size the input carefully, but it currently leads to the visual order and the focus order not matching.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The various UI controls in servo are now announced nicely to screen readers rather than e.g. "Radioactive button".

Signed-off-by: Luke Warlow <lwarlow@igalia.com>
@servo-highfive servo-highfive removed the S-awaiting-review There is new code that needs to be reviewed. label Nov 27, 2025
@jdm jdm added this pull request to the merge queue Nov 28, 2025
@servo-highfive servo-highfive added the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Nov 28, 2025
Merged via the queue into servo:main with commit 018cee9 Nov 28, 2025
30 checks passed
@servo-highfive servo-highfive removed the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Nov 28, 2025
@lukewarlow lukewarlow deleted the servoshell-labels branch November 28, 2025 08:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Some buttons in servoshell are indistinguishable to screen readers

4 participants