Re: [css-d] Elements that create new block formatting contexts

2010-05-04 Thread Thierry Koblentz
> > As I said earlier, my issue is about how it is *worded*, not about > how > > things work. > > One more time: > > > > "Note that an element with 'display: inline' therefore cannot be a > flow > > Root..." > > > > English is not my native language so it may be the problem here, but > the way > >

Re: [css-d] Elements that create new block formatting contexts

2010-05-04 Thread L. David Baron
On Tuesday 2010-05-04 09:37 -0700, Thierry Koblentz wrote: > > > > display: block. > > > > http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo > > > > > That table is about "computed value", what I quoted was related to a > > > "declaration" (at least that's the way I read it): > > > > > In my ru

Re: [css-d] Elements that create new block formatting contexts

2010-05-04 Thread Thierry Koblentz
> > > display: block. > > > http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo > > > That table is about "computed value", what I quoted was related to a > > "declaration" (at least that's the way I read it): > > > In my rule, the float is styled with "display:inline" and I expect it > to be > >

Re: [css-d] Elements that create new block formatting contexts

2010-05-04 Thread Climis, Tim
> > display: block. > > http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo > That table is about "computed value", what I quoted was related to a > "declaration" (at least that's the way I read it): > In my rule, the float is styled with "display:inline" and I expect it to be > a flow Root. > Is

Re: [css-d] Elements that create new block formatting contexts

2010-05-04 Thread Thierry Koblentz
> > I'm not sure I'm following that. > > What about: > > > > selector { > > float: left; > > width: 200px; > > margin-left: 10px; > > display: inline; > > } > > display: block. > http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo That table is about "computed value", what I quoted was relate

Re: [css-d] Elements that create new block formatting contexts

2010-05-04 Thread Philippe Wittenbergh
On May 4, 2010, at 11:08 PM, Thierry Koblentz wrote: > I'm not sure I'm following that. > What about: > > selector { > float: left; > width: 200px; > margin-left: 10px; > display: inline; > } display: block. http://www.w3.org/TR/CSS21/visuren.html#dis-pos-flo Philippe --- Philippe Wittenbe

Re: [css-d] Elements that create new block formatting contexts

2010-05-04 Thread Thierry Koblentz
> >> HTML5 4.10 gives a complete description of form controls (but, as > expected, not really about their display). > >> http://www.w3.org/TR/html5/forms.html#forms > > > > uhu, I should've re-read html5:10 > > http://www.w3.org/TR/html5/the-xhtml-syntax.html#the-fieldset- > element-0 > > > > 'The

Re: [css-d] Elements that create new block formatting contexts

2010-05-04 Thread Philippe Wittenbergh
On May 4, 2010, at 4:19 PM, Ingo Chao wrote: >> uhu, I should've re-read html5:10 >> http://www.w3.org/TR/html5/the-xhtml-syntax.html#the-fieldset-element-0 >> >> 'The fieldset element is expected to establish a new block formatting >> context.' >> > > ah, HTML5, spec of the specs, comes to t

Re: [css-d] Elements that create new block formatting contexts

2010-05-04 Thread Ingo Chao
2010/5/4 Philippe Wittenbergh : > > On May 4, 2010, at 12:20 PM, Philippe Wittenbergh wrote: > >> HTML5 4.10 gives a complete description of form controls (but, as expected, >> not really about their display). >> http://www.w3.org/TR/html5/forms.html#forms > > uhu, I should've re-read html5:10 > h

Re: [css-d] Elements that create new block formatting contexts

2010-05-03 Thread Thierry Koblentz
Hi Philippe, > > I've ran into that one after "Googling" for an hour. I also found > > https://bugzilla.mozilla.org/show_bug.cgi?id=342531, a post from > Philippe > > here and a post of mine on the WSG, but nothing with the spec > *stamp*... > > As with everything related to form controls, there

Re: [css-d] Elements that create new block formatting contexts

2010-05-03 Thread Philippe Wittenbergh
On May 4, 2010, at 12:20 PM, Philippe Wittenbergh wrote: > HTML5 4.10 gives a complete description of form controls (but, as expected, > not really about their display). > http://www.w3.org/TR/html5/forms.html#forms uhu, I should've re-read html5:10 http://www.w3.org/TR/html5/the-xhtml-syntax.h

Re: [css-d] Elements that create new block formatting contexts

2010-05-03 Thread Philippe Wittenbergh
On May 4, 2010, at 11:20 AM, Thierry Koblentz wrote: >>> I've been trying to find mention in the specs of fieldsets creating >> new >>> block formatting contexts, but I can't find the reference anywhere. >> >> It is not specified, but fieldsets create block formatting contexts. >> >> https://bu

Re: [css-d] Elements that create new block formatting contexts

2010-05-03 Thread Thierry Koblentz
Hi Ingo, > > I've been trying to find mention in the specs of fieldsets creating > new > > block formatting contexts, but I can't find the reference anywhere. > > It is not specified, but fieldsets create block formatting contexts. > > https://bugs.webkit.org/show_bug.cgi?id=3898#c9 I've ran in

Re: [css-d] Elements that create new block formatting contexts

2010-05-03 Thread Ingo Chao
2010/5/3 Thierry Koblentz : > I've been trying to find mention in the specs of fieldsets creating new > block formatting contexts, but I can't find the reference anywhere. It is not specified, but fieldsets create block formatting contexts. https://bugs.webkit.org/show_bug.cgi?id=3898#c9 HTH I

[css-d] Elements that create new block formatting contexts

2010-05-02 Thread Thierry Koblentz
Hi, I've been trying to find mention in the specs of fieldsets creating new block formatting contexts, but I can't find the reference anywhere. Any idea where I can find that document? TIA. -- Regards, Thierry www.tjkdesign.com | www.ez-css.org | @thierrykoblentz