Start over, this time in Astro
This commit is contained in:
31
node_modules/aria-query/lib/etc/roles/literal/scrollbarRole.js
generated
vendored
31
node_modules/aria-query/lib/etc/roles/literal/scrollbarRole.js
generated
vendored
@@ -1,31 +0,0 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = void 0;
|
||||
var scrollbarRole = {
|
||||
abstract: false,
|
||||
accessibleNameRequired: false,
|
||||
baseConcepts: [],
|
||||
childrenPresentational: true,
|
||||
nameFrom: ['author'],
|
||||
prohibitedProps: [],
|
||||
props: {
|
||||
'aria-disabled': null,
|
||||
'aria-valuetext': null,
|
||||
'aria-orientation': 'vertical',
|
||||
'aria-valuemax': '100',
|
||||
'aria-valuemin': '0'
|
||||
},
|
||||
relatedConcepts: [],
|
||||
requireContextRole: [],
|
||||
requiredContextRole: [],
|
||||
requiredOwnedElements: [],
|
||||
requiredProps: {
|
||||
'aria-controls': null,
|
||||
'aria-valuenow': null
|
||||
},
|
||||
superClass: [['roletype', 'structure', 'range'], ['roletype', 'widget']]
|
||||
};
|
||||
var _default = exports.default = scrollbarRole;
|
Reference in New Issue
Block a user