[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: replacing acronym and tt HTML elements
From: |
Gavin Smith |
Subject: |
Re: replacing acronym and tt HTML elements |
Date: |
Fri, 5 Aug 2022 18:33:33 +0100 |
On Wed, Aug 03, 2022 at 03:29:45PM +0200, Patrice Dumas wrote:
> Hello,
>
> I propose to replace the elements removed from HTML5, acronym and tt.
> acronym HTML element replaced by abbr, and tt by a span, where there is
> no semantics for the tt, for example with @t. This would lead to
>
> <abbr class="acronym">
> <span class="t">
>
> span.t => font-family: monospace;
>
> Does it looks ok?
@t should already output <code>; I thought I changed this a few months ago.
If there is anywhere left in texi2any which outputs <tt> (not from @t),
then we could consider it case by case.
I'm happy to replace <acronym> with <abbr> although I don't think
there is an urgent need to do so.