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.
 
 
 

29 lines
655 B

'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
var menuitemcheckboxRole = {
abstract: false,
accessibleNameRequired: true,
baseConcepts: [],
childrenPresentational: true,
nameFrom: ['author', 'contents'],
props: {
'aria-checked': 'false'
},
relatedConcepts: [{
module: 'ARIA',
concept: {
name: 'menuitem'
}
}],
requireContextRole: ['menu', 'menubar'],
requiredOwnedElements: [],
requiredProps: {
'aria-checked': null
},
superClass: [['roletype', 'widget', 'command', 'menuitem'], ['roletype', 'widget', 'input', 'checkbox']]
};
exports.default = menuitemcheckboxRole;