Difference between revisions of "Template:CSS3 multiple column layout"

From blackwiki
Jump to navigation Jump to search
test>The Grid
(Basing on References and searching "3 columns" where limited support notes limitations on break-before, break-after, break-inside)
test>IagoQnsi
(clear:right (to play nicely with other right-floated templates))
Line 1: Line 1:
{| class="wikitable" style="float:right;font-size:90%;margin:0 0 1em 1em;text-align:center;line-height:1.25em;"
+
{| class="wikitable" style="float:right;clear:right;font-size:90%;margin:0 0 1em 1em;text-align:center;line-height:1.25em;"
 
|+ style="line-height:1.25em;padding-bottom:0.25em;"| CSS3 multiple-column layout browser support
 
|+ style="line-height:1.25em;padding-bottom:0.25em;"| CSS3 multiple-column layout browser support
 
|-
 
|-

Revision as of 04:16, 21 June 2020

CSS3 multiple-column layout browser support
Property Internet
Explorer
Firefox Safari Chrome Opera
column-width
column-count
≥ 10
(2012)
≥ 1.5
(2005)
≥ 3
(2007)
≥ 1
(2008)
≥ 11.1
(2011)
columns ≥ 10
(2012)
≥ 9
(2011)
≥ 3
(2007)
≥ 1
(2008)
≥ 11.1
(2011)
break-before
break-after
break-inside
≥ 10
(2012)
≥ 65
(2019)
≥ 10
(2016)
≥ 65
(2016)
≥ 15
(2013)
Template documentation[view] [edit] [history] [purge]
CSS3 multiple-column layout browser support
Property Internet
Explorer
Firefox Safari Chrome Opera
column-width
column-count
≥ 10
(2012)
≥ 1.5
(2005)
≥ 3
(2007)
≥ 1
(2008)
≥ 11.1
(2011)
columns ≥ 10
(2012)
≥ 9
(2011)
≥ 3
(2007)
≥ 1
(2008)
≥ 11.1
(2011)
break-before
break-after
break-inside
≥ 10
(2012)
≥ 65
(2019)
≥ 10
(2016)
≥ 65
(2016)
≥ 15
(2013)

Usage

This template (opposite) documents browser support for CSS3 multiple column layout..

References

  • "CSS Multi-column Layout Module". W3C.
  • "When can I use... Support tables for HTML5, CSS3, etc".
  • Template:Wikitraffic