Pa11y results for "https://en.clementoni.com/pages/faqs"
Generated at: Tue Jun 10 2025 17:25:21 GMT+0200 (Central European Summer Time)
Runners (with issues): htmlcs
Toggle by type 15 errors 0 warnings 0 notices
-
Error: This form does not contain a submit button, which creates issues for those who cannot submit the form using the keyboard. Submit buttons are INPUT elements with type attribute "submit" or "image", or BUTTON elements with type "submit" or omitted/invalid.
htmlcs: WCAG2AA.Principle3.Guideline3_2.3_2_2.H32.2
<form method="post" action="/localization" id="localization_form" accept-charset="UTF-8" class="localize__form" enctype="multipart/form-data"><input type="hidden" name="form...</form>
(selector "#localization_form")
-
Error: Anchor element found with a valid href attribute, but no link content has been supplied.
htmlcs: WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.A.NoContent
<a href="https://clemworld.clementoni.com/en/recall/" class="announcement__link" target="_blank" rel="noreferrer noopener"> <div clas...</a>
(selector "#shopify-section-header > a")
-
Error: Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link.
htmlcs: WCAG2AA.Principle1.Guideline1_1.1_1_1.H30.2
<a href="#" class="header-trigger__link header-trigger__link--mobile js-mobile-draw-trigger icon-fallback"> <img src="//en.cl...</a>
(selector "#top > div:nth-child(2) > a")
-
Error: Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link.
htmlcs: WCAG2AA.Principle1.Guideline1_1.1_1_1.H30.2
<a href="/search" class="header-trigger__link header-trigger__link--search icon-fallback js-search-trigger js-no-transition"> <img src="//en.clementon...</a>
(selector "#top > div:nth-child(3) > a")
-
Error: Duplicate id attribute value "localization_form" found on the web page.
htmlcs: WCAG2AA.Principle4.Guideline4_1.4_1_1.F77
<form method="post" action="/localization" id="localization_form" accept-charset="UTF-8" class="localize__form" enctype="multipart/form-data"><input type="hidden" name="form...</form>
(selector "#localization_form")
-
Error: This form does not contain a submit button, which creates issues for those who cannot submit the form using the keyboard. Submit buttons are INPUT elements with type attribute "submit" or "image", or BUTTON elements with type "submit" or omitted/invalid.
htmlcs: WCAG2AA.Principle3.Guideline3_2.3_2_2.H32.2
<form method="post" action="/localization" id="localization_form" accept-charset="UTF-8" class="localize__form" enctype="multipart/form-data"><input type="hidden" name="form...</form>
(selector "#localization_form")
-
Error: Duplicate id attribute value "lang-heading" found on the web page.
htmlcs: WCAG2AA.Principle4.Guideline4_1.4_1_1.F77
<h2 class="u-hidden-visually" id="lang-heading"> ...</h2>
(selector "#lang-heading")
-
Error: Duplicate id attribute value "LocaleSelector" found on the web page.
htmlcs: WCAG2AA.Principle4.Guideline4_1.4_1_1.F77
<input type="hidden" name="locale_code" id="LocaleSelector" value="en" data-disclosure-input="">
(selector "#LocaleSelector")
-
Error: Img element is the only content of the link, but is missing alt text. The alt text should describe the purpose of the link.
htmlcs: WCAG2AA.Principle1.Guideline1_1.1_1_1.H30.2
<a href="/search" class="secondary-nav__link js-search-trigger js-no-transition"> <img src="//...</a>
(selector "#top > div:nth-child(4) > nav:nth-child(2) > ul > li:nth-child(2) > a")
-
Error: This textinput element does not have a name available to an accessibility API. Valid names are: label element, title undefined, aria-label undefined, aria-labelledby undefined.
htmlcs: WCAG2AA.Principle4.Guideline4_1.4_1_2.H91.InputText.Name
<input type="text" name="faq" class="faq__search-input js-faq-autocomplete" placeholder="Start typing..." autocomplete="off">
(selector "#shopify-section-page-faq > section > div:nth-child(2) > div > div:nth-child(2) > input")
-
Error: This form field should be labelled in some way. Use the label element (either with a "for" attribute or wrapped around the form field), or "title", "aria-label" or "aria-labelledby" attributes as appropriate.
htmlcs: WCAG2AA.Principle1.Guideline1_3.1_3_1.F68
<input type="text" name="faq" class="faq__search-input js-faq-autocomplete" placeholder="Start typing..." autocomplete="off">
(selector "#shopify-section-page-faq > section > div:nth-child(2) > div > div:nth-child(2) > input")
-
Error: Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.
htmlcs: WCAG2AA.Principle1.Guideline1_1.1_1_1.H37
<img class="custom_svg-newsletter" src="//en.clementoni.com/cdn/shop/t/15/assets/custom-newsletter.svg?v=170762072021310589941733311681">
(selector "#shopify-section-footer > section > div > div > div > div:nth-child(1) > img")
-
Error: Duplicate id attribute value "Email" found on the web page.
htmlcs: WCAG2AA.Principle4.Guideline4_1.4_1_1.F77
<input type="email" name="contact[email]" id="Email" class="promo-pop__fieldset-item promo-pop__input" value="" placeholder="email@example.com" autocorrect="off" autocapitalize="off">
(selector "#Email")
-
Error: Duplicate id attribute value "Subscribe" found on the web page.
htmlcs: WCAG2AA.Principle4.Guideline4_1.4_1_1.F77
<button type="submit" class="c-btn c-btn--primary c-btn--arrow promo-pop__fieldset-item promo-pop__btn" name="commit" id="Subscribe">Subscribe</button>
(selector "#Subscribe")
-
Error: Iframe element requires a non-empty title attribute that identifies the frame.
htmlcs: WCAG2AA.Principle2.Guideline2_4.2_4_1.H64.1
<iframe name="__uspapiLocator" style="display: none;"></iframe>
(selector "#faqs > iframe:nth-child(4)")