Skip to content

Commit 2f79441

Browse files
authored
Fix anchor links to attributes on the same page (#16623)
1 parent 3c7cbbb commit 2f79441

File tree

1 file changed

+3
-3
lines changed
  • files/en-us/web/html/element/input/file

1 file changed

+3
-3
lines changed

files/en-us/web/html/element/input/file/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ browser-compat: html.elements.input.type_file
4444
<tr>
4545
<td><strong>Additional Attributes</strong></td>
4646
<td>
47-
{{htmlattrxref("accept", "input/file")}},
48-
{{htmlattrxref("capture", "input/file")}},
49-
{{htmlattrxref("multiple", "input/file")}}
47+
<a href="#accept" aria-current="page"><code>accept</code></a>,
48+
<a href="#capture" aria-current="page"><code>capture</code></a>,
49+
<a href="#multiple" aria-current="page"><code>multiple</code></a>
5050
</td>
5151
</tr>
5252
<tr>

0 commit comments

Comments
 (0)