Web accessibility standards state that the complementary landmark or aside needs to be at the top level
Complementary content supports the main content theme of a document or page. Screen reader users have the option to skip over complementary content when it appears at the top level of the accessibility API.
By embedding an <aside> element in another landmark, it may disable screen reader functionality.
Aside elements or elements with role=complementary should not be an internal part of another ARIA landmark. Nesting landmarks create confusing document structures.