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.
31 lines
685 B
31 lines
685 B
"use strict"; |
|
|
|
Object.defineProperty(exports, "__esModule", { |
|
value: true |
|
}); |
|
exports.default = void 0; |
|
var markRole = { |
|
abstract: false, |
|
accessibleNameRequired: false, |
|
baseConcepts: [], |
|
childrenPresentational: false, |
|
nameFrom: ['prohibited'], |
|
prohibitedProps: [], |
|
props: { |
|
'aria-braillelabel': null, |
|
'aria-brailleroledescription': null, |
|
'aria-description': null |
|
}, |
|
relatedConcepts: [{ |
|
concept: { |
|
name: 'mark' |
|
}, |
|
module: 'HTML' |
|
}], |
|
requireContextRole: [], |
|
requiredContextRole: [], |
|
requiredOwnedElements: [], |
|
requiredProps: {}, |
|
superClass: [['roletype', 'structure', 'section']] |
|
}; |
|
var _default = exports.default = markRole; |