HighDots Forums  

Inline-block standards compliant?

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Inline-block standards compliant? in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Mark Smith
 
Posts: n/a

Default Inline-block standards compliant? - 02-11-2009 , 09:06 AM






I'm doing some layout work on a project and ran into some vertical
aligment issues that seemed to be most easily fixed by using
display:inline-block.

This renders well in the latest versions of IE, Firefox and Safari.
I've never heard of this property before, and some googling uncovered
this document:

http://www.w3.org/TR/CSS21/visuren.html#propdef-display

It says "Candidate Recommendation", can I be assured that this
property will continue to be supported by compliant browsers? Or is
there a chance that it will not be supported by CSS 3?

Thanks




Reply With Quote
  #2  
Old   
Ben C
 
Posts: n/a

Default Re: Inline-block standards compliant? - 02-11-2009 , 10:11 AM






On 2009-02-11, Mark Smith <marksmith5555 (AT) jungle-monkey (DOT) com> wrote:
Quote:
I'm doing some layout work on a project and ran into some vertical
aligment issues that seemed to be most easily fixed by using
display:inline-block.

This renders well in the latest versions of IE, Firefox and Safari.
I've never heard of this property before, and some googling uncovered
this document:

http://www.w3.org/TR/CSS21/visuren.html#propdef-display

It says "Candidate Recommendation", can I be assured that this
property will continue to be supported by compliant browsers? Or is
there a chance that it will not be supported by CSS 3?
Despite the warnings at the top, CSS 2.1 is the specification all modern
browsers are based on. Inline-block has been around for a while but only
supported in Firefox since version 3. There's a very low chance of it
being removed in CSS 3.


Reply With Quote
  #3  
Old   
Peter May
 
Posts: n/a

Default Re: Inline-block standards compliant? - 02-11-2009 , 10:19 AM



Ben C pisze:
[...]
Quote:
Despite the warnings at the top, CSS 2.1 is the specification all modern
browsers are based on. Inline-block has been around for a while but only
supported in Firefox since version 3. There's a very low chance of it
being removed in CSS 3.
Inline-block works too in IE 6/7, but IE 6/7 accepts the value only on
elements with a natural display:inline.

--
Peter


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.