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