Commit 15684d24 authored by Victor Hugo Vianna Silva's avatar Victor Hugo Vianna Silva Committed by Commit Bot

[a11y/sync] Ensure "Turn on sync?" is read on sync dialog shown

Before this CL, screenreaders would read the buttons in the sync consent
dialog, but wouldn't read the text content unless the user focused it
with the mouse. With this CL, we ensure that at least the dialog title
("Turn on sync?") is read once before the buttons.

Screencast:
crbug.com/1130433#c3

Fixed: 1130433
Change-Id: I2dbdae2489be7672bd871a63384db2885d1bfcc1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2465842Reviewed-by: default avatarMarc Treib <treib@chromium.org>
Commit-Queue: Victor Vianna <victorvianna@google.com>
Cr-Commit-Position: refs/heads/master@{#816114}
parent 52bfefbb
......@@ -16,6 +16,7 @@
}
}
</style>
<title>$i18n{syncConfirmationTitle}</title>
</head>
<body>
<sync-confirmation-app></sync-confirmation-app>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment