kontenta / kontour

Admin page manager for Laravel
2 stars 1 forks source link

Replace title attribute #177

Closed bjuppa closed 4 years ago

bjuppa commented 4 years ago

This PR cleans up usage of the title html attribute that causes duplications in many screenreaders, and also it's not an accessible way to get a "tooltip".

For links, the name and description are now combined into aria-label, unless every word in name is already present in description, if so only description is used to avoid duplication.

The description is put into data-kontour-description and styling is also updated to display it as a tooltip when a link is hovered, focused or active.

In addition the data-kontour-username is displayed as a tooltip on top for recent team links in the widget. Before this was only in attribute and never displayed visually in the interface.

This PR contains breaking changes:

Closes #145

bjuppa commented 4 years ago

Ok, I'm going to change direction here one more time 😆