mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
38 lines
731 B
JavaScript
38 lines
731 B
JavaScript
|
'use strict';
|
||
|
|
||
|
Object.defineProperty(exports, "__esModule", {
|
||
|
value: true
|
||
|
});
|
||
|
var rowgroupRole = {
|
||
|
abstract: false,
|
||
|
accessibleNameRequired: false,
|
||
|
baseConcepts: [{
|
||
|
module: 'HTML',
|
||
|
concept: {
|
||
|
name: 'tbody'
|
||
|
}
|
||
|
}, {
|
||
|
module: 'HTML',
|
||
|
concept: {
|
||
|
name: 'tfoot'
|
||
|
}
|
||
|
}, {
|
||
|
module: 'HTML',
|
||
|
concept: {
|
||
|
name: 'thead'
|
||
|
}
|
||
|
}],
|
||
|
childrenPresentational: false,
|
||
|
nameFrom: ['author', 'contents'],
|
||
|
props: {
|
||
|
'aria-activedescendant': null,
|
||
|
'aria-expanded': null
|
||
|
},
|
||
|
relatedConcepts: [],
|
||
|
requireContextRole: ['grid', 'table', 'treegrid'],
|
||
|
requiredOwnedElements: [['row']],
|
||
|
requiredProps: {},
|
||
|
superClass: [['roletype', 'structure']]
|
||
|
};
|
||
|
|
||
|
exports.default = rowgroupRole;
|