source: frontend/node_modules/aria-query/lib/etc/roles/graphics/graphicsDocumentRole.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: 892 bytes
Line 
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.default = void 0;
7var graphicsDocumentRole = {
8 abstract: false,
9 accessibleNameRequired: true,
10 baseConcepts: [],
11 childrenPresentational: false,
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 module: 'GRAPHICS',
23 concept: {
24 name: 'graphics-object'
25 }
26 }, {
27 module: 'ARIA',
28 concept: {
29 name: 'img'
30 }
31 }, {
32 module: 'ARIA',
33 concept: {
34 name: 'article'
35 }
36 }],
37 requireContextRole: [],
38 requiredContextRole: [],
39 requiredOwnedElements: [],
40 requiredProps: {},
41 superClass: [['roletype', 'structure', 'document']]
42};
43var _default = exports.default = graphicsDocumentRole;
Note: See TracBrowser for help on using the repository browser.