Skip to content

Commit 15c441b

Browse files
committed
[css-display-3] Define replaced elements to always establish an independent formatting context. (Fundamentally editorial.) #4539
1 parent e225aed commit 15c441b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

css-display-3/Overview.bs

+2
Original file line numberDiff line numberDiff line change
@@ -1351,6 +1351,7 @@ Appendix A: Glossary</h2>
13511351
For example, the content of the HTML <{img}> element
13521352
is often replaced by the image that its <{img/src}> attribute designates.
13531353
</span>
1354+
13541355
Replaced elements often have [=natural dimensions=].
13551356
For example, a bitmap image has a natural width and a natural height specified in absolute units
13561357
(from which the natural ratio can obviously be determined).
@@ -1365,6 +1366,7 @@ Appendix A: Glossary</h2>
13651366

13661367
The content of replaced elements is not considered in the CSS formatting model;
13671368
however, their [=natural dimensions=] are used in various layout calculations.
1369+
Replaced elements always establish an [=independent formatting context=].
13681370

13691371
A <dfn lt="non-replaced | non-replaced element">non-replaced</dfn> element is one that is not <a>replaced</a>,
13701372
i.e. whose rendering is dictated by the CSS model.

0 commit comments

Comments
 (0)