emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] unattractive list spacing in ox-html export


From: Achim Gratz
Subject: Re: [O] unattractive list spacing in ox-html export
Date: Tue, 24 Jun 2014 12:46:41 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Eric Schulte <schulte.eric <at> gmail.com> writes:
> I disagree, editing CSS shouldn't be required for reasonable default
> list spacing on HTML export.

You can disagree all you want, that doesn't make the underlying problem go
away.  The reason for the "unattractive spacing" is that list items, while
conceptually paragraphs, do not have additional spacing after them so the
list becomes more compact.  The W3C doesn't really encourage to use lists
with paragraphs, but if you do (like Org), an explicit paragraph inside a
list environment either should also not have that spacing or should have it
at the beginning (in which case the first paragraph must be implicit).  So
you'll have to modify the CSS anyway or the lists are still having ugly
spacing. Your patch only makes it consistently ugly as soon as there is a
single explicit paragraph needed.

Regards,
Achim.





reply via email to

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