We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d253a3 commit 5832186Copy full SHA for 5832186
1 file changed
css2/issues/issues-4
@@ -186,9 +186,13 @@ Description:
186
187
Proposal:
188
189
- http://lists.w3.org/Archives/Member/w3c-css-wg/2007JanMar/0303.html
190
-
191
- Bert proposes: no change
+ Line boxes that contain no text, no spaces, and no in-flow content
+ (such as images, inline blocks or inline tables), and don't end with
+ a line feed must be taken out of flow and not rendered. Inline
192
+ elements on such line boxes must not be rendered. For the purposes
193
+ of finding the static position for positioning or position for
194
+ floats, an anonymous block that acts as a parent of these elements
195
+ must be assumed to replace the line box.
196
197
Resolution:
198
0 commit comments