Skip to content

Commit 7386aae

Browse files
committed
[css2] update
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402650
1 parent 5832186 commit 7386aae

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

css2/issues/issues-4

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ Description:
184184

185185
[Needs testcase]
186186

187-
Proposal:
187+
Proposal 1:
188188

189189
Line boxes that contain no text, no spaces, and no in-flow content
190190
(such as images, inline blocks or inline tables), and don't end with
@@ -194,6 +194,15 @@ Proposal:
194194
floats, an anonymous block that acts as a parent of these elements
195195
must be assumed to replace the line box.
196196

197+
Proposal 2:
198+
199+
Line boxes that contain no text, no preserved white space, and no
200+
in-flow content (such as images, inline blocks or inline tables),
201+
and don't end with a line feed must be taken out of flow and not
202+
rendered. Inline elements on such line boxes must not be rendered.
203+
The static position and the position for floats is calculated as
204+
if such inline elements were anonymous blocks.
205+
197206
Resolution:
198207

199208
=WG= Discuss.

0 commit comments

Comments
 (0)