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.
		
		
		
		
			
				
					39 lines
				
				897 B
			
		
		
			
		
	
	
					39 lines
				
				897 B
			| 
											5 years ago
										 | 'use strict'; | ||
|  | 
 | ||
|  | Object.defineProperty(exports, "__esModule", { | ||
|  |   value: true | ||
|  | }); | ||
|  | var comboboxRole = { | ||
|  |   abstract: false, | ||
|  |   accessibleNameRequired: true, | ||
|  |   baseConcepts: [], | ||
|  |   childrenPresentational: false, | ||
|  |   nameFrom: ['author'], | ||
|  |   props: { | ||
|  |     'aria-expanded': 'false', | ||
|  |     'aria-autocomplete': null, | ||
|  |     'aria-required': null, | ||
|  |     'aria-haspopup': 'listbox', | ||
|  |     'aria-readonly': null | ||
|  |   }, | ||
|  |   relatedConcepts: [{ | ||
|  |     module: 'XForms', | ||
|  |     concept: { | ||
|  |       name: 'select' | ||
|  |     } | ||
|  |   }, { | ||
|  |     module: 'HTML', | ||
|  |     concept: { | ||
|  |       name: 'select' | ||
|  |     } | ||
|  |   }], | ||
|  |   requireContextRole: [], | ||
|  |   requiredOwnedElements: [['textbox'], ['listbox'], ['tree'], ['grid'], ['dialog']], | ||
|  |   requiredProps: { | ||
|  |     'aria-controls': null, | ||
|  |     'aria-expanded': 'false' | ||
|  |   }, | ||
|  |   superClass: [['roletype', 'widget', 'composite', 'select'], ['roletype', 'structure', 'section', 'group', 'select']] | ||
|  | }; | ||
|  | 
 | ||
|  | exports.default = comboboxRole; |