source: frontend/node_modules/aria-query/lib/etc/roles/literal/complementaryRole.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: 1.2 KB
Line 
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.default = void 0;
7var complementaryRole = {
8 abstract: false,
9 accessibleNameRequired: false,
10 baseConcepts: [],
11 childrenPresentational: false,
12 nameFrom: ['author'],
13 prohibitedProps: [],
14 props: {},
15 relatedConcepts: [{
16 concept: {
17 constraints: ['scoped to the body element', 'scoped to the main element'],
18 name: 'aside'
19 },
20 module: 'HTML'
21 }, {
22 concept: {
23 attributes: [{
24 constraints: ['set'],
25 name: 'aria-label'
26 }],
27 constraints: ['scoped to a sectioning content element', 'scoped to a sectioning root element other than body'],
28 name: 'aside'
29 },
30 module: 'HTML'
31 }, {
32 concept: {
33 attributes: [{
34 constraints: ['set'],
35 name: 'aria-labelledby'
36 }],
37 constraints: ['scoped to a sectioning content element', 'scoped to a sectioning root element other than body'],
38 name: 'aside'
39 },
40 module: 'HTML'
41 }],
42 requireContextRole: [],
43 requiredContextRole: [],
44 requiredOwnedElements: [],
45 requiredProps: {},
46 superClass: [['roletype', 'structure', 'section', 'landmark']]
47};
48var _default = exports.default = complementaryRole;
Note: See TracBrowser for help on using the repository browser.