File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments