ol.js 228 B

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