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

13 lines
230 B
JavaScript

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