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.
43 lines
959 B
43 lines
959 B
"use strict"; |
|
|
|
Object.defineProperty(exports, "__esModule", { |
|
value: true |
|
}); |
|
exports.default = void 0; |
|
var sliderRole = { |
|
abstract: false, |
|
accessibleNameRequired: true, |
|
baseConcepts: [], |
|
childrenPresentational: true, |
|
nameFrom: ['author'], |
|
prohibitedProps: [], |
|
props: { |
|
'aria-errormessage': null, |
|
'aria-haspopup': null, |
|
'aria-invalid': null, |
|
'aria-readonly': null, |
|
'aria-valuetext': null, |
|
'aria-orientation': 'horizontal', |
|
'aria-valuemax': '100', |
|
'aria-valuemin': '0' |
|
}, |
|
relatedConcepts: [{ |
|
concept: { |
|
attributes: [{ |
|
name: 'type', |
|
value: 'range' |
|
}], |
|
name: 'input' |
|
}, |
|
module: 'HTML' |
|
}], |
|
requireContextRole: [], |
|
requiredContextRole: [], |
|
requiredOwnedElements: [], |
|
requiredProps: { |
|
'aria-valuenow': null |
|
}, |
|
superClass: [['roletype', 'widget', 'input'], ['roletype', 'structure', 'range']] |
|
}; |
|
var _default = sliderRole; |
|
exports.default = _default; |