The HTML for the voting buttons (for confirmed issues) use the 'button' state and the 'alt' attribute. But the 'alt' attribute is only allowed for the 'image' state.
1. Check the HTML for a confirmed issue with https://validator.w3.org/nu/
2. See the issue "Attribute alt not allowed on element input at this point."
The 'title' attribute should be used instead of the invalid 'alt' attribute.
Benefit: If visitors hover with their mouse over the buttons, a tooltip will be displayed, showing "Increase Priority" and "Decrease Priority".
issue was resolved by TheKroko
|
0 players say this report is valid, 0 disagree |