On Fri, Nov 11, 2022 at 5:32 PM Gavin Smith <gavinsmith0...@gmail.com> wrote:
> 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"> > Ah, yes, I had to do that too for some other pages I have. > > declaration in the document, and with less use of tables by default. > It seems for these pages, building with 6.8 was enough to make everything work. I didn't change anything other than building with texinfo 6.8. -- Ray