CSS Table Display Layouts and Anonymous Box Generation
When applying display: table-cell to an element without explicit table or row parents, browsers automatically generate anonymous wrapper boxes to satisfy the CSS Table Model's three-tier structure requirement. This implicit box creation forms an anonymous table and table-row around the cell, establi...