You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
			
				
					24 lines
				
				553 B
			
		
		
			
		
	
	
					24 lines
				
				553 B
			| 
								 
											5 years ago
										 
									 | 
							
								'use strict';
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								Object.defineProperty(exports, "__esModule", {
							 | 
						||
| 
								 | 
							
								  value: true
							 | 
						||
| 
								 | 
							
								});
							 | 
						||
| 
								 | 
							
								var tabRole = {
							 | 
						||
| 
								 | 
							
								  abstract: false,
							 | 
						||
| 
								 | 
							
								  accessibleNameRequired: false,
							 | 
						||
| 
								 | 
							
								  baseConcepts: [],
							 | 
						||
| 
								 | 
							
								  childrenPresentational: true,
							 | 
						||
| 
								 | 
							
								  nameFrom: ['author', 'contents'],
							 | 
						||
| 
								 | 
							
								  props: {
							 | 
						||
| 
								 | 
							
								    'aria-posinset': null,
							 | 
						||
| 
								 | 
							
								    'aria-selected': 'false',
							 | 
						||
| 
								 | 
							
								    'aria-setsize': null
							 | 
						||
| 
								 | 
							
								  },
							 | 
						||
| 
								 | 
							
								  relatedConcepts: [],
							 | 
						||
| 
								 | 
							
								  requireContextRole: ['tablist'],
							 | 
						||
| 
								 | 
							
								  requiredOwnedElements: [],
							 | 
						||
| 
								 | 
							
								  requiredProps: {},
							 | 
						||
| 
								 | 
							
								  superClass: [['roletype', 'structure', 'sectionhead'], ['roletype', 'widget']]
							 | 
						||
| 
								 | 
							
								};
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								exports.default = tabRole;
							 |