> For the complete documentation index, see [llms.txt](https://aoa.gitbook.io/skymimo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aoa.gitbook.io/skymimo/aoa-2023/ui-aria-2022-2024.md).

# 주요 UI별 ARIA 적용 사례 (2022~2024)

- [호버 콘텐츠 적용사례](https://aoa.gitbook.io/skymimo/aoa-2023/ui-aria-2022-2024/undefined.md): WCAG2.1의 1.4.13 Content on Hover or Focus
- [입력 글자 수 제한 사례](https://aoa.gitbook.io/skymimo/aoa-2023/ui-aria-2022-2024/undefined-1.md): 메세지는 1,000자 이내로 적어주세요(?)
- [Form 그룹의 오류 적용 사례](https://aoa.gitbook.io/skymimo/aoa-2023/ui-aria-2022-2024/form.md): 그룹에 발생한 오류도 그룹화하여 제공하자
- [비밀번호 실시간 오류 적용 사례](https://aoa.gitbook.io/skymimo/aoa-2023/ui-aria-2022-2024/undefined-2.md)
- [SVG 이미지의 접근성 향상 방법](https://aoa.gitbook.io/skymimo/aoa-2023/ui-aria-2022-2024/svg.md)
- [오류메시지 종류별 적용 사례](https://aoa.gitbook.io/skymimo/aoa-2023/ui-aria-2022-2024/undefined-3.md)
- [스낵바(Snack bar) 적용 사례](https://aoa.gitbook.io/skymimo/aoa-2023/ui-aria-2022-2024/snack-bar.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://aoa.gitbook.io/skymimo/aoa-2023/ui-aria-2022-2024.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
