Skip to content

Commit

Permalink
input에 aria-label 속성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
CJewon committed Nov 15, 2024
1 parent 8f832db commit 68dcee9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions login.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
class="form__group-input"
id="email"
name="email"
aria-label="이메일 입력"
/>
<span class="email__error-message"></span>
</div>
Expand All @@ -37,6 +38,7 @@
id="password"
placeholder="비밀번호를 입력해주세요"
class="form__group-input"
aria-label="비밀번호 입력"
/>
<img
src="/img/close-eyes.png"
Expand Down
4 changes: 4 additions & 0 deletions signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
class="form__group-input"
name="email"
id="email"
aria-label="이메일 입력"
/>
<span class="email__error-message"></span>
</div>
Expand All @@ -38,6 +39,7 @@
class="form__group-input"
name="nickname"
id="nickname"
aria-label="닉네임 입력"
/>
<span class="nickname__error-message"></span>
</div>
Expand All @@ -49,6 +51,7 @@
placeholder="비밀번호를 입력해주세요"
class="form__group-input"
id="password"
aria-label="비밀번호 입력"
/>
<img
src="/img/close-eyes.png"
Expand All @@ -67,6 +70,7 @@
placeholder="비밀번호를 다시 한 번 입력해주세요"
class="form__group-input"
id="checked-password"
aria-label="비밀번호 다시 한 번 입력"
/>
<img
src="/img/close-eyes.png"
Expand Down

0 comments on commit 68dcee9

Please sign in to comment.