diff --git a/lib/arbre/html/html5_elements.rb b/lib/arbre/html/html5_elements.rb
index 8b1e383..3434a8d 100644
--- a/lib/arbre/html/html5_elements.rb
+++ b/lib/arbre/html/html5_elements.rb
@@ -12,6 +12,7 @@ module HTML
:audio,
:b,
:base,
+ :bdi,
:bdo,
:blockquote,
:body,
@@ -24,11 +25,13 @@ module HTML
:col,
:colgroup,
:command,
+ :data,
:datalist,
:dd,
:del,
:details,
:dfn,
+ :dialog,
:div,
:dl,
:dt,
@@ -76,14 +79,20 @@ module HTML
:option,
:output,
:param,
+ :picture,
:pre,
:progress,
:q,
+ :rp,
+ :rt,
+ :ruby,
:s,
:samp,
:script,
+ :search,
:section,
:select,
+ :slot,
:small,
:source,
:span,
@@ -96,6 +105,7 @@ module HTML
:table,
:tbody,
:td,
+ :template,
:textarea,
:tfoot,
:th,
@@ -104,6 +114,7 @@ module HTML
:title,
:tr,
:track,
+ :u,
:ul,
:var,
:video,