Skip to content

Commit 740a8e6

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

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

css2/issues/issues-4

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,37 @@ Proposal 2:
203203
The static position and the position for floats is calculated as
204204
if such inline elements were anonymous blocks.
205205

206+
Proposal 3:
207+
208+
Line boxes that contain no text, no preserved white space, no inline
209+
elements with non-zero margins, padding, or borders, and no other
210+
in-flow content (such as images, inline blocks or inline tables),
211+
and don't end with a line feed must be taken out of flow and not
212+
rendered. Inline elements on such line boxes must not be rendered.
213+
The static position of such inline elements is calculated with
214+
respect to an anonymous block that replaces the line box. This
215+
anonymous block is the containing block for any descendant floats.
216+
217+
Proposal 4:
218+
219+
Line boxes that contain no text, no preserved white space, no inline
220+
elements with non-zero margins, padding, or borders, and no other
221+
in-flow content (such as images, inline blocks or inline tables),
222+
and don't end with a line feed must be taken out of flow and not
223+
rendered. Inline elements on such line boxes must not be rendered.
224+
The static and relatively-positioned position of such inline elements
225+
is the static position of an anonymous block that replaces the
226+
line box. This anonymous block is the containing block for any
227+
descendant floats.
228+
229+
Proposal 5:
230+
231+
Empty inline elements without padding, margins or borders (and ignored
232+
height) on an otherwise empty line box do not participate in rendering.
233+
For positioning purposes treat the empty inline as an empty block box.
234+
235+
Proposal 6:
236+
206237
Resolution:
207238

208239
=WG= Discuss.

0 commit comments

Comments
 (0)