Problem/Motivation
A menu should be a <nav> HTML tag, like rendered by Drupal core.
From https://www.jstree.com/ it seems that the CSS id is used, "a <div> is enough" doesn't mean you should use it instead of <nav>. If a div is needed, can't we also put the nav inside?

| Comment | File | Size | Author |
|---|---|---|---|
| jstree_menu container html.png | 21.11 KB | kopeboy |
Issue fork jstree_menu-3362863
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
rcodinaComment #6
rcodinaThanks!