mod_http_muc_log: Improve accessibility with descriptive @title attrs
authorKim Alvefur <zash@zash.se>
Wed, 06 Jul 2022 18:28:43 +0200
changeset 4977 39211f23f9f3
parent 4976 b49d72160497
child 4978 807007913f67
mod_http_muc_log: Improve accessibility with descriptive @title attrs Especially relevant here where the link text is just an icon
mod_http_muc_log/res/http_muc_log.html
--- a/mod_http_muc_log/res/http_muc_log.html	Wed Jul 06 18:24:43 2022 +0200
+++ b/mod_http_muc_log/res/http_muc_log.html	Wed Jul 06 18:28:43 2022 +0200
@@ -114,7 +114,7 @@
 <a class="time" href="#{item.key}"><time id="{item.time}" datetime="{item.datetime}">{item.time}</time></a>
 <b class="nick">{item.nick}</b>
 <em class="verb">{item.verb?}</em>
-<q class="body">{item.edited&<del>}{item.body?}{item.edited&</del> <a href="#{item.edited}">&#9998;</a>}{item.edit& <a href="#{item.edit}">&#9999;</a>}</q>
+<q class="body">{item.edited&<del>}{item.body?}{item.edited&</del> <a href="#{item.edited}" title="jump to corrected version">&#9998;</a>}{item.edit& <a href="#{item.edit}" title="jump to previous version">&#9999;</a>}</q>
 {item.reactions%<span class="reaction">{idx} {item}</span>}
 {item.oob.url&<figure><a rel="nofollow" href="{item.oob.url?}"><img alt="{item.oob.desc?}" src="{item.oob.url?}"/></a><figcaption>{item.oob.desc?}</figcaption></figure>}
 </li>}