Skip to content
Permalink
9bfb9ba527
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
38 lines (37 sloc) 883 Bytes
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var listitemRole = {
abstract: false,
accessibleNameRequired: false,
baseConcepts: [],
childrenPresentational: false,
nameFrom: ['author'],
prohibitedProps: [],
props: {
'aria-level': null,
'aria-posinset': null,
'aria-setsize': null
},
relatedConcepts: [{
concept: {
constraints: ['direct descendant of ol', 'direct descendant of ul', 'direct descendant of menu'],
name: 'li'
},
module: 'HTML'
}, {
concept: {
name: 'item'
},
module: 'XForms'
}],
requireContextRole: ['directory', 'list'],
requiredContextRole: ['directory', 'list'],
requiredOwnedElements: [],
requiredProps: {},
superClass: [['roletype', 'structure', 'section']]
};
var _default = listitemRole;
exports.default = _default;