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.
28 lines
662 B
28 lines
662 B
5 years ago
|
'use strict';
|
||
|
|
||
|
Object.defineProperty(exports, "__esModule", {
|
||
|
value: true
|
||
|
});
|
||
|
var spinbuttonRole = {
|
||
|
abstract: false,
|
||
|
accessibleNameRequired: true,
|
||
|
baseConcepts: [],
|
||
|
childrenPresentational: false,
|
||
|
nameFrom: ['author'],
|
||
|
props: {
|
||
|
'aria-valuenow': '0',
|
||
|
'aria-required': null,
|
||
|
'aria-readonly': null
|
||
|
},
|
||
|
relatedConcepts: [],
|
||
|
requireContextRole: [],
|
||
|
requiredOwnedElements: [],
|
||
|
requiredProps: {
|
||
|
'aria-valuemax': null,
|
||
|
'aria-valuemin': null,
|
||
|
'aria-valuenow': '0'
|
||
|
},
|
||
|
superClass: [['roletype', 'widget', 'composite'], ['roletype', 'widget', 'input'], ['roletype', 'widget', 'range']]
|
||
|
};
|
||
|
|
||
|
exports.default = spinbuttonRole;
|