mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
27 lines
686 B
JavaScript
27 lines
686 B
JavaScript
|
'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;
|