Expected Behavior
cdkTrapFocus should not set aria-hidden to true because hidden area elements are not supposed to have focusable content https://dequeuniversity.com/rules/axe/3.2/aria-hidden-focus?application=AxeChrome but the point of having a focus trap is so that you can use it with focusable content.
Actual Behavior
cdkTrapFocus sets aria-hidden to true
See comments on this commit f66302d
Environment