]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Add explicit aria-label to unlabeled controls
authorPatrick H. Lauke <redux@splintered.co.uk>
Sun, 22 Mar 2020 20:33:33 +0000 (22:33 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Tue, 24 Mar 2020 13:02:58 +0000 (15:02 +0200)
commit00ff5b83f9dc576c8591d66241f835a006e28f82
treefc45079a2ebe8d1d01b11796c574af9437897d99
parenta68f73e75466e4bc30f4bc8fdd0ce394ba04506c
Add explicit aria-label to unlabeled controls

- in particular, controls that just relied on `placeholder`, as this is still not officially/consistently supported as a valid way to provide an accessible name (though some browsers do use it as a fallback)
site/content/docs/4.3/examples/navbars/index.html
site/content/docs/4.3/forms/form-control.md
site/content/docs/4.3/forms/layout.md
site/content/docs/4.3/forms/select.md
site/content/docs/4.3/forms/validation.md