source: frontend/node_modules/aria-query/lib/etc/roles/literal/graphicsSymbolRole.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: 677 bytes
Line 
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.default = void 0;
7var graphicsSymbolRole = {
8 abstract: false,
9 accessibleNameRequired: true,
10 baseConcepts: [],
11 childrenPresentational: true,
12 nameFrom: ['author'],
13 prohibitedProps: [],
14 props: {
15 'aria-disabled': null,
16 'aria-errormessage': null,
17 'aria-expanded': null,
18 'aria-haspopup': null,
19 'aria-invalid': null
20 },
21 relatedConcepts: [],
22 requireContextRole: [],
23 requiredContextRole: [],
24 requiredOwnedElements: [],
25 requiredProps: {},
26 superClass: [['roletype', 'structure', 'section', 'img']]
27};
28var _default = exports.default = graphicsSymbolRole;
Note: See TracBrowser for help on using the repository browser.