; | |
Object.defineProperty(exports, "__esModule", { | |
value: true | |
}); | |
exports.default = void 0; | |
var comboboxRole = { | |
abstract: false, | |
accessibleNameRequired: true, | |
baseConcepts: [], | |
childrenPresentational: false, | |
nameFrom: ['author'], | |
prohibitedProps: [], | |
props: { | |
'aria-activedescendant': null, | |
'aria-autocomplete': null, | |
'aria-errormessage': null, | |
'aria-invalid': null, | |
'aria-readonly': null, | |
'aria-required': null, | |
'aria-expanded': 'false', | |
'aria-haspopup': 'listbox' | |
}, | |
relatedConcepts: [{ | |
concept: { | |
attributes: [{ | |
constraints: ['set'], | |
name: 'list' | |
}, { | |
name: 'type', | |
value: 'email' | |
}], | |
name: 'input' | |
}, | |
module: 'HTML' | |
}, { | |
concept: { | |
attributes: [{ | |
constraints: ['set'], | |
name: 'list' | |
}, { | |
name: 'type', | |
value: 'search' | |
}], | |
name: 'input' | |
}, | |
module: 'HTML' | |
}, { | |
concept: { | |
attributes: [{ | |
constraints: ['set'], | |
name: 'list' | |
}, { | |
name: 'type', | |
value: 'tel' | |
}], | |
name: 'input' | |
}, | |
module: 'HTML' | |
}, { | |
concept: { | |
attributes: [{ | |
constraints: ['set'], | |
name: 'list' | |
}, { | |
name: 'type', | |
value: 'text' | |
}], | |
name: 'input' | |
}, | |
module: 'HTML' | |
}, { | |
concept: { | |
attributes: [{ | |
constraints: ['set'], | |
name: 'list' | |
}, { | |
name: 'type', | |
value: 'url' | |
}], | |
name: 'input' | |
}, | |
module: 'HTML' | |
}, { | |
concept: { | |
attributes: [{ | |
constraints: ['set'], | |
name: 'list' | |
}, { | |
name: 'type', | |
value: 'url' | |
}], | |
name: 'input' | |
}, | |
module: 'HTML' | |
}, { | |
concept: { | |
attributes: [{ | |
constraints: ['undefined'], | |
name: 'multiple' | |
}, { | |
constraints: ['undefined'], | |
name: 'size' | |
}], | |
constraints: ['the multiple attribute is not set and the size attribute does not have a value greater than 1'], | |
name: 'select' | |
}, | |
module: 'HTML' | |
}, { | |
concept: { | |
name: 'select' | |
}, | |
module: 'XForms' | |
}], | |
requireContextRole: [], | |
requiredContextRole: [], | |
requiredOwnedElements: [], | |
requiredProps: { | |
'aria-controls': null, | |
'aria-expanded': 'false' | |
}, | |
superClass: [['roletype', 'widget', 'input']] | |
}; | |
var _default = comboboxRole; | |
exports.default = _default; |