Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Bug with i18nOutput & aria-label

As I pointed out in a discovery thread , it appears that running i18nOutput to get a translations json object doesn't capture i18n inside of the aria-label attribute. HTML: < span  class= "popover"  aria-label= "Damage Value"  data-i18n-aria-label= "damage_value-u"  data-i18n= "dv-u" >DV</ span > Roll20 shows it as: aria-label= "[damage_value-u]" After running the i18nOutput method and copying the output.
Heyo! Is this a known thing? Should I post it somewhere else?
Anyone know where I can submit this to see it get followed up on?
1591325790
Kraynic
Pro
Sheet Author
You might try asking in the character sheet forum.  I'm not sure that aria-label is a valid html element to use in building a sheet.
1591400762

Edited 1591400939
Kraynic said: You might try asking in the character sheet forum.  I'm not sure that aria-label is a valid html element to use in building a sheet. Thanks for the reply! I already posted it over there, also, actually :D And it is one of the supported attributes , as it isn't an HTML element. (In case you say to reference the Zen Desk articles, which I've been told are not valid , they also have it there .)