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.
34 lines
858 B
34 lines
858 B
"use strict"; |
|
|
|
Object.defineProperty(exports, "__esModule", { |
|
value: true |
|
}); |
|
exports.default = void 0; |
|
var columnheaderRole = { |
|
abstract: false, |
|
accessibleNameRequired: true, |
|
baseConcepts: [], |
|
childrenPresentational: false, |
|
nameFrom: ['author', 'contents'], |
|
prohibitedProps: [], |
|
props: { |
|
'aria-sort': null |
|
}, |
|
relatedConcepts: [{ |
|
attributes: [{ |
|
name: 'scope', |
|
value: 'col' |
|
}], |
|
concept: { |
|
name: 'th' |
|
}, |
|
module: 'HTML' |
|
}], |
|
requireContextRole: ['row'], |
|
requiredContextRole: ['row'], |
|
requiredOwnedElements: [], |
|
requiredProps: {}, |
|
superClass: [['roletype', 'structure', 'section', 'cell'], ['roletype', 'structure', 'section', 'cell', 'gridcell'], ['roletype', 'widget', 'gridcell'], ['roletype', 'structure', 'sectionhead']] |
|
}; |
|
var _default = columnheaderRole; |
|
exports.default = _default; |