@UnionPACSubmitted 10 months ago
I used tabindex in order to add keyboard navigation accessibility to my project, is there a better method instead? How did you implement this?
I used tabindex in order to add keyboard navigation accessibility to my project, is there a better method instead? How did you implement this?
This is my solution for the Interactive rating component challenge.
I'm currently doing all layout just using core HTML, CSS & JS to clear my basic understanding. In which area I should improve. Please suggest.