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.
36 lines
948 B
36 lines
948 B
2 years ago
|
"use strict";
|
||
|
|
||
|
Object.defineProperty(exports, "__esModule", {
|
||
|
value: true
|
||
|
});
|
||
|
exports.default = void 0;
|
||
|
var rowRole = {
|
||
|
abstract: false,
|
||
|
accessibleNameRequired: false,
|
||
|
baseConcepts: [],
|
||
|
childrenPresentational: false,
|
||
|
nameFrom: ['author', 'contents'],
|
||
|
prohibitedProps: [],
|
||
|
props: {
|
||
|
'aria-colindex': null,
|
||
|
'aria-expanded': null,
|
||
|
'aria-level': null,
|
||
|
'aria-posinset': null,
|
||
|
'aria-rowindex': null,
|
||
|
'aria-selected': null,
|
||
|
'aria-setsize': null
|
||
|
},
|
||
|
relatedConcepts: [{
|
||
|
concept: {
|
||
|
name: 'tr'
|
||
|
},
|
||
|
module: 'HTML'
|
||
|
}],
|
||
|
requireContextRole: ['grid', 'rowgroup', 'table', 'treegrid'],
|
||
|
requiredContextRole: ['grid', 'rowgroup', 'table', 'treegrid'],
|
||
|
requiredOwnedElements: [['cell'], ['columnheader'], ['gridcell'], ['rowheader']],
|
||
|
requiredProps: {},
|
||
|
superClass: [['roletype', 'structure', 'section', 'group'], ['roletype', 'widget']]
|
||
|
};
|
||
|
var _default = rowRole;
|
||
|
exports.default = _default;
|