ACTION-305: Edit 232 and review for correctness.
Edit 232 and review for correctness.
- State:
- open
- Person:
- Bert Bos
- Due on:
- March 14, 2011
- Created on:
- March 7, 2011
- Associated Product:
- CSS2.1
- Related emails:
- [CSSWG] CSSWG F2F Mountain View March 2011 Day 1: CSS2. (from fantasai.lists@inkedblade.net on 2011-03-11)
Related notes:
http://wiki.csswg.org/spec/css2.1#issue-232
Summary: Define “in-flowâ€
URL: http://lists.w3.org/Archives/Public/www-style/2010Sep/0310.html
See also: http://lists.w3.org/Archives/Public/www-style/2010Oct/0407.html
Resolution: Make in-flow mean not out-of-flow, check that spec remains correct.
Proposal:
http://lists.w3.org/Archives/Public/www-style/2011Mar/0170.html
An element or :before/:after pseudo element is called _out_of_flow_ if it is floated, absolutely positioned, or is the root element.
An element or :before/:after pseudo-element is called _in-flow_ (or: _in the normal flow_) if it is not out-of-flow.
The _flow_ (a.k.a. _normal flow_) of an element A is the set consisting of A, all in-flow elements whose nearest out-of-flow ancestor is A, and the in-flow :before/:after pseudo-elements, if any, of all elements in the set.
Display change log.