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
759 B
34 lines
759 B
2 years ago
|
"use strict";
|
||
|
|
||
|
Object.defineProperty(exports, "__esModule", {
|
||
|
value: true
|
||
|
});
|
||
|
exports.default = void 0;
|
||
|
var cellRole = {
|
||
|
abstract: false,
|
||
|
accessibleNameRequired: false,
|
||
|
baseConcepts: [],
|
||
|
childrenPresentational: false,
|
||
|
nameFrom: ['author', 'contents'],
|
||
|
prohibitedProps: [],
|
||
|
props: {
|
||
|
'aria-colindex': null,
|
||
|
'aria-colspan': null,
|
||
|
'aria-rowindex': null,
|
||
|
'aria-rowspan': null
|
||
|
},
|
||
|
relatedConcepts: [{
|
||
|
concept: {
|
||
|
constraints: ['descendant of table'],
|
||
|
name: 'td'
|
||
|
},
|
||
|
module: 'HTML'
|
||
|
}],
|
||
|
requireContextRole: ['row'],
|
||
|
requiredContextRole: ['row'],
|
||
|
requiredOwnedElements: [],
|
||
|
requiredProps: {},
|
||
|
superClass: [['roletype', 'structure', 'section']]
|
||
|
};
|
||
|
var _default = cellRole;
|
||
|
exports.default = _default;
|