We have implemented closable tabs such that the structure looks roughly like:
(not showing all of the aria-controls/selected/ect attributes for simplicity)
This used to pass in v6, but now fails, and my team is unsure of how to properly implement a "closable tab" due to the new rules not allowing intractable elements other than role=tab. The close button definitely should not be a role=tab, but there doesn't seem to be any other option that the test allows.
Advice? Suggestion? Is this even the appropriate place for this question?
We have implemented closable tabs such that the structure looks roughly like: (not showing all of the
aria-controls/selected/ect
attributes for simplicity)This used to pass in v6, but now fails, and my team is unsure of how to properly implement a "closable tab" due to the new rules not allowing intractable elements other than
role=tab
. The close button definitely should not be arole=tab
, but there doesn't seem to be any other option that the test allows.Advice? Suggestion? Is this even the appropriate place for this question?