You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my eyes there is no reason to have several main landmarks for files page. On all other pages (which are migrated to vue) there is only app-content-vue main landmark, like:
Actually <main id="content" class="app-files"> should not exist because files page is already migrated to vue.
The text was updated successfully, but these errors were encountered:
There should be only one main landmark on the page. If there are any reasons to have several then we have to differentiate between them: https://www.w3.org/WAI/ARIA/apg/patterns/landmarks/examples/main.html
In my eyes there is no reason to have several
main
landmarks for files page. On all other pages (which are migrated to vue) there is onlyapp-content-vue
main landmark, like:Actually
<main id="content" class="app-files">
should not exist because files page is already migrated to vue.The text was updated successfully, but these errors were encountered: