Skip to content

Commit d41b6cb

Browse files
committed
aded aria-label to file input
1 parent 02f4e6d commit d41b6cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ <h1>Offline PDF Merger</h1>
162162
</ul>
163163
<p>Add files to merge:</p>
164164
<div class="drop-area">
165-
<input type="file" id="fileInput" accept=".pdf" multiple />
165+
<input type="file" id="fileInput" aria-label="PDF files to merge" accept=".pdf" multiple />
166166
<span>Drop files here or click to upload</span>
167167
</div>
168168

0 commit comments

Comments
 (0)