ATTRIBUTES

Editing
  • account_tree
  • bug_report

autofocus

페이지가 로드되는 즉시 요소가 포커스를 갖는다. 입력 요소의 경우 입력 대기 상태가 된다.

설명

popover 애트리뷰트가 설정된 대화 요소 또는 HTML 요소 내부의 요소에 autofocus 속성이 지정되면 대화 상자 또는 팝오버가 표시될 때 포커스가 맞춰진다.

구문

마크업 형식
<input type="text" autofocus />
마크업 형식
<input type="text" autofocus="autofocus" />
마크업 형식
<input type="text" autofocus="" />

버전 명세

HTML Standard
#dom-fe-autofocus

지원 웹브라우저