Skip to content

Commit d4ea951

Browse files
authored
Add 'main' to HTML5 elements (#270)
1 parent ba4d42e commit d4ea951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/arbre/html/html5_elements.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module HTML
88
:dfn, :div, :dl, :dt, :em, :embed, :fieldset, :figcaption, :figure,
99
:footer, :form, :h1, :h2, :h3, :h4, :h5, :h6, :head, :header, :hgroup,
1010
:hr, :html, :i, :iframe, :img, :input, :ins, :keygen, :kbd, :label,
11-
:legend, :li, :link, :map, :mark, :menu, :menuitem, :meta, :meter, :nav, :noscript,
11+
:legend, :li, :link, :main, :map, :mark, :menu, :menuitem, :meta, :meter, :nav, :noscript,
1212
:object, :ol, :optgroup, :option, :output, :param, :pre, :progress, :q,
1313
:s, :samp, :script, :section, :select, :small, :source, :span,
1414
:strong, :style, :sub, :summary, :sup, :svg, :table, :tbody, :td,

0 commit comments

Comments
 (0)