Re: [webkit-dev] Question on Inline element

2011-05-18 Thread Mustafizur Rahaman
You can see that the img overflows the paragraph in both Firefox and WebKit. This seems to be caused by the align=left, which I believe implies the CSS style float: left;. I suspect that floats do not get counted towards the height of a block, but I'd have to check. I suspect that if we

Re: [webkit-dev] Question on Inline element

2011-05-18 Thread Eric Seidel
I still don't understand the problem here? The bug you mentioned was marked invalid. As far as I can tell our current float behavior is correct. -eric On Wed, May 18, 2011 at 12:35 AM, Mustafizur Rahaman mustaf.h...@gmail.comwrote: You can see that the img overflows the paragraph in both

Re: [webkit-dev] Question on Inline element

2011-05-17 Thread Mustafizur Rahaman
Hi Eric, Thanks for your patient detailed answer :-) So based on your explanation, I understand that a paragraph element can contain an image (inline) text (inline) element altogether. Am i correct? If that is so, as per my understanding the m_framerect of Renderblock corresponding to

Re: [webkit-dev] Question on Inline element

2011-05-17 Thread Eric Seidel
On Tue, May 17, 2011 at 4:12 AM, Mustafizur Rahaman mustaf.h...@gmail.comwrote: Hi Eric, Thanks for your patient detailed answer :-) So based on your explanation, I understand that a paragraph element can contain an image (inline) text (inline) element altogether. Am i correct? If that

Re: [webkit-dev] Question on Inline element

2011-05-13 Thread Eric Seidel
On Thu, May 12, 2011 at 10:52 PM, Mustafizur Rahaman mustaf.h...@gmail.comwrote: So my question is - Can a paragraph element contain an image element= the html spec does not say NO. Yes. There are two specs at play here. HTML and CSS. Ignore anything prior to HTML5 as it was

[webkit-dev] Question on Inline element

2011-05-12 Thread Mustafizur Rahaman
Hi All, I was trying to develop my expertise by looking at some of the open issues I was looking intohttps://bugs.webkit.org/show_bug.cgi?id=22764.https://bugs.webkit.org/show_bug.cgi?id=22764(Issue with Windows build). We have done a preliminarily analysis I want to get little help so that we