No subject
Tue May 3 15:05:30 PDT 2016
> The element generates a block container box, and lays out its contents using flow layout. It always establishes a new block formatting context for its contents.
Tab Atkins and Elika Etemad (fantasai) from CSSWG consider the feature stable enough to be implemented [2].
[1] https://drafts.csswg.org/css-display-3/#valdef-display-flow-root
[2] https://discourse.wicg.io/t/1835/6
--
You are receiving this mail because:
You are the assignee for the bug.
--Boundary_(ID_Xn9+yNTPL/9WWiK/m3rdog)
Date: Thu, 8 Dec 2016 08:18:07 -0800
MIME-version: 1.0
Content-type: text/html
Content-transfer-encoding: 7BIT
<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - Implement CSS `display: flow-root` (modern clearfix)"
href="https://bugs.webkit.org/show_bug.cgi?id=165603">165603</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Implement CSS `display: flow-root` (modern clearfix)
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr>
<tr>
<th>Product</th>
<td>WebKit
</td>
</tr>
<tr>
<th>Version</th>
<td>WebKit Nightly Build
</td>
</tr>
<tr>
<th>Hardware</th>
<td>All
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>Enhancement
</td>
</tr>
<tr>
<th>Priority</th>
<td>P2
</td>
</tr>
<tr>
<th>Component</th>
<td>CSS
</td>
</tr>
<tr>
<th>Assignee</th>
<td>webkit-unassigned@lists.webkit.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>mtanalin@yandex.ru
</td>
</tr></table>
<p>
<div>
<pre>`display: flow-root` is a modern way to force a block to be a formatting context that floated elements are contained in (aka clearfix).
More information about the webkit-unassigned
mailing list