Changes between Version 1 and Version 2 of WhitespaceCollapsing
- Timestamp:
- Jul 24, 2015, 3:35:06 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WhitespaceCollapsing
v1 v2 1 == Whitespace Collapsing == 2 1 3 Whitespace collapsing occurs in a collection of disparate pieces, which all collude to produce the intended effect. The highest level function in this process is RenderBlockFlow::layoutRunsAndFloatsInRange(); everything occurs inside there. Note that this entire discussion occurs on RenderObjects; the DOM is not touched at all. RenderTexts have their own String objects, which often point to the same data as the DOM node’s String. 2 4