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.
 
 
 

30 lines
729 B

'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
var rowRole = {
abstract: false,
accessibleNameRequired: false,
baseConcepts: [{
module: 'HTML',
concept: {
name: 'tr'
}
}],
childrenPresentational: false,
nameFrom: ['author', 'contents'],
props: {
'aria-colindex': null,
'aria-level': null,
'aria-rowindex': null,
'aria-selected': null
},
relatedConcepts: [],
requireContextRole: ['grid', 'rowgroup', 'table', 'treegrid'],
requiredOwnedElements: [['cell'], ['columnheader'], ['gridcell'], ['rowheader']],
requiredProps: {},
superClass: [['roletype', 'structure', 'section', 'group'], ['roletype', 'widget']]
};
exports.default = rowRole;