Changes between Version 1 and Version 2 of WhitespaceCollapsing


Ignore:
Timestamp:
Jul 24, 2015 3:35:06 PM (9 years ago)
Author:
mmaxfield@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WhitespaceCollapsing

    v1 v2  
     1== Whitespace Collapsing ==
     2
    13Whitespace 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.
    24