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.
48 lines
1.1 KiB
48 lines
1.1 KiB
'use strict'; |
|
|
|
Object.defineProperty(exports, "__esModule", { |
|
value: true |
|
}); |
|
var scrollbarRole = { |
|
abstract: false, |
|
accessibleNameRequired: false, |
|
baseConcepts: [], |
|
childrenPresentational: true, |
|
nameFrom: ['author'], |
|
props: { |
|
'aria-controls': null, |
|
'aria-orientation': null, |
|
'aria-valuemax': null, |
|
'aria-valuemin': null, |
|
'aria-valuenow': null, |
|
'aria-atomic': null, |
|
'aria-busy': null, |
|
'aria-describedby': null, |
|
'aria-disabled': null, |
|
'aria-dropeffect': null, |
|
'aria-flowto': null, |
|
'aria-grabbed': null, |
|
'aria-haspopup': null, |
|
'aria-hidden': null, |
|
'aria-invalid': null, |
|
'aria-label': null, |
|
'aria-labelledby': null, |
|
'aria-live': null, |
|
'aria-owns': null, |
|
'aria-relevant': null, |
|
'aria-valuetext': null |
|
}, |
|
relatedConcepts: [], |
|
requireContextRole: [], |
|
requiredOwnedElements: [], |
|
requiredProps: { |
|
'aria-controls': null, |
|
'aria-orientation': null, |
|
'aria-valuemax': null, |
|
'aria-valuemin': null, |
|
'aria-valuenow': null |
|
}, |
|
superClass: [] |
|
}; |
|
|
|
exports.default = scrollbarRole; |