Skip to content

Commit 4d6568d

Browse files
AlinaVarkkiDevtools-frontend LUCI CQ
authored andcommitted
[RPP][AI] Aria label to button trigerring tooltip instead of the tooltip container
Bug: 406543373 Change-Id: I0a17442063f61d9a62b5b652bba747389d472e5f Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6416092 Auto-Submit: Alina Varkki <[email protected]> Commit-Queue: Jack Franklin <[email protected]> Reviewed-by: Jack Franklin <[email protected]>
1 parent feae0f9 commit 4d6568d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front_end/panels/timeline/overlays/components/EntryLabelOverlay.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,6 @@ export class EntryLabelOverlay extends HTMLElement {
649649
return html`<devtools-tooltip
650650
variant="rich"
651651
id="info-tooltip"
652-
aria-label=${i18nString(UIStrings.moreInfoAriaLabel)}
653652
${Directives.ref(this.#richTooltip)}>
654653
<div class="info-tooltip-container">
655654
${opts.textContent}
@@ -722,6 +721,7 @@ export class EntryLabelOverlay extends HTMLElement {
722721
</button>
723722
<devtools-button
724723
aria-details="info-tooltip"
724+
aria-label=${i18nString(UIStrings.moreInfoAriaLabel)}
725725
class="pen-icon"
726726
.iconName=${'info'}
727727
.variant=${Buttons.Button.Variant.ICON}

0 commit comments

Comments
 (0)