nav.js 236 B

12345678910111213
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. exports["default"] = getImplicitRoleForNav;
  6. /**
  7. * Returns the implicit role for a nav tag.
  8. */
  9. function getImplicitRoleForNav() {
  10. return 'navigation';
  11. }