We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeaa5a1 commit aac0cf0Copy full SHA for aac0cf0
fundamentals/a11y/basic-guide/role.md
@@ -17,4 +17,4 @@ HTML의 기본 요소(`<button>`, `<input>`, `<a>` 등)는 이름에서 이미
17
| 다이얼로그(Dialog) | `<dialog>` | `role="dialog"` | 다이얼로그 |
18
| 아코디언(Accordion) | `<details>` `<summary>` | `role="group"` | 아코디언 |
19
20
-[^1]: 명시적으로 `role="generic"` 이 선언되어 있지만 접근성 트리에서는 기본 텍스트로 인식되어요.
+[^1]: 명시적으로 `role="generic"` 이 선언되어 있지만 접근성 트리에서는 기본 텍스트로 인식돼요.
0 commit comments