From: Gavin Smith <gavinsmith0123@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Online HTML manuals for Emacs missing important CSS
Date: Sun, 2 Apr 2023 14:10:28 +0100 [thread overview]
Message-ID: <ZCl+xCYVTaRhIdou@starmint> (raw)
See for example:
https://www.gnu.org/software/emacs/manual/html_node/emacs/Misc-X.html#index-_002d_002dbasic_002ddisplay.
https://www.gnu.org/software/emacs/manual/html_node/elisp/Choosing-Window-Options.html
There are ¶ (pilcrow) symbols visible indicating copiable links.
texi2any outputs CSS rules to hide these unless the users moves their
mouse pointer over the text:
a.copiable-link {visibility: hidden; text-decoration: none; line-height: 0em}
span:hover a.copiable-link {visibility: visible}
However, these rules are missing. Presumably they are removed when
the Emacs manuals are built for the web.
Could I suggest that either these CSS rules not be removed, or that
they be included in the "manual.css" file referenced by these pages?
next reply other threads:[~2023-04-02 13:10 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-02 13:10 Gavin Smith [this message]
2023-04-02 18:01 ` Online HTML manuals for Emacs missing important CSS Yuri Khan
2023-04-02 19:22 ` Gavin Smith
2023-04-03 9:10 ` Arsen Arsenović
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZCl+xCYVTaRhIdou@starmint \
--to=gavinsmith0123@gmail.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.