katoikia-app/web-ui/web-react/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/ol.js

13 lines
228 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = getImplicitRoleForOl;
/**
* Returns the implicit role for an ol tag.
*/
function getImplicitRoleForOl() {
return 'list';
}