.. _important-letter-navigation-markup: ========================================================================= Important: Letters without profiles are disabled in the letter navigation ========================================================================= Description =========== The letter navigation of the profile list and list-and-detail plugins linked every letter from A to Z, so a visitor could land on a page that said no profiles were found. The shipped partial :file:`Partials/Profile/List/AlphabetPagination.html` now reads which letters lead somewhere (see :ref:`feature-letter-navigation-availability`) and renders: * a letter with profiles as a link, as before; * a letter without profiles as :html:`li.page-item.disabled` with a :html:`span.page-link` and no link, plus a visually hidden "no profiles" for assistive technology; * the selected letter as :html:`li.page-item.active` with :html:`aria-current="page"`, not linked, as before; * :guilabel:`A-Z` as :html:`li.page-item.active` with :html:`aria-current="page"` while no letter is selected. The :html:`