fanglingsu / vimb

Vimb - the vim like browser is a webkit based web browser that behaves like the vimperator plugin for the firefox and usage paradigms from the great editor vim. The goal of vimb is to build a completely keyboard-driven, efficient and pleasurable browsing-experience.
https://fanglingsu.github.io/vimb/
GNU General Public License v3.0
1.34k stars 99 forks source link

Add hints for <summary> elements #694

Closed illfygli closed 2 years ago

illfygli commented 2 years ago

The <summary> element has an implicit ARIA role of button, and is typically used to toggle the visibility of content within a <details> element. They are used on Sourcehut among other websites and it's nice to be able to toggle them easily. There's a demo on the MDN page.

fanglingsu commented 2 years ago

@illfygli Thank you! I've never seen this before.