Skip to content

Commit 28fdf47

Browse files
committed
[css-display] Clarify that block/inline/run-in only affect flow layout. #1175
1 parent 1a7458b commit 28fdf47

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

css-display/Overview.bs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,15 +281,18 @@ Outer Display Roles for Flow Layout: the ''block'', ''inline'', and ''run-in'' k
281281
<dl dfn-type="value" dfn-for="display, <display-outside>">
282282
<dt><dfn>block</dfn>
283283
<dd>
284-
The element generates a <dfn dfn for>block-level box</dfn>. [[!CSS2]]
284+
The element generates a <dfn dfn for>block-level box</dfn>
285+
when placed in <a>flow layout</a>. [[!CSS2]]
285286

286287
<dt><dfn>inline</dfn>
287288
<dd>
288-
The element generates an <dfn dfn for>inline-level box</dfn>. [[!CSS2]]
289+
The element generates an <dfn dfn for>inline-level box</dfn>
290+
when placed in <a>flow layout</a>. [[!CSS2]]
289291

290292
<dt><dfn>run-in</dfn>
291293
<dd>
292-
The element generates a <a>run-in box</a>.
294+
The element generates a <a>run-in box</a>
295+
when placed in <a>flow layout</a>.
293296
Run-in elements act like inlines or blocks,
294297
depending on the surrounding elements.
295298
See [[#run-in-layout]] for details.

0 commit comments

Comments
 (0)