Skip to content

Commit bc6c8f8

Browse files
committed
[css-display] Split out definition of inline box & inline, similar to block box and block.
1 parent 44ffc1f commit bc6c8f8

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

css-display/Overview.bs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,11 +766,18 @@ Appendix A: Glossary</h2>
766766
Content that participates in block layout.
767767
Specifically, block-level boxes.
768768

769-
<dt><dfn lt="inline|inline box">inline</dfn>
769+
<dt><dfn>inline box</dfn>
770770
<dd>
771771
A non-replaced <a>inline-level</a> box whose <a>inner display type</a> is ''flow''.
772772
The contents of an inline box participate in the same inline formatting context as the inline box itself.
773773

774+
<dt><dfn>inline</dfn>
775+
<dd>
776+
Used as a shorthand for <a>inline box</a> or <a>inline-level box</a>
777+
where unambiguous,
778+
or as an adjective meaning <a>inline-level</a>.
779+
The latter usage is deprecated.
780+
774781
<dt><dfn lt="atomic inline|atomic inline box">atomic inline</dfn>
775782
<dd>
776783
An inline-level box that is replaced (such as an image)

0 commit comments

Comments
 (0)