Remove duplicate search form in the side navigation #5295
Labels
e2-days
Can complete in < 5 days of normal, not dedicated, work
p1-high
Major but not urgent concern: Resolve in months. Update each month.
st.triage.ltw
Indicates Lead Tech Writer has triaged
t.a11y
Relates to an accessibility concern
The
input
tag of the search form needs an acceptedtype
attribute:image
orsubmit
. The current type,search
, is valid HTML but not valid for WCAG.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.
Code: H32 #WCAG2AA.Principle3.Guideline3_2.3_2_2.H32.2
Location: #navbarSupportedContent > div:nth-child(2) > form
The text was updated successfully, but these errors were encountered: