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.

25 lines
496 B

4 years ago
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
var progressbarRole = {
abstract: false,
accessibleNameRequired: true,
baseConcepts: [],
childrenPresentational: true,
nameFrom: ['author'],
props: {},
relatedConcepts: [{
module: 'ARIA',
concept: {
name: 'status'
}
}],
requireContextRole: [],
requiredOwnedElements: [],
requiredProps: {},
superClass: [['roletype', 'widget', 'range']]
};
exports.default = progressbarRole;