Hi Telerik
When keepTabsMounted prop is enabled on TabStrip, the active panel receives aria-hidden="true" which violates WAI-ARIA specification. The browser overrides this behavior when the panel contains a focused element, but the warning is still thrown:Blocked aria-hidden on an element because its descendant retained focus.
Steps to reproduce:
Add TabStrip with keepTabsMounted prop
Open browser DevTools → Accessibility tab
Click on active .k-tabstrip-content.k-active element
Observe aria-hidden: true on the active panel
Expected behavior:
Active panel should have aria-hidden="false" or no aria-hidden attribute at all.
Actual behavior:
Active panel has aria-hidden="true" causing browser accessibility warning.
