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.
30 lines
743 B
30 lines
743 B
"use strict"; |
|
|
|
Object.defineProperty(exports, "__esModule", { |
|
value: true |
|
}); |
|
exports.default = void 0; |
|
var tabRole = { |
|
abstract: false, |
|
accessibleNameRequired: false, |
|
baseConcepts: [], |
|
childrenPresentational: true, |
|
nameFrom: ['author', 'contents'], |
|
prohibitedProps: [], |
|
props: { |
|
'aria-disabled': null, |
|
'aria-expanded': null, |
|
'aria-haspopup': null, |
|
'aria-posinset': null, |
|
'aria-setsize': null, |
|
'aria-selected': 'false' |
|
}, |
|
relatedConcepts: [], |
|
requireContextRole: ['tablist'], |
|
requiredContextRole: ['tablist'], |
|
requiredOwnedElements: [], |
|
requiredProps: {}, |
|
superClass: [['roletype', 'structure', 'sectionhead'], ['roletype', 'widget']] |
|
}; |
|
var _default = tabRole; |
|
exports.default = _default; |