Skip to content

Commit 6aeeabe

Browse files
committed
[css-display] Add note about root inline overriding anonymous inline from 2.1. Fixes #1383.
1 parent af020e4 commit 6aeeabe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

css-display/Overview.bs

+4-1
Original file line numberDiff line numberDiff line change
@@ -829,12 +829,15 @@ Appendix A: Glossary</h2>
829829
or contains only block-level boxes
830830
participating in a <a>block formatting context</a>
831831
(possibly generating anonymous block boxes to ensure this constraint,
832-
as defined in <a href="https://www.w3.org/TR/CSS2/visuren.html#anonymous-block-level">CSS2.1&sect;9.2.1.1</a>).
832+
as defined in <a href="https://www.w3.org/TR/CSS2/visuren.html#anonymous-block-level">CSS2&sect;9.2.1.1</a>).
833833

834834
A block container that contains only inline-level content
835835
establishes a new <a>inline formatting context</a>.
836836
The element then also generates a <a>root inline box</a>
837837
which wraps all of its inline content.
838+
<span class=note>Note, this <a>root inline box</a> concept
839+
effectively replaces the "anonymous inline element" concept
840+
introduced in <a href="https://www.w3.org/TR/CSS2/visuren.html#anonymous">CSS2&sect;9.2.2.1</a>.</span>
838841

839842
A block container that contains only block-level boxes
840843
establishes a new <a>block formatting context</a>

0 commit comments

Comments
 (0)