League-of-Foundry-Developers / foundryvtt-devMode

A module with some tools to help enable Foundry VTT package developers.
MIT License
12 stars 15 forks source link

Add `title` attributes to sidebar ID buttons #24

Open arcanistzed opened 3 years ago

arcanistzed commented 3 years ago

Is your feature request related to a problem? Please describe. It may not be immediately clear what the buttons do and it is not very accessible if using a screen reader.

Describe the solution you'd like Title attributes would be added: "Copy ID" and "Print ID"

akrigline commented 3 years ago

Good idea, I'll admit i'm not overly concerned about accessiblity on this module as it is an extremely niche tool for non-"users." But a title attribute never hurt anyone. Ensure it's localized as well :).

mkahvi commented 2 years ago

With v10 these probably should be data-tooltip="blah" instead.