Skip to content

Commit 614738d

Browse files
committed
Fixed required fields indicator
RGAA 11.10
1 parent 28c25f0 commit 614738d

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

site/index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -311,13 +311,13 @@ <h2 id="support">Need a hand?</h2>
311311
</p>
312312

313313
<div class="Notice Theme--info">
314-
<strong>All fields are mandatory</strong>
315314
<p>
315+
<strong id="mandatory">All fields are mandatory.</strong>
316+
<br />
316317
Boscop only processes the collected data to respond to your
317318
request. To learn more about how we manage your personal
318319
data and to exercise your GDPR rights, you can consult our
319-
<a href="/legal">data privacy policy</a>
320-
.
320+
<a href="/legal">data privacy policy</a>.
321321
</p>
322322
</div>
323323

@@ -327,6 +327,7 @@ <h2 id="support">Need a hand?</h2>
327327
id="SupportForm-name"
328328
type="text"
329329
name="name"
330+
aria-describedby="mandatory"
330331
required
331332
/>
332333

@@ -337,6 +338,7 @@ <h2 id="support">Need a hand?</h2>
337338
id="SupportForm-email"
338339
type="email"
339340
name="email"
341+
aria-describedby="mandatory"
340342
required
341343
/>
342344

@@ -345,6 +347,7 @@ <h2 id="support">Need a hand?</h2>
345347
id="SupportForm-message"
346348
name="message"
347349
rows="5"
350+
aria-describedby="mandatory"
348351
required
349352
></textarea>
350353

0 commit comments

Comments
 (0)