Nav menu element replace <ul> tag by <menu> tag

Hi,

Is there a way for the nav menu element (not nestable) to instead of the

<nav class="bricks-nav-menu-wrapper mobile_landscape">
  <menu id="menu-main" class="bricks-nav-menu">
    <li id="menu-item-23" class="menu-item">
      <a href="/" aria-current="page" spellcheck="false">Accueil</a>
    </li>
  </menu>
</nav>

Thanks.

OK, i understand we can’t do this. It’s improper use of menu element.