Changes between Version 7 and Version 8 of LayoutUnit


Ignore:
Timestamp:
Mar 7, 2012 10:04:49 AM (12 years ago)
Author:
leviw@chromium.org
Comment:

Adding a line to the table specifying that MathML uses pixel snapped values.

Legend:

Unmodified
Added
Removed
Modified
  • LayoutUnit

    v7 v8  
    3030||SVG Boxes in a RenderBlock||subpixel, enclosed||Smallest possible subpixel rectangle representation guaranteed to contain subtree.||
    3131||tables||pixel||Using integers to ensure even distribution of available space across columns and to match specification.||
     32||MathML||pixel||Using integers because subpixel positioning offers little benefit to MathML and can introduce uneven box sizes as they round.||
    3233||RenderLayers||subpixel||RenderLayers are positioned along with their renderer, and need to accumulate their offsets with subpixel precision.||
    3334||GraphicsLayers||pixel||Graphics layers and their compositing remain unchanged.||