Module layout_2013::block

source ·
Expand description

Layout for CSS block-level elements.

As a terminology note, the term absolute positioning here refers to elements with position absolute or fixed. The term positioned element refers to elements with position relative, absolute, and fixed. The term containing block (occasionally abbreviated as CB) is the containing block for the current flow, which differs from the static containing block if the flow is absolutely-positioned.

“CSS 2.1” or “CSS 2.2” refers to the editor’s draft of the W3C “Cascading Style Sheets Level 2 Revision 2 (CSS 2.2) Specification” available here:

http://dev.w3.org/csswg/css2/

“INTRINSIC” refers to L. David Baron’s “More Precise Definitions of Inline Layout and Table Layout” available here:

http://dbaron.org/css/intrinsic/

“CSS-SIZING” refers to the W3C “CSS Intrinsic & Extrinsic Sizing Module Level 3” document available here:

http://dev.w3.org/csswg/css-sizing/

Structs§

Enums§

Traits§

Functions§