-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat-fe: 모집 공고 탭 스크린 리더 개선 #931
Conversation
1729747083.046679 |
1729747091.098929 |
1729747092.404149 |
1729747094.972569 |
@@ -78,7 +78,7 @@ export default function ApplyForm({ questions, isClosed }: ApplyFormProps) { | |||
return ( | |||
<C.ContentContainer> | |||
<S.Form onSubmit={handleSubmit}> | |||
<S.AriaCustomQuestion aria-label={`총 ${questions.length}의 입력 중 1번째 입력입니다.`}> | |||
<S.AriaCustomQuestion aria-label={`총 ${questions.length + 3}의 입력 중 1번째 입력입니다.`}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤣
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
러기 고생하셨어요! 👍
@@ -78,7 +78,7 @@ export default function ApplyForm({ questions, isClosed }: ApplyFormProps) { | |||
return ( | |||
<C.ContentContainer> | |||
<S.Form onSubmit={handleSubmit}> | |||
<S.AriaCustomQuestion aria-label={`총 ${questions.length}의 입력 중 1번째 입력입니다.`}> | |||
<S.AriaCustomQuestion aria-label={`총 ${questions.length + 3}의 입력 중 1번째 입력입니다.`}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤣
Co-authored-by: Jeongwoo Park <[email protected]>
Original issue description
목적
작업 세부사항
참고 사항
SR_POST
closes #930
모집 공고 부분에서 TextEditor는 스크린 리더 개선이 어려워, 제목, 날짜 정도 알려주는 태그만 넣었습니다! 간단한 수정만 했어요! 추가적으로 필요한 기능 있다면 알려주세요!