- Issue created by @alejandrosrez
During an accessibility audit, I noticed that there are no HTML semantics for the tag cloud. Tags are rendered in different <span>
elements which is not great for accessibility as screen reader users perceive various unrelated tags.
Add a display option to render tags into an HTML unordered list (<ul>
with a <li>
for every tag). I've created a patch to add that option and to render the elements in an HTML list only if that option is selected.
The patch needs testing and considering this new feature for accessibility purposes.
Active
2.0
Code
It affects the ability of people with disabilities or special needs (such as blindness or color-blindness) to use Drupal.