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
780 B
34 lines
780 B
"use strict"; |
|
|
|
Object.defineProperty(exports, "__esModule", { |
|
value: true |
|
}); |
|
exports.default = void 0; |
|
var docIntroductionRole = { |
|
abstract: false, |
|
accessibleNameRequired: false, |
|
baseConcepts: [], |
|
childrenPresentational: false, |
|
nameFrom: ['author'], |
|
prohibitedProps: [], |
|
props: { |
|
'aria-disabled': null, |
|
'aria-errormessage': null, |
|
'aria-expanded': null, |
|
'aria-haspopup': null, |
|
'aria-invalid': null |
|
}, |
|
relatedConcepts: [{ |
|
concept: { |
|
name: 'introduction [EPUB-SSV]' |
|
}, |
|
module: 'EPUB' |
|
}], |
|
requireContextRole: [], |
|
requiredContextRole: [], |
|
requiredOwnedElements: [], |
|
requiredProps: {}, |
|
superClass: [['roletype', 'structure', 'section', 'landmark']] |
|
}; |
|
var _default = docIntroductionRole; |
|
exports.default = _default; |