On Fri, Nov 11, 2022 at 04:16:46PM -0800, Raymond Toy wrote: > texinfo 7.0 makes a difference. The tables are not in a tiny font. (At > least when I use chrome and firefox developer tools to simulate a mobile > device.) > > It might be good to know what changed to make this work so it doesn't > regress in the future, but I guess basically it's all working now with 7.0.
This has been discussed several times in the past on this mailing list. The issue is a so-called "font boosting" feature in mobile web browsers. We worked around this both with a <meta name="viewport" content="width=device-width,initial-scale=1"> declaration in the document, and with less use of tables by default.