From fbabe3a287a1608f47f1146ee02013a486819f84 Mon Sep 17 00:00:00 2001 From: Rushil Jalal <54212357+RushilJalal@users.noreply.github.com> Date: Tue, 4 Jul 2023 13:14:28 +0530 Subject: [PATCH] Remove autofocus in attributes page (#27734) * Fix link to autofocus attribute Fixed link to autofocus page * Update index.md --------- Co-authored-by: Joshua Chen --- files/en-us/web/html/attributes/index.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/files/en-us/web/html/attributes/index.md b/files/en-us/web/html/attributes/index.md index 07aa303f28436d7..a3c8e2bf70bf301 100644 --- a/files/en-us/web/html/attributes/index.md +++ b/files/en-us/web/html/attributes/index.md @@ -118,20 +118,6 @@ Elements in HTML have **attributes**; these are additional values that configure automatically completed by the browser. - - - autofocus - - - {{ HTMLElement("button") }}, - {{ HTMLElement("input") }}, - {{ HTMLElement("select") }}, - {{ HTMLElement("textarea") }} - - - The element should be automatically focused after the page loaded. - - autoplay