Name Description Size Coverage
orderable-tree-listbox.mjs An ordered list with the functionality of TreeListboxMixin, plus the ability to re-order the top-level list by drag-and-drop/Alt+Up/Alt+Down. NOTE: All children of this element should be HTML. If there are XUL elements, you're gonna have a bad time. @tagname orderable-tree-listbox @fires CustomEvent#ordered - Fired when the list is re-ordered. The detail field contains the row that was re-ordered. @augments {HTMLOListElement} @mixes {TreeListboxMixin} 9388 -
tree-listbox-mixin.mjs Navigation keys whose "select" event is deferred during typematic repeat to avoid overwhelming downstream handlers with rapid-fire events. 29112 -
tree-listbox.mjs An unordered list with the functionality of TreeListboxMixin. @tagname tree-listbox @augments {HTMLUListElement} @mixes {TreeListboxMixin} 590 -