Skip to content

Commit e048823

Browse files
committed
[css-display-3] Add 'unless otherwise specified' to handle BODY propagation nonsense. #3260
1 parent 1cb7209 commit e048823

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

css-display-3/Overview.bs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1033,7 +1033,9 @@ Appendix A: Glossary</h2>
10331033
however it is often derived from the dimensions of a box.
10341034
If properties of a containing block are referenced,
10351035
they reference the values on the box that generated the containing block.
1036-
(For the <a>initial containing block</a>, the values are taken from the root element.)
1036+
(For the <a>initial containing block</a>,
1037+
values are taken from the root element
1038+
unless otherwise specified.)
10371039
See [[CSS2]] <a href="https://www.w3.org/TR/CSS2/visuren.html#containing-block">Section 9.1.2</a>
10381040
and <a href="https://www.w3.org/TR/CSS2/visudet.html#containing-block-details">Section 10.1</a> for details.
10391041

0 commit comments

Comments
 (0)