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

[사전 미션 - 워밍업] - 라이언(박한영) 미션 제출합니다. #15

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

Conversation

Parkhanyoung
Copy link
Member

@Parkhanyoung Parkhanyoung commented Sep 22, 2024

Step 1: 언어 설정하기

index.html내에서 <html lang="ko">

Step 2: 시맨틱 태그 사용하기

app.tsx내에서 <main>, <section> 사용

Step 3: 버튼 접근성 향상시키기

<button aria-label="성인 승객 증가">
<button aria-label="성인 승객 감소">

Step 4: 변경 사항에 대한 실시간 알림 추가하기

<span aria-live="polite">{adultCount}</span>

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

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

@Parkhanyoung Parkhanyoung self-assigned this Sep 22, 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