Changes between Version 7 and Version 8 of LayoutUnit
- Timestamp:
- Mar 7, 2012, 10:04:49 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LayoutUnit
v7 v8 30 30 ||SVG Boxes in a RenderBlock||subpixel, enclosed||Smallest possible subpixel rectangle representation guaranteed to contain subtree.|| 31 31 ||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.|| 32 33 ||RenderLayers||subpixel||RenderLayers are positioned along with their renderer, and need to accumulate their offsets with subpixel precision.|| 33 34 ||GraphicsLayers||pixel||Graphics layers and their compositing remain unchanged.||