block-elements.js 742 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. 'use strict'
  2. module.exports = [
  3. 'address',
  4. 'article',
  5. 'aside',
  6. 'base',
  7. 'basefont',
  8. 'blockquote',
  9. 'body',
  10. 'caption',
  11. 'center',
  12. 'col',
  13. 'colgroup',
  14. 'dd',
  15. 'details',
  16. 'dialog',
  17. 'dir',
  18. 'div',
  19. 'dl',
  20. 'dt',
  21. 'fieldset',
  22. 'figcaption',
  23. 'figure',
  24. 'footer',
  25. 'form',
  26. 'frame',
  27. 'frameset',
  28. 'h1',
  29. 'h2',
  30. 'h3',
  31. 'h4',
  32. 'h5',
  33. 'h6',
  34. 'head',
  35. 'header',
  36. 'hgroup',
  37. 'hr',
  38. 'html',
  39. 'iframe',
  40. 'legend',
  41. 'li',
  42. 'link',
  43. 'main',
  44. 'menu',
  45. 'menuitem',
  46. 'meta',
  47. 'nav',
  48. 'noframes',
  49. 'ol',
  50. 'optgroup',
  51. 'option',
  52. 'p',
  53. 'param',
  54. 'pre',
  55. 'section',
  56. 'source',
  57. 'title',
  58. 'summary',
  59. 'table',
  60. 'tbody',
  61. 'td',
  62. 'tfoot',
  63. 'th',
  64. 'thead',
  65. 'title',
  66. 'tr',
  67. 'track',
  68. 'ul'
  69. ]