|
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:
746 bytes
|
| Line | |
|---|
| 1 | "use strict";
|
|---|
| 2 |
|
|---|
| 3 | Object.defineProperty(exports, "__esModule", {
|
|---|
| 4 | value: true
|
|---|
| 5 | });
|
|---|
| 6 | exports.default = void 0;
|
|---|
| 7 | var docColophonRole = {
|
|---|
| 8 | abstract: false,
|
|---|
| 9 | accessibleNameRequired: false,
|
|---|
| 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 | concept: {
|
|---|
| 23 | name: 'colophon [EPUB-SSV]'
|
|---|
| 24 | },
|
|---|
| 25 | module: 'EPUB'
|
|---|
| 26 | }],
|
|---|
| 27 | requireContextRole: [],
|
|---|
| 28 | requiredContextRole: [],
|
|---|
| 29 | requiredOwnedElements: [],
|
|---|
| 30 | requiredProps: {},
|
|---|
| 31 | superClass: [['roletype', 'structure', 'section']]
|
|---|
| 32 | };
|
|---|
| 33 | var _default = exports.default = docColophonRole; |
|---|
Note:
See
TracBrowser
for help on using the repository browser.