- From: fantasai <fantasai.lists@inkedblade.net>
- Date: Thu, 27 Aug 2009 10:24:48 -0700
- To: www-style@w3.org
Boris Zbarsky wrote:
> fantasai wrote:
>> fantasai: We probably want approval from bz and/or dbaron before going
>> anywhere with this...
>
> For what it's worth, I plan to respond to the proposal mail in the next
> day or two. I need to read it carefully and think about it a bit first...
>
>> fantasai: Tab's point that run-ins should run into each other is good
>
> In which situation? Are we talking about a run-in running into a block
> run-in, or a run-in running into a run-in that also runs in? The latter
> is pretty different from the way run-in is "supposed" to work, it seems
> to me, since it has a run-in running into an inline that's a child of
> its following block....
We're talking about
<h2>Title A</h2>
<h3>Title B</h2>
<p>Paragraph</p>
with h2, h3 { display: run-in } looking like
<para><h2>TitleA</h2><h2>Title B</h2> Paragraph</para>
with h2, h3 { display: inline; }
~fantasai
Received on Thursday, 27 August 2009 17:25:39 UTC