source: frontend/node_modules/aria-query/lib/etc/roles/literal/scrollbarRole.js

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 2 weeks ago

Fix frontend appearance

  • Property mode set to 100644
File size: 746 bytes
Line 
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.default = void 0;
7var scrollbarRole = {
8 abstract: false,
9 accessibleNameRequired: false,
10 baseConcepts: [],
11 childrenPresentational: true,
12 nameFrom: ['author'],
13 prohibitedProps: [],
14 props: {
15 'aria-disabled': null,
16 'aria-valuetext': null,
17 'aria-orientation': 'vertical',
18 'aria-valuemax': '100',
19 'aria-valuemin': '0'
20 },
21 relatedConcepts: [],
22 requireContextRole: [],
23 requiredContextRole: [],
24 requiredOwnedElements: [],
25 requiredProps: {
26 'aria-controls': null,
27 'aria-valuenow': null
28 },
29 superClass: [['roletype', 'structure', 'range'], ['roletype', 'widget']]
30};
31var _default = exports.default = scrollbarRole;
Note: See TracBrowser for help on using the repository browser.