Skip to content

Commit a484056

Browse files
committed
[css-display] List flow/flow-root values as a change.
1 parent e5f63bc commit a484056

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

css-display/Overview.bs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,9 +810,15 @@ Changes</h2>
810810
Changes since the <a href="http://www.w3.org/TR/2014/WD-css-display-3-20140911/">11 September 2014 Working Draft</a> include:
811811

812812
<ul>
813-
<li>Removed <css>display-inside</css>, <css>display-outside</css>, and <css>display-extras</css>,
813+
<li>Removed <css>display-inside</css>, <css>display-outside</css>, and <css>display-extras</css> longhands,
814814
in favor of just making 'display' multi-value.
815815
(This was done to impose constraints on what can be combined.
816816
Future levels of this specification may relax some or all of those restrictions
817817
if they become unnecessary or unwanted.)
818+
<li>Created the ''flow'' and ''flow-root'' <a>inner display types</a>
819+
to better express flow layout <a>display types</a>
820+
and to create an explicit switch for making an element a <a>BFC</a> root.
821+
(This should eliminate the need for hacks
822+
like ''::after { clear: both; }'' and ''overflow: hidden''
823+
that are intended to accomplish this purpose.)
818824
</ul>

0 commit comments

Comments
 (0)