Hi,
When compiling Texinfo I see the following warning from GCC:
main/get_perl_info.c: In function 'html_get_button_specification_list':
main/get_perl_info.c:792:28: warning: 'text_type_p' may be used
uninitialized [-Wmaybe-uninitialized]
792 | if (!strcmp (ht
On Tue, May 13, 2025 at 04:28:28PM +0200, Vincent Lefevre wrote:
> "texi2any --html --no-split" generates many accesskey attributes
> with the same value. This does not make sense. In particular, the
> behavior in such a case depends on the web browser:
>
> https://www.w3schools.com/TAGs/att_acc