File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 </ mat-toolbar-row >
2222 </ mat-toolbar >
2323
24- < mat-sidenav-container class ="sidenav-container mat-drawer-container mat-sidenav-container " role =" main " >
25- < mat-sidenav-content class ="mat-drawer-content mat-sidenav-content ">
26- < section class ="sidenav-content " role =" content " >
24+ < mat-sidenav-container class ="sidenav-container mat-drawer-container mat-sidenav-container ">
25+ < mat-sidenav-content class ="mat-drawer-content mat-sidenav-content " role =" main " >
26+ < section class ="sidenav-content ">
2727 < aio-doc-viewer >
2828 < div class ="content ">
2929 < div class ="nf-container l-flex-wrap flex-center ">
Original file line number Diff line number Diff line change 3939
4040< aio-search-results #searchResultsView *ngIf ="showSearchResults " [searchResults] ="searchResults | async " (resultSelected) ="hideSearchResults() "> </ aio-search-results >
4141
42- < mat-sidenav-container class ="sidenav-container " [class.starting] ="isStarting " [class.has-floating-toc] ="hasFloatingToc " role =" main " >
42+ < mat-sidenav-container class ="sidenav-container " [class.starting] ="isStarting " [class.has-floating-toc] ="hasFloatingToc ">
4343
4444 < mat-sidenav [ngClass] ="{'collapsed': !isSideBySide} " #sidenav class ="sidenav " [mode] ="mode " [opened] ="isOpened " (openedChange) ="updateHostClasses() ">
4545 < aio-nav-menu *ngIf ="!isSideBySide " [nodes] ="topMenuNarrowNodes " [currentNode] ="currentNodes?.TopBarNarrow " [isWide] ="false "> </ aio-nav-menu >
5050 </div> -->
5151 </ mat-sidenav >
5252
53- < section class ="sidenav-content " [id] ="pageId " role ="content ">
53+ < section class ="sidenav-content " [id] ="pageId " role ="main ">
5454 < aio-mode-banner [mode] ="deployment.mode " [version] ="versionInfo "> </ aio-mode-banner >
5555 < aio-doc-viewer [class.no-animations] ="isStarting "
5656 [doc] ="currentDocument "
You can’t perform that action at this time.
0 commit comments