版博士V2.0程序
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

UnnestableElements.js 320 B

123456789101112131415161718192021
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.default = [
  4. 'a',
  5. 'button',
  6. 'dd',
  7. 'dt',
  8. 'form',
  9. 'h1',
  10. 'h2',
  11. 'h3',
  12. 'h4',
  13. 'h5',
  14. 'h6',
  15. 'li',
  16. 'option',
  17. 'p',
  18. 'select',
  19. 'table'
  20. ];
  21. //# sourceMappingURL=UnnestableElements.js.map