add tab index
This commit is contained in:
		
							parent
							
								
									f5c5a3c2b6
								
							
						
					
					
						commit
						e34013b5f8
					
				
					 2 changed files with 10 additions and 6 deletions
				
			
		|  | @ -10,10 +10,10 @@ | |||
| <body> | ||||
|     <main class="window-body has-space"> | ||||
|         <menu role="tablist" for="settings_content"> | ||||
|             <button role="tab" for="settings" data-text="general"></button> | ||||
|             <button role="tab" for="filters" data-text="filters"></button> | ||||
|             <button role="tab" for="storage" data-text="storage"></button> | ||||
|             <button role="tab" for="about" data-text="about"></button> | ||||
|             <button role="tab" for="settings" data-text="general" tab="0"></button> | ||||
|             <button role="tab" for="filters" data-text="filters" tab="1"></button> | ||||
|             <button role="tab" for="storage" data-text="storage" tab="2"></button> | ||||
|             <button role="tab" for="about" data-text="about" tab="3"></button> | ||||
|         </menu> | ||||
|         <section class="view_main" id="settings_content"> | ||||
|             <section role="tabpanel" id="settings"> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue