What fresh hell is THIS now? - Patrick Lauke
[kevinchao89] We're using nested lists to represent elements. The problem with this, however, is that users can't jump navigation from one level 0 list item to the next level 0 list item. Which means in order to get to the next element, they need to go through all the levels of the list.
One solution to this is treeviews, but those don't work on mobile web, apparently. Another solution is using headings for the element titles so that navigation becomes easier. However, I am worried that this will clutter up the navigation panel and new users will be left overwhelmed and confused the first time they visit the page.
Are there any other potential options that I am missing?
release
branch, or the compiled file in dist/js
(which is updated each release).
<mn>
tag to indicate a number. It seems to me, that HTML could perceivably have a tag for numbers (seems a basic kind of notion really) but afaik there's nothing suitable to convey the semantics (nor an aria role etc).
<input type="number" value="đťś‹" readonly>