bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

replacing acronym and tt HTML elements


From: Patrice Dumas
Subject: replacing acronym and tt HTML elements
Date: Wed, 3 Aug 2022 15:29:45 +0200

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?


-- 
Pat



reply via email to

[Prev in Thread] Current Thread [Next in Thread]