|
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:
963 bytes
|
| Line | |
|---|
| 1 | "use strict";
|
|---|
| 2 |
|
|---|
| 3 | Object.defineProperty(exports, "__esModule", {
|
|---|
| 4 | value: true
|
|---|
| 5 | });
|
|---|
| 6 | exports.default = void 0;
|
|---|
| 7 | var gridcellRole = {
|
|---|
| 8 | abstract: false,
|
|---|
| 9 | accessibleNameRequired: false,
|
|---|
| 10 | baseConcepts: [],
|
|---|
| 11 | childrenPresentational: false,
|
|---|
| 12 | nameFrom: ['author', 'contents'],
|
|---|
| 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 | 'aria-readonly': null,
|
|---|
| 21 | 'aria-required': null,
|
|---|
| 22 | 'aria-selected': null
|
|---|
| 23 | },
|
|---|
| 24 | relatedConcepts: [{
|
|---|
| 25 | concept: {
|
|---|
| 26 | constraints: ['ancestor table element has grid role', 'ancestor table element has treegrid role'],
|
|---|
| 27 | name: 'td'
|
|---|
| 28 | },
|
|---|
| 29 | module: 'HTML'
|
|---|
| 30 | }],
|
|---|
| 31 | requireContextRole: ['row'],
|
|---|
| 32 | requiredContextRole: ['row'],
|
|---|
| 33 | requiredOwnedElements: [],
|
|---|
| 34 | requiredProps: {},
|
|---|
| 35 | superClass: [['roletype', 'structure', 'section', 'cell'], ['roletype', 'widget']]
|
|---|
| 36 | };
|
|---|
| 37 | var _default = exports.default = gridcellRole; |
|---|
Note:
See
TracBrowser
for help on using the repository browser.