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

[B4P/a11y]: Add title to reauth dialog

By adding a title tag to the underlying web page, we ensure that the
title of the dialog is read even though the Yes button is focused.

Screencast of final state:
crbug.com/1097085#c11

Bug: 1097085
Change-Id: I7969418715fe4d75d1d41283bb2146165155f8ae
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2440056Reviewed-by: default avatarDavid Roger <droger@chromium.org>
Commit-Queue: Victor Vianna <victorvianna@google.com>
Cr-Commit-Position: refs/heads/master@{#812048}
parent 61e5e9fc
......@@ -2,6 +2,7 @@
<html dir="$i18n{textdirection}" lang="$i18n{language}">
<head>
<meta charset="utf-8">
<title>$i18n{signinReauthTitle}</title>
<link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
<style>
body {
......
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