emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Kaushal Modi <kaushal.modi@gmail.com>
To: emacs-org list <emacs-orgmode@gnu.org>
Subject: Re: Ox-html: Replace <b> with <strong> and <i> with <em>
Date: Wed, 24 Oct 2018 11:14:48 -0400	[thread overview]
Message-ID: <CAFyQvY2jadWMek4nDjvoz0dGm7tQF_83Fr2Q18cYB6wfD7ntMA@mail.gmail.com> (raw)
In-Reply-To: <87r2gfyj62.fsf@nicolasgoaziou.fr>

On Wed, Oct 24, 2018 at 2:04 AM Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:
>
>
> No objection from me. Thank you!

Actually, before making this change, I started reading up on the HTML5
spec on the b, strong, i, em tags, and now I am confused as ever.

Facts:

- b and i are not deprecated
- b and strong are both valid but their use depends on the writer's
context (but Org mode has just one mark for either "*")
- i and em are both valid but their use depends on the writer's
context (but Org mode has just one mark for either "/").

From "em" docs[em], in the NOTE section there:

> The em element isn’t a generic "italics" element. Sometimes, text is intended to stand out from the rest of the paragraph, as if it was in a different mood or voice. For this, the i element is more appropriate.

See the b tag docs[b] and i tag docs[i], and this W3C FAQ on using b
and i tags[faq] for more.


*Summary* (/see what I did there?/):

I guess there's no need to change what "*" and "/" do right now in
ox-html, as there doesn't seem "one right way" to do things here.

And folks strongly wanting to use <strong> and <em> for bold and
italic can customize org-html-text-markup-alist.

HTML experts, please chime in.



[em]: https://www.w3.org/TR/html5/textlevel-semantics.html#the-em-element
[b]: https://www.w3.org/TR/html5/textlevel-semantics.html#the-b-element
[i]: https://www.w3.org/TR/html5/textlevel-semantics.html#the-i-element
[faq]: https://www.w3.org/International/questions/qa-b-and-i-tags

  reply	other threads:[~2018-10-24 15:30 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-24  0:38 Ox-html: Replace <b> with <strong> and <i> with <em> Kaushal Modi
2018-10-24  6:04 ` Nicolas Goaziou
2018-10-24 15:14   ` Kaushal Modi [this message]
2018-10-24 21:00     ` Tim Cross
2018-10-26  5:24       ` *markup*, /markup/ and _markup_ true semantics [Was: Re: Ox-html: Replace <b> with <strong> and <i> with <em>] Garreau, Alexandre
2018-10-26 20:15         ` Tim Cross
2018-10-27 12:52           ` Garreau, Alexandre
2018-10-28 21:19             ` Tim Cross
2018-10-28 21:46               ` Neil Jerram
2018-10-28 22:43               ` *markup*, /markup/ and _markup_ true semantics Garreau, Alexandre

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

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAFyQvY2jadWMek4nDjvoz0dGm7tQF_83Fr2Q18cYB6wfD7ntMA@mail.gmail.com \
    --to=kaushal.modi@gmail.com \
    --cc=emacs-orgmode@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 public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).