https://bugs.documentfoundation.org/show_bug.cgi?id=153904

--- Comment #2 from ajlittoz <page74010...@yahoo.fr> ---
(In reply to Regina Henschel from comment #1)
> Created attachment 185685 [details]
> Inline heading by CSS in HTML
> 
> Do you look for something like display:inline as known from CSS in HTML?
> (See attachment)

I think the closest would be display:inline-block but it is not exactly the
same. My proposal describes modifications to the raw CSS behaviour.

In CSS, boxes are drawn independent from each other once their z-ordering has
been determined.

Here, I'd like some sort of merging between the two boxes (if this makes
sense). If however you think that implementing some equivalent to
display:inline[-block] is easier, why not?

I nevertheless want to point out that the feature must remain consistent with
the notion of text flow (or rather reading order). If "inline" implementation
is based on frame engine, wrap mode must be forced to After so that no
subsequent text is place at left of heading. Similarly, no subsequent text must
be found above the heading. These two constraints coarsely guide where the
block is positioned, with the additional factor that baselines must be aligned
as much as possible.

Your suggestion even allows the "drop caps" effect but user must be
particularly careful in style configuration if such a layout is desired.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to