Mercurial > prosody-modules
changeset 4973:39211f23f9f3
mod_http_muc_log: Improve accessibility with descriptive @title attrs
Especially relevant here where the link text is just an icon
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 06 Jul 2022 18:28:43 +0200 |
parents | b49d72160497 |
children | 807007913f67 |
files | mod_http_muc_log/res/http_muc_log.html |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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}">✎</a>}{item.edit& <a href="#{item.edit}">✏</a>}</q> +<q class="body">{item.edited&<del>}{item.body?}{item.edited&</del> <a href="#{item.edited}" title="jump to corrected version">✎</a>}{item.edit& <a href="#{item.edit}" title="jump to previous version">✏</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>}