We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
menu
Hi,
the context menu currently technically is against HTML specs: It uses a div element with li children, which is technically not allowed per HTML specs (but obviously works anyways): https://developer.mozilla.org/en-US/docs/Web/HTML/Element/li#technical_summary
div
li
Instead I think we just should use the more semantic menu element, which allows li elements as direct children: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/menu
git
Ubuntu
Local (no sync)
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Hi,
the context menu currently technically is against HTML specs:
It uses a
div
element withli
children, which is technically not allowed per HTML specs (but obviously works anyways):https://developer.mozilla.org/en-US/docs/Web/HTML/Element/li#technical_summary
Instead I think we just should use the more semantic
menu
element, which allowsli
elements as direct children:https://developer.mozilla.org/en-US/docs/Web/HTML/Element/menu
TriliumNext Version
git
What operating system are you using?
Ubuntu
What is your setup?
Local (no sync)
Operating System Version
git
Error logs
No response
The text was updated successfully, but these errors were encountered: