aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/backlinks_onhover_thing_can_go_weird.mdwn
diff options
context:
space:
mode:
authorjmtd <jmtd@web>2020-04-21 17:09:07 -0400
committeradmin <admin@branchable.com>2020-04-21 17:09:07 -0400
commit0606d7cfb1bd802ebed18e1182c3da5ff1d4954a (patch)
treee1c10128db525bbbae5949f63a8bace420971e37 /doc/bugs/backlinks_onhover_thing_can_go_weird.mdwn
parentf22709fcb1d3c668d1123bab92ea3cb33dc0cbe7 (diff)
downloadikiwiki-0606d7cfb1bd802ebed18e1182c3da5ff1d4954a.tar
ikiwiki-0606d7cfb1bd802ebed18e1182c3da5ff1d4954a.tar.gz
alternative approach for backlinks
Diffstat (limited to 'doc/bugs/backlinks_onhover_thing_can_go_weird.mdwn')
-rw-r--r--doc/bugs/backlinks_onhover_thing_can_go_weird.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/bugs/backlinks_onhover_thing_can_go_weird.mdwn b/doc/bugs/backlinks_onhover_thing_can_go_weird.mdwn
index 415e6af91..327b8136b 100644
--- a/doc/bugs/backlinks_onhover_thing_can_go_weird.mdwn
+++ b/doc/bugs/backlinks_onhover_thing_can_go_weird.mdwn
@@ -41,3 +41,9 @@ further down the list, but of course then you are outside the hover region.
>
> Yet another idea: Find some more refined CSS for handling a variable
> size popup.. --[[Joey]]
+
+>> The HTML5 "Details" tag would be perfect:
+>> <https://www.w3schools.com/TAGS/tag_details.asp>
+>> <details><summary>example</summary>here's an example</details>
+>> The above works for me on ikiwiki.info which does not have `html5:1`
+>> so far as I can tell *— [[Jon]], 2020-04-21*