You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure why Bootstrap uses <h6> in their dropdown menu examples, but in Quarto docs the heading element receives an anchor link. Also, while it doesn't cause any accessibility issues in this case, it's still a good idea not to jump between heading levels.
shinymedia/python-package/shinymedia/ui.py
Line 96 in a075d5c
I'm not sure why Bootstrap uses
<h6>
in their dropdown menu examples, but in Quarto docs the heading element receives an anchor link. Also, while it doesn't cause any accessibility issues in this case, it's still a good idea not to jump between heading levels.Something like this could work just as well:
The text was updated successfully, but these errors were encountered: