decent-chat / spec

API documentation & RFC-esque specification for Decent server implementations
Mozilla Public License 2.0
1 stars 0 forks source link

Don't use HTML <details>/<summary> #9

Closed towerofnix closed 6 years ago

towerofnix commented 6 years ago

Most of the time when I'm browsing documentation, I intend to use ctrl-F to find whatever I'm looking for. Ctrl-F doesn't match anything collapsed in a <details>.

(Getting rid of <details> would also help with printing, if you wanted to show off the cool spec you put together, for whatever reason.)