Skip to content

Commit

Permalink
Fix anchor links to attributes on the same page (#16623)
Browse files Browse the repository at this point in the history
  • Loading branch information
thijskramer authored Jun 7, 2022
1 parent 3c7cbbb commit 2f79441
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions files/en-us/web/html/element/input/file/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ browser-compat: html.elements.input.type_file
<tr>
<td><strong>Additional Attributes</strong></td>
<td>
{{htmlattrxref("accept", "input/file")}},
{{htmlattrxref("capture", "input/file")}},
{{htmlattrxref("multiple", "input/file")}}
<a href="#accept" aria-current="page"><code>accept</code></a>,
<a href="#capture" aria-current="page"><code>capture</code></a>,
<a href="#multiple" aria-current="page"><code>multiple</code></a>
</td>
</tr>
<tr>
Expand Down

0 comments on commit 2f79441

Please sign in to comment.