|
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:
896 bytes
|
| Line | |
|---|
| 1 | "use strict";
|
|---|
| 2 |
|
|---|
| 3 | Object.defineProperty(exports, "__esModule", {
|
|---|
| 4 | value: true
|
|---|
| 5 | });
|
|---|
| 6 | exports.default = void 0;
|
|---|
| 7 | var linkRole = {
|
|---|
| 8 | abstract: false,
|
|---|
| 9 | accessibleNameRequired: true,
|
|---|
| 10 | baseConcepts: [],
|
|---|
| 11 | childrenPresentational: false,
|
|---|
| 12 | nameFrom: ['author', 'contents'],
|
|---|
| 13 | prohibitedProps: [],
|
|---|
| 14 | props: {
|
|---|
| 15 | 'aria-disabled': null,
|
|---|
| 16 | 'aria-expanded': null,
|
|---|
| 17 | 'aria-haspopup': null
|
|---|
| 18 | },
|
|---|
| 19 | relatedConcepts: [{
|
|---|
| 20 | concept: {
|
|---|
| 21 | attributes: [{
|
|---|
| 22 | constraints: ['set'],
|
|---|
| 23 | name: 'href'
|
|---|
| 24 | }],
|
|---|
| 25 | name: 'a'
|
|---|
| 26 | },
|
|---|
| 27 | module: 'HTML'
|
|---|
| 28 | }, {
|
|---|
| 29 | concept: {
|
|---|
| 30 | attributes: [{
|
|---|
| 31 | constraints: ['set'],
|
|---|
| 32 | name: 'href'
|
|---|
| 33 | }],
|
|---|
| 34 | name: 'area'
|
|---|
| 35 | },
|
|---|
| 36 | module: 'HTML'
|
|---|
| 37 | }],
|
|---|
| 38 | requireContextRole: [],
|
|---|
| 39 | requiredContextRole: [],
|
|---|
| 40 | requiredOwnedElements: [],
|
|---|
| 41 | requiredProps: {},
|
|---|
| 42 | superClass: [['roletype', 'widget', 'command']]
|
|---|
| 43 | };
|
|---|
| 44 | var _default = exports.default = linkRole; |
|---|
Note:
See
TracBrowser
for help on using the repository browser.