Commit fc988335 authored by rbpotter's avatar rbpotter Committed by Chromium LUCI CQ

Feedback Menu: Remove aria-lablledby for file input

Bug: 1065895
Change-Id: I87c383d9b8091b41aa2aeda237d49e9a6db3caa5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2581029Reviewed-by: default avatardpapad <dpapad@chromium.org>
Commit-Queue: Rebekah Potter <rbpotter@chromium.org>
Cr-Commit-Position: refs/heads/master@{#835307}
parent 1617a5a3
...@@ -55,8 +55,7 @@ ...@@ -55,8 +55,7 @@
<!-- Attach a file --> <!-- Attach a file -->
<div id="attach-file-container" class="text-field-container"> <div id="attach-file-container" class="text-field-container">
<label id="attach-file-label" i18n-content="attachFileLabel"></label> <label id="attach-file-label" i18n-content="attachFileLabel"></label>
<input id="attach-file" type="file" aria-labelledby="attach-file-label" <input id="attach-file" type="file" aria-describedby="attach-file-note">
aria-describedby="attach-file-note">
<div id="custom-file-container" hidden> <div id="custom-file-container" hidden>
<label id="attached-filename-text"></label> <label id="attached-filename-text"></label>
<button id="remove-attached-file" class="remove-file-button"></button> <button id="remove-attached-file" class="remove-file-button"></button>
......
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