File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
197206Resolution:
198207
199208=WG= Discuss.
You can’t perform that action at this time.
0 commit comments