[Bug 16002] flow-into and anonymous blocks or fix-ups

https://www.w3.org/Bugs/Public/show_bug.cgi?id=16002

Alan Stearns <stearns@adobe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |stearns@adobe.com

--- Comment #1 from Alan Stearns <stearns@adobe.com> 2012-10-02 00:58:17 UTC ---
One thing we should point out is that the elements in the named flow have no
whitespace separation. So if you have something like this:

span {flow-into:named-flow;}
<span>one</span>
<span>two</span>

What you get in the named flow is actually

<span>one</span><span>two</span>

So by moving the span elements from their markup parent (that contains the
whitespace) you're changing what gets displayed from "one two" to "onetwo"

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 2 October 2012 00:58:19 UTC