Skip to content

Commit

Permalink
include aria-required in feedback form
Browse files Browse the repository at this point in the history
  • Loading branch information
dnoneill committed Jan 7, 2025
1 parent 3d1d427 commit 798fc87
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions header/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ <h2>With navigation links</h2>
class="form-control"
rows="5"
required="required"
aria-required="true"
data-form-type="other"
name="message"
id="message"
Expand All @@ -159,6 +160,7 @@ <h2>With navigation links</h2>
<input
class="form-control"
required="required"
aria-required="true"
data-form-type="other"
autocomplete="name"
type="text"
Expand All @@ -175,6 +177,7 @@ <h2>With navigation links</h2>
<input
class="form-control"
required="required"
aria-required="true"
data-form-type="other"
autocomplete="email"
type="email"
Expand Down Expand Up @@ -341,6 +344,7 @@ <h2 class="mt-5">Without navigation links</h2>
class="form-control"
rows="5"
required="required"
aria-required="true"
data-form-type="other"
name="message"
id="message"
Expand All @@ -355,6 +359,7 @@ <h2 class="mt-5">Without navigation links</h2>
<input
class="form-control"
required="required"
aria-required="true"
data-form-type="other"
autocomplete="name"
type="text"
Expand All @@ -371,6 +376,7 @@ <h2 class="mt-5">Without navigation links</h2>
<input
class="form-control"
required="required"
aria-required="true"
data-form-type="other"
autocomplete="email"
type="email"
Expand Down

0 comments on commit 798fc87

Please sign in to comment.