Actions
Menu
semantic HTML키보드 이동을 지원하는 명령 목록입니다.
Actions
semantic HTML키보드 이동을 지원하는 명령 목록입니다.
<details data-standard-component="menu" aria-label="Document actions">
<button type="button">Open</button><button type="button">Share</button><button type="button">Archive</button>
</div>The pattern inherits theme and density tokens. Use compact, comfortable, or roomy density when the surrounding screen requires it.
| Contract | Value |
|---|---|
| Implementation | semantic HTML |
| Status | stable |
| License | free |
| Since | 0.2 |
| HTML contract | Native HTML elements and attributes |
| Events | Native browser events |
명령 항목은 menuitem 역할과 접근 가능한 이름을 가지며 disabled 항목은 키보드 순서에서 제외합니다.
<!-- Render the semantic HTML on the server. Load enhancement JavaScript only when this interaction is needed. -->