[css3-exclusions] Question regarding Overlapping of Multi Exclusions

Hi all,

I am new Exclusion and Region. Need clarification for below question.


Question regarding Overlapping of Multi Exclusions:


There are 2 exclusions overlapping each other like below mentioned.

*<div class="Exclusion1" >*
*<div>*
*<img src="color.png"></img>*
*</div>*
*</div>*
*
*
*<div class="Exclusion2" contenteditable="true">*
*This exclusion box is later rendered and applied "-wrap-flow:clear"
property.*
*</div>*

In above case, both are overlapping, Exclusion1 (-wrap-flow: both) is first
rendered and Exclusion2 (-wrap-flow: clear) is later rendered one. In this
case, <img> content is not getting excluded with respect to later rendered
exclusion box. [*See the attachment*].

Whether <img> content within 1st exclusion box will exclude with respect to
later rendered exclusion box ???



when i use like below, It is excluding properly as inline content.

*<div class="Exclusion1" >*
*<img src="color.png"></img>*
*</div>*
*
*
*<div class="Exclusion2" contenteditable="true">*
*This exclusion box is later rendered and applied "-wrap-flow:clear"
property.*
*</div>*



Idealy it should exclude as inline content in Both cases. Please clarify my
doubt for case 1..



Thanks in advance.....

-- 
Thanks & Regards,

Silambarasu K,

Received on Wednesday, 17 April 2013 12:12:22 UTC