Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[사전 미션 - 워밍업] - 수야(최영수) 미션 제출합니다. #26

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

cys4585
Copy link

@cys4585 cys4585 commented Sep 23, 2024

Step 1: 언어 설정 변경 (en -> ko)
index.html <html lang="ko">

Step 2: 시맨틱 태그 사용
app.tsx <div><main>, <section>로 수정

Step 3: 버튼 접근성 향상
WAI-ARIA 속성을 활용해 감소/증가 버튼에 의미 부여 (스크린 리더가 버튼의 기능을 이해할 수 있도록)

Step 4: 변경 사항에 대한 실시간 알림 추가
감소/증가 버튼 클릭 시 승객 수 변경 사항을 모바일 낭독기를 통해 실시간으로 들을 수 있도록

Step 5: 최소/최대 값 도달 시 상태 메시지 알림 추가

<div className="visually-hidden" role="alert">
    {statusMessage}
</div>

스크린 리더가 문서의 언어를 인식할 수 있도록 하기 위한 설정
- 대상: App.tsx
- div를 main, section으로 수정
WAI-ARIA 속성을 활용해 감소/증가 버튼에 의미 부여 (스크린 리더가 버튼의 기능을 이해할 수 있도록)
감소/증가 버튼 클릭 시 승객 수 변경 사항을 모바일 낭독기를 통해 실시간으로 들을 수 있도록
@cys4585 cys4585 self-assigned this Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant