Skip to content

Commit aac0cf0

Browse files
committed
fix
1 parent eeaa5a1 commit aac0cf0

File tree

1 file changed

+1
-1
lines changed
  • fundamentals/a11y/basic-guide

1 file changed

+1
-1
lines changed

fundamentals/a11y/basic-guide/role.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ HTML의 기본 요소(`<button>`, `<input>`, `<a>` 등)는 이름에서 이미
1717
| 다이얼로그(Dialog) | `<dialog>` | `role="dialog"` | 다이얼로그 |
1818
| 아코디언(Accordion) | `<details>` `<summary>` | `role="group"` | 아코디언 |
1919

20-
[^1]: 명시적으로 `role="generic"` 이 선언되어 있지만 접근성 트리에서는 기본 텍스트로 인식되어요.
20+
[^1]: 명시적으로 `role="generic"` 이 선언되어 있지만 접근성 트리에서는 기본 텍스트로 인식돼요.

0 commit comments

Comments
 (0)