source: frontend/node_modules/aria-query/lib/etc/roles/literal/cellRole.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: 767 bytes
Line 
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.default = void 0;
7var cellRole = {
8 abstract: false,
9 accessibleNameRequired: false,
10 baseConcepts: [],
11 childrenPresentational: false,
12 nameFrom: ['author', 'contents'],
13 prohibitedProps: [],
14 props: {
15 'aria-colindex': null,
16 'aria-colspan': null,
17 'aria-rowindex': null,
18 'aria-rowspan': null
19 },
20 relatedConcepts: [{
21 concept: {
22 constraints: ['ancestor table element has table role'],
23 name: 'td'
24 },
25 module: 'HTML'
26 }],
27 requireContextRole: ['row'],
28 requiredContextRole: ['row'],
29 requiredOwnedElements: [],
30 requiredProps: {},
31 superClass: [['roletype', 'structure', 'section']]
32};
33var _default = exports.default = cellRole;
Note: See TracBrowser for help on using the repository browser.