Commit aecd6ec4 authored by Bailey Berro's avatar Bailey Berro Committed by Commit Bot

Combine stops on People page

Previously, there were 3 navigation stops on the Google Accounts row
item in the People section with stops for 1) User name, 2) User email
address, and 3) The subpage button, marked as described by the user name.
With this change, there is now just one stop on the subpage button that
is described by both the user name and user email. "Google Accounts,
button, bailey test baileyberrotest2@gmail.com"

Bug: 1012565
Change-Id: I2c44a308dca82e0e0669be8e9a04f97385fc85c0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1915188
Commit-Queue: Bailey Berro <baileyberro@chromium.org>
Auto-Submit: Bailey Berro <baileyberro@chromium.org>
Reviewed-by: default avatarKyle Horimoto <khorimoto@chromium.org>
Cr-Commit-Position: refs/heads/master@{#715435}
parent ed102164
...@@ -91,8 +91,11 @@ ...@@ -91,8 +91,11 @@
on-click="onAccountManagerTap_" on-click="onAccountManagerTap_"
actionable$="[[isAccountManagerEnabled_]]"> actionable$="[[isAccountManagerEnabled_]]">
<div class="flex text-elide settings-box-text"> <div class="flex text-elide settings-box-text">
<span id="profile-name">[[profileName_]]</span> <span id="profile-name" aria-hidden="true">
<div id="profile-label" class="secondary"> [[profileName_]]
</span>
<div id="profile-label" class="secondary"
aria-hidden="true">
[[profileLabel_]] [[profileLabel_]]
</div> </div>
</div> </div>
...@@ -100,7 +103,8 @@ ...@@ -100,7 +103,8 @@
hidden="[[!isAccountManagerEnabled_]]" hidden="[[!isAccountManagerEnabled_]]"
id="account-manager-subpage-trigger" id="account-manager-subpage-trigger"
aria-label="$i18n{accountManagerSubMenuLabel}" aria-label="$i18n{accountManagerSubMenuLabel}"
aria-describedby="profile-name"></cr-icon-button> aria-describedby="profile-name profile-label">
</cr-icon-button>
</div> </div>
</template> </template>
</div> </div>
......
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