> >> 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 fieldset element is expected to establish a new block formatting
> context.'
> >
> 
> ah, HTML5, spec of the specs, comes to the aid.
> 
> Does this obsolete the CSS3 term 'flow root' then?
> http://www.w3.org/TR/css3-box/#block-level0

>From that document:

"Note that an element with 'display: inline' therefore cannot be a flow
root: it doesn't float (otherwise its 'display' would be 'block'),"

I'm not sure I'm following that.
What about:

selector {
  float: left;
  width: 200px;
  margin-left: 10px;
  display: inline;
}

--
Regards,
Thierry
www.tjkdesign.com | www.ez-css.org | @thierrykoblentz





______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to