Currently, the ARIA specs are not very clear on how elements with global ARIA attributes should behave when they inherit a presentation role. Specifically, in cases where the element requires a specific accessibility parent role and that parent has a presentation role.
I've created WPT tests based on the following PR to monitor this behavior: w3c/aria#2237