From ef724a8940158cb8f4a92e2bff4f6f89755cb2df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gautier=20Ben=20A=C3=AFm?= <48261497+GauBen@users.noreply.github.com> Date: Fri, 12 Aug 2022 23:27:01 +0200 Subject: [PATCH] fix: added support for inert --- src/compiler/compile/render_dom/wrappers/Element/Attribute.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compiler/compile/render_dom/wrappers/Element/Attribute.ts b/src/compiler/compile/render_dom/wrappers/Element/Attribute.ts index 7b6aed0d5a..2caba05e6f 100644 --- a/src/compiler/compile/render_dom/wrappers/Element/Attribute.ts +++ b/src/compiler/compile/render_dom/wrappers/Element/Attribute.ts @@ -390,6 +390,7 @@ const boolean_attribute = new Set([ 'disabled', 'formnovalidate', 'hidden', + 'inert', 'ismap', 'itemscope', 'loop',