I have two components in main component html, app.component.html <header></header> <left-component></left-component> <right-component></right-component> <footer></footer>en el componente izquierdo tengo una forma y en el componente derecho tengo otra forma,
when using screen reader I want header to read first, second - right-component to read, I mean when i click on tab the cursor need toven al componente derecho, tercer componente izquierdo para leer, cuatro
I cannot use focus directly, because tab need to go in flow from header, body, in body first component, second component, etc likeque