From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Improvements to Emacs documentation accessibility Date: Wed, 12 Oct 2022 20:29:03 +0300 Message-ID: <83czaxar34.fsf@gnu.org> References: <7263e075-429e-596f-f97d-47988b362e31@johnhaman.org> <87r0zddulj.fsf@yahoo.com> <87y1tl6jxa.fsf@posteo.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="561"; mail-complaints-to="usenet@ciao.gmane.io" Cc: mail@johnhaman.org, luangruo@yahoo.com, emacs-devel@gnu.org To: Philip Kaludercic Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Oct 12 19:30:40 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oifZ1-000AQs-4W for ged-emacs-devel@m.gmane-mx.org; Wed, 12 Oct 2022 19:30:39 +0200 Original-Received: from localhost ([::1]:41036 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oifYz-0005jt-Nf for ged-emacs-devel@m.gmane-mx.org; Wed, 12 Oct 2022 13:30:37 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:42594) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oifXK-0004gq-0u for emacs-devel@gnu.org; Wed, 12 Oct 2022 13:28:54 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:38980) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oifXJ-0001v5-4T; Wed, 12 Oct 2022 13:28:53 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=+diADiSkNrO6j/7dlQgp/TA/lWxwdWT5C55g9i8YY+w=; b=QVpvrIPhc47g tw+W09h0Lhi+AFxRawIPgdtlSdClBhG8pmdByqnqLDkc+hyR5Yx4Ikj+ld5rO1VPG2kWeEk3OfATn iBWsIE4KnfwLSXr9TFwh8Cxv/Wns6PmuJS+9Bg6tXvndcIM1YxadRyER7TAKTHyd+4GidfcwFZKyz ugvpFuxV/5V466zmh0JtehKuZwJ7/TEDOJkuXkp5KKG9iQzwXL8cMGl2j5sh46BnZ3yL1/iKJY0Nc kltf1QmEkvDqBIKK3RxyjpqGAW1mueYATKTkl5PuPjcFmLawv9EC5fEg0qqCBCLHoQBJtx57GLXKY 8UdNv+Xw5pdQVKyH3iYM+Q==; Original-Received: from [87.69.77.57] (port=3537 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oifXI-0007Hu-Ie; Wed, 12 Oct 2022 13:28:52 -0400 In-Reply-To: <87y1tl6jxa.fsf@posteo.net> (message from Philip Kaludercic on Wed, 12 Oct 2022 17:17:21 +0000) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:297622 Archived-At: > From: Philip Kaludercic > Cc: Po Lu , emacs-devel@gnu.org > Date: Wed, 12 Oct 2022 17:17:21 +0000 > > The site is missing a viewport-meta tag which is regretfully necessary > for normal pages to behave like normal pages on mobile screens. Adding > that ought to help, but that should be done by the texinfo/makeinfo > maintainers. Texinfo 6.8 already adds that tag. As I wrote, the scripts we use to adapt the HTML docs to the GNU Web site used to remove that tag, but that was supposed to be fixed months ago. In any case, this is our problem, not Texinfo's.