Skip to content

Remove duplicate search form in the side navigation #5295

@atsansone

Description

@atsansone

The input tag of the search form needs an accepted type attribute: image or submit. 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

<form action="/search/" class="site-header__search form-inline"><input class="site-h...</form>

Metadata

Metadata

Assignees

Labels

e2-daysCan complete in < 5 days of normal, not dedicated, workp1-highMajor but not urgent concern: Resolve in months. Update each month.t.a11yRelates to an accessibility concern

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions