- From: Simbu <simbu.in@gmail.com>
- Date: Tue, 16 Apr 2013 01:36:59 +0000
- To: www-style@w3.org
- Message-ID: <CAC=kWRdiX0Jv-+6jfRvSY8tUw9g_VPgOiX-2B8QkQS6RFQbCTA@mail.gmail.com>
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,
Attachments
- image/jpeg attachment: overlap-exclusion.JPG
Received on Wednesday, 17 April 2013 12:12:22 UTC