Changes between Version 10 and Version 11 of LayoutUnit


Ignore:
Timestamp:
Mar 27, 2012 10:06:18 AM (12 years ago)
Author:
leviw@chromium.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LayoutUnit

    v10 v11  
    4242
    4343NOTE: Pixels in the list above refers to device pixels, not css pixels.[[BR]][[BR]]
    44  
     44
     45= Interfacing with the inline box tree =
     46
     47Inline boxes continue to be at floating point offsets with text rendered at floating point distances. Because we pixel snap the render tree, we need use the pixel snapped integer values when laying out inline boxes to avoid having text bleed outside of their containing blocks. We also continue to need use enclosingIntRect for measurements originating in the inline box tree.[[BR]][[BR]]
    4548
    4649= Converting Subpixels to Pixels =