The spec looks a bit weird though. It says that "display: content;" maps to "display-outside: content; display-inside: block".
Does that mean that you can't use "display: content;" to allow an element to for example wrap two table-rows? Or to wrap some inline text? / Jonas On Fri, Nov 21, 2014 at 2:24 PM, Jonas Sicking <[email protected]> wrote: > Awesome! I've looked forward to this for a long time! > > / Jonas > > On Thu, Nov 20, 2014 at 11:01 AM, Mats Palmgren <[email protected]> wrote: >> Summary: >> Styling an element with display:contents will inhibit generating >> a box for the element, but its children and pseudo-elements still >> generate boxes as normal. >> >> Bug: >> https://bugzilla.mozilla.org/show_bug.cgi?id=907396 >> >> Link to standard: >> CSS Display Module Level 3 >> http://dev.w3.org/csswg/css-display/#valdef-display-outside-contents >> >> Platform coverage: >> all Gecko based products >> >> Estimated or target release: >> Landed, disabled by default, in Firefox 36. >> Turning on the pref by default: TBD >> https://bugzilla.mozilla.org/show_bug.cgi?id=1102374 >> >> Preference behind which this will be implemented: >> layout.css.display-contents.enabled >> _______________________________________________ >> dev-platform mailing list >> [email protected] >> https://lists.mozilla.org/listinfo/dev-platform _______________________________________________ dev-platform mailing list [email protected] https://lists.mozilla.org/listinfo/dev-platform

