Skip to content

Commit

Permalink
Remove autofocus in attributes page (#27734)
Browse files Browse the repository at this point in the history
* Fix link to autofocus attribute

Fixed link to autofocus page

* Update index.md

---------

Co-authored-by: Joshua Chen <[email protected]>
  • Loading branch information
RushilJalal and Josh-Cena committed Jul 4, 2023
1 parent dba2ee0 commit fbabe3a
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions files/en-us/web/html/attributes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,20 +118,6 @@ Elements in HTML have **attributes**; these are additional values that configure
automatically completed by the browser.
</td>
</tr>
<tr>
<td>
<code><a href="/en-US/docs/Web/HTML/Attributes/autofocus">autofocus</a></code>
</td>
<td>
{{ HTMLElement("button") }},
{{ HTMLElement("input") }},
{{ HTMLElement("select") }},
{{ HTMLElement("textarea") }}
</td>
<td>
The element should be automatically focused after the page loaded.
</td>
</tr>
<tr>
<td>
<code><a href="/en-US/docs/Web/HTML/Attributes/autoplay">autoplay</a></code>
Expand Down

0 comments on commit fbabe3a

Please sign in to comment.