Skip to content

Commit 84c9962

Browse files
Update src/content/warnings/invalid-aria-prop.md
Co-authored-by: Haegul Pyun <[email protected]>
1 parent 8922893 commit 84c9962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/warnings/invalid-aria-prop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: 유효하지 않은 ARIA 프로퍼티 경고
44

55
이 경고는 Web Accessibility Initiative (WAI) Accessible Rich Internet Application (ARIA) [명세](https://www.w3.org/TR/wai-aria-1.1/#states_and_properties)에 존재하지 않는 `aria-*` 프로퍼티를 가진 DOM 요소를 렌더링하려고 할 때 발생합니다.
66

7-
1. 유효한 프로퍼티를 사용하고 있다고 생각하는 경우 철자를 주의 깊게 확인해 보세요. `aria-labelledby``aria-activedescendant`는 철자 실수가 잦습니다.
7+
1. 유효한 prop을 사용하고 있다고 생각하는 경우 철자를 주의 깊게 확인해 보세요. `aria-labelledby``aria-activedescendant`는 철자 실수가 잦습니다.
88

99
2. `aria-role`을 작성한 경우 `role`을 사용하려고 한 것일 수 있습니다.
1010

0 commit comments

Comments
 (0)