CCA: Remove unused tabindex=-1 on svg-wrapper
Since we've changed the tag from <object> to svg-wrapper, which doesn't have a default tabindex, we don't need to add tabindex=-1. Bug: b:228796439 Test: manually Change-Id: Ibf1568fe1afaad60e0e0b30481b42b2b34e08037 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4535635 Reviewed-by: Chu-Hsuan Yang <chuhsuan@chromium.org> Commit-Queue: Pi-Hsun Shih <pihsun@chromium.org> Cr-Commit-Position: refs/heads/main@{#1144575}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
b08e4411a9
commit
a9cffabf64
@ -83,7 +83,7 @@
|
||||
</div>
|
||||
<div id="preview-focus">
|
||||
<svg-wrapper id="preview-focus-aim" name="camera_focus_aim.svg"
|
||||
tabindex="-1" hidden></svg-wrapper>
|
||||
hidden></svg-wrapper>
|
||||
</div>
|
||||
<div id="preview-document-corner-overlay">
|
||||
<div class="no-document-toast" tabindex="0" aria-live="polite"
|
||||
|
Reference in New Issue
Block a user