[PATCH] Fix an uninitialized variable.

2025-05-19 Thread Collin Funk
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

Re: "texi2any --html --no-split" should not generate accesskey attributes

2025-05-19 Thread Gavin Smith
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