File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -829,12 +829,15 @@ Appendix A: Glossary</h2>
829
829
or contains only block-level boxes
830
830
participating in a <a>block formatting context</a>
831
831
(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 §9.2.1.1</a> ).
832
+ as defined in <a href="https://www.w3.org/TR/CSS2/visuren.html#anonymous-block-level">CSS2§9.2.1.1</a> ).
833
833
834
834
A block container that contains only inline-level content
835
835
establishes a new <a>inline formatting context</a> .
836
836
The element then also generates a <a>root inline box</a>
837
837
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§9.2.2.1</a> .</span>
838
841
839
842
A block container that contains only block-level boxes
840
843
establishes a new <a>block formatting context</a>
You can’t perform that action at this time.
0 commit comments