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.
 
 
 

27 lines
686 B

'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
var columnheaderRole = {
abstract: false,
accessibleNameRequired: true,
baseConcepts: [{
module: 'HTML',
concept: {
name: 'th'
}
}],
childrenPresentational: false,
nameFrom: ['author', 'contents'],
props: {
'aria-sort': null
},
relatedConcepts: [],
requireContextRole: ['row'],
requiredOwnedElements: [],
requiredProps: {},
superClass: [['roletype', 'structure', 'section', 'cell'], ['roletype', 'structure', 'section', 'cell', 'gridcell'], ['roletype', 'widget', 'gridcell'], ['roletype', 'structure', 'sectionhead']]
};
exports.default = columnheaderRole;