File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 21
21
</ mat-toolbar-row >
22
22
</ mat-toolbar >
23
23
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 ">
27
27
< aio-doc-viewer >
28
28
< div class ="content ">
29
29
< div class ="nf-container l-flex-wrap flex-center ">
Original file line number Diff line number Diff line change 39
39
40
40
< aio-search-results #searchResultsView *ngIf ="showSearchResults " [searchResults] ="searchResults | async " (resultSelected) ="hideSearchResults() "> </ aio-search-results >
41
41
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 ">
43
43
44
44
< mat-sidenav [ngClass] ="{'collapsed': !isSideBySide} " #sidenav class ="sidenav " [mode] ="mode " [opened] ="isOpened " (openedChange) ="updateHostClasses() ">
45
45
< aio-nav-menu *ngIf ="!isSideBySide " [nodes] ="topMenuNarrowNodes " [currentNode] ="currentNodes?.TopBarNarrow " [isWide] ="false "> </ aio-nav-menu >
50
50
</div> -->
51
51
</ mat-sidenav >
52
52
53
- < section class ="sidenav-content " [id] ="pageId " role ="content ">
53
+ < section class ="sidenav-content " [id] ="pageId " role ="main ">
54
54
< aio-mode-banner [mode] ="deployment.mode " [version] ="versionInfo "> </ aio-mode-banner >
55
55
< aio-doc-viewer [class.no-animations] ="isStarting "
56
56
[doc] ="currentDocument "
You can’t perform that action at this time.
0 commit comments