Skip to content

Commit d4c481b

Browse files
committed
Add 'main' to HTML5 elements
1 parent 009743b commit d4c481b

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
@@ -7,7 +7,7 @@ module HTML
77
:dfn, :div, :dl, :dt, :em, :embed, :fieldset, :figcaption, :figure,
88
:footer, :form, :h1, :h2, :h3, :h4, :h5, :h6, :head, :header, :hgroup,
99
:hr, :html, :i, :iframe, :img, :input, :ins, :keygen, :kbd, :label,
10-
:legend, :li, :link, :map, :mark, :menu, :menuitem, :meta, :meter, :nav, :noscript,
10+
:legend, :li, :link, :main, :map, :mark, :menu, :menuitem, :meta, :meter, :nav, :noscript,
1111
:object, :ol, :optgroup, :option, :output, :param, :pre, :progress, :q,
1212
:s, :samp, :script, :section, :select, :small, :source, :span,
1313
:strong, :style, :sub, :summary, :sup, :svg, :table, :tbody, :td,

0 commit comments

Comments
 (0)