emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: html manual +css


From: Jean-Christophe Helary
Subject: Re: html manual +css
Date: Mon, 30 Dec 2019 20:53:35 +0900


> On 2019/12/27, at 0:50, Stefan Monnier <address@hidden> wrote:
> 
>>> The MDN doc on viewport is here:
>>> https://developer.mozilla.org/en-US/docs/Mozilla/Mobile/Viewport_meta_tag
>>> 
>>> The W3C is trying to port that directly to CSS but the spec is only a draft:
>>> https://drafts.csswg.org/css-device-adapt/#the-viewport
> 
> So, IIUC in the long run we don't need to change the HTML because this
> `meta` element is only a hack added by Safari and the corresponding
> standard feature is not yet standardized but will likely put the
> corresponding info in the CSS.

The gnu project web site uses viewport too:

https://www.gnu.org
<meta name="viewport" content="width=device-width, initial-scale=1" />


The emacs site does too:

https://www.gnu.org/software/emacs/
<meta name="viewport" 
content="initial-scale=1.0,maximum-scale=1.0,width=device-width" />


The emacs manual page does too:
https://www.gnu.org/software/emacs/manual/
<meta name="viewport" content="width=device-width, initial-scale=1" />


But, for reasons related to the way the emacs html manual is built, I suppose, 
the html manual proper does not.
https://www.gnu.org/software/emacs/manual/html_node/emacs/index.html




Jean-Christophe Helary
-----------------------------------------------
http://mac4translators.blogspot.com @brandelune





reply via email to

[Prev in Thread] Current Thread [Next in Thread]