option.js 242 B

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