hundredrabbits / 100r.co

Official Website
http://100r.co
MIT License
337 stars 55 forks source link

Use semantic HTML for keyboard shortcuts #73

Closed noelleleigh closed 2 years ago

noelleleigh commented 2 years ago

In left, nasu_guide, noodle, and uxn_guide the <ul>s containing keyboard shortcuts have been replaced by <dl>s containing <dt><dd> pairs for improved HTML semantics (name-value pairs).

The keyboard shortcut strings themselves have been wrapped in <kbd> elements for improved HTML semantics.