TAN-7690 Incorrect aria attribute on date picker#13773
Conversation
|
@luucvanderzee I think this is already fixed in master. I tried replicating it but i don't see it anymore. Tested here
|
|
It was fixed in this pull request so we can close this and move the ticket to done |
|
@EdwinKato in the ticket, they explicitly say that the attribute should not be on the
Also, should |
|
Been swamped, haven't taken another look yet. Okay if I review this on Wednesday morning? I'm off tomorrow. if urgent, I can review retrospectively after merge |
|
No problem, not urgent at all 👍 |

@EdwinKato see here for a description: https://www.notion.so/govocal/Incorrect-ARIA-use-in-date-picker-span-2929663b7b2680b29a3df2c2f76d289a
I removed the
aria-expandedattribute from all Tippy tooltips. I did this for 2 reasons:spanaround the trigger (the thing that you click for the tooltip to appear, in this example abutton) and puts the aria attribute on thespanwrapper. But according to the reviewers, this is wrong and the attribute should always be on the trigger (button).aria-expandedshould becometruewhen the thing is expanded I assume? But it never does.So I figured we should probably remove it? But not fully sure so wanted to check with you first.
Changelog
Changed