razonyang / hugo-theme-bootstrap

A fast, responsive, multipurpose and feature-rich Hugo theme.
https://hbs.razonyang.com
MIT License
495 stars 169 forks source link

Buttons do not have an accessible name #186

Closed SQLJames closed 3 years ago

SQLJames commented 3 years ago

When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers.

Failing Elements

button<button class="btn btn-search disabled position-absolute left-0" type="submit">

SQLJames commented 3 years ago

https://github.com/razonyang/hugo-theme-bootstrap/pull/187

razonyang commented 3 years ago

Closed by #187